Home
last modified time | relevance | path

Searched defs:paddedLength (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/
DSharedMemory.cpp39 const size_t paddedLength = roundUp(length, padding); in append() local
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h188 uint32_t paddedLength; member
204 uint32_t paddedLength; member
227 uint32_t paddedLength; member
DExecutionPlan.cpp296 const uint32_t paddedLength = roundUp(initialLength, padding); in declare() local
318 const uint32_t paddedLength = roundUp(newLength, temp.padding); in redeclare() local