Home
last modified time | relevance | path

Searched refs:getAlignmentForLength (Results 1 – 6 of 6) 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
Dtypes.spec7832 // Refer to `getAlignmentForLength` for more information on alignment (such as what the
/packages/modules/NeuralNetworks/common/types/src/
DTypes.cpp67 const size_t alignment = getAlignmentForLength(length); in append()
DTypeUtils.cpp281 size_t getAlignmentForLength(size_t length) { in getAlignmentForLength() function
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypeUtils.h81 size_t getAlignmentForLength(size_t length);
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp359 uint32_t alignment = getAlignmentForLength(length); in alignBytesNeeded()