Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.cpp111 uint32_t extraBytes = alignBytesNeeded(existingSize, valueLength); in setOperandValue()
143 poolSize += alignBytesNeeded(poolSize, operand.location.length); in copyLargeValuesToSharedMemory()
DExecutionBuilder.cpp426 total += alignBytesNeeded(static_cast<uint32_t>(total), loc.length); in allocatePointerArgumentsToPool()
DExecutionPlan.cpp541 totalSizeOfTemporaries += alignBytesNeeded(totalSizeOfTemporaries, size); in makeController()
/frameworks/ml/nn/common/include/
DUtils.h116 uint32_t alignBytesNeeded(uint32_t index, size_t length);
/frameworks/ml/nn/common/
DUtils.cpp251 uint32_t alignBytesNeeded(uint32_t index, size_t length) { in alignBytesNeeded() function