Union Qnn_BlockwiseExpansion_t::unnamed¶
Defined in File QnnTypes.h
Nested Relationships¶
This union is a nested type of Struct Qnn_BlockwiseExpansion_t.
Union Documentation¶
-
union unnamed¶
- #include <QnnTypes.h>
Public Members
-
uint8_t *blocksScale8¶
A contiguous array of block scalings of size axisSize*numBlocksPerAxis. The array is laid out such that an element can be accessed via blocksScale8[axisIter*numBlocksPerAxis+blockIter]. Used when blockStorageSize is QNN_BLOCKWISE_EXPANSION_BITWIDTH_SCALE_STORAGE_8.
-
uint16_t *blocksScale16¶
A contiguous array of block scalings of size axisSize*numBlocksPerAxis. The array is laid out such that an element can be accessed via blocksScale16[axisIter*numBlocksPerAxis+blockIter]. Used when blockStorageSize is QNN_BLOCKWISE_EXPANSION_BITWIDTH_SCALE_STORAGE_16.
-
uint8_t *blocksScale8¶