CMSIS-NN  
CMSIS NN Software Library
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