CMSIS-NN
CMSIS NN Software Library
Main Page
Usage and Description
API Reference
Data Structures
Data Fields
Data Fields
arm_nnword Union Reference
Union for SIMD access of q31/s16/s8 types.
Data Fields
int32_t
word
int16_t
half_words
[2]
int8_t
bytes
[4]
Field Documentation
◆
bytes
int8_t bytes[4]
s8 type
◆
half_words
int16_t half_words[2]
s16 type
◆
word
int32_t word
q31 type
arm_nnword