Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/tools/api/
DOperandTypes.t25 %% The function `getAlignmentForLength` assumes that required (or optimal)
28 %% stricter alignment requirement, then `getAlignmentForLength` may need to
/packages/modules/NeuralNetworks/common/
DTypes.cpp56 const size_t alignment = getAlignmentForLength(length); in append()
DTypeUtils.cpp221 size_t getAlignmentForLength(size_t length) { in getAlignmentForLength() function
DLegacyUtils.cpp391 uint32_t alignment = getAlignmentForLength(length); in alignBytesNeeded()
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypeUtils.h86 size_t getAlignmentForLength(size_t length);