Home
last modified time | relevance | path

Searched refs:alignBytesNeeded (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/runtime/
DModelBuilder.cpp142 uint32_t extraBytes = alignBytesNeeded(existingSize, valueLength); in setOperandValue()
249 poolSize += alignBytesNeeded(poolSize, operand.location.length); in copyLargeValuesToSharedMemory()
DExecutionBuilder.cpp683 total += alignBytesNeeded(static_cast<uint32_t>(total), loc.length); in allocatePointerArgumentsToPool()
DExecutionPlan.cpp719 totalSizeOfTemporaries += alignBytesNeeded(totalSizeOfTemporaries, size); in makeController()
/frameworks/ml/nn/common/include/
DUtils.h235 uint32_t alignBytesNeeded(uint32_t index, size_t length);
/frameworks/ml/nn/common/
DUtils.cpp331 uint32_t alignBytesNeeded(uint32_t index, size_t length) { in alignBytesNeeded() function