Union arm_nnword

Union Documentation

union arm_nnword
#include <arm_nnsupportfunctions.h>

Union for SIMD access of q31/s16/s8 types.

Public Members

int32_t word

q31 type

int16_t half_words[2]

s16 type

int8_t bytes[4]

s8 type