Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DUtils.h107 uint32_t alignBytesNeeded(uint32_t index, size_t length);
/frameworks/ml/nn/runtime/
DModelBuilder.cpp94 uint32_t extraBytes = alignBytesNeeded(existingSize, valueLength); in setOperandValue()
123 poolSize += alignBytesNeeded(poolSize, operand.location.length); in copyLargeValuesToSharedMemory()
DExecutionBuilder.cpp392 total += alignBytesNeeded(static_cast<uint32_t>(total), loc.length); in allocatePointerArgumentsToPool()
DExecutionPlan.cpp462 totalSizeOfTemporaries += alignBytesNeeded(totalSizeOfTemporaries, size); in makeController()
/frameworks/ml/nn/common/
DUtils.cpp235 uint32_t alignBytesNeeded(uint32_t index, size_t length) { in alignBytesNeeded() function