Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.cpp151 uint32_t extraBytes = alignBytesNeeded(existingSize, valueLength); in setOperandValue()
287 poolSize += alignBytesNeeded(poolSize, operand.location.length); in copyLargeValuesToSharedMemory()
929 uint32_t extraBytes = alignBytesNeeded(existingSize, valueLength); in updateOperandLocations()
DManager.cpp290 total += alignBytesNeeded(static_cast<uint32_t>(total), info.length()); in allocatePointerArgumentsToPool()
DExecutionPlan.cpp848 totalSizeOfTemporaries += alignBytesNeeded(totalSizeOfTemporaries, size); in makeController()
/frameworks/ml/nn/common/include/
DUtils.h323 uint32_t alignBytesNeeded(uint32_t index, size_t length);
/frameworks/ml/nn/common/
DUtils.cpp429 uint32_t alignBytesNeeded(uint32_t index, size_t length) { in alignBytesNeeded() function