Aded CMSIS5 DSP and NN folder. Needs some work

Embed: (wiki syntax)

« Back to documentation index

arm_nnword Union Reference

arm_nnword Union Reference

Union for SIMD access of Q31/Q15/Q7 types. More...

#include <arm_nnsupportfunctions.h>

Data Fields

q31_t word
 Q31 type.
q15_t half_words [2]
 Q15 type.
q7_t bytes [4]
 Q7 type.

Detailed Description

Union for SIMD access of Q31/Q15/Q7 types.

Definition at line 46 of file arm_nnsupportfunctions.h.


Field Documentation

q7_t bytes[4]

Q7 type.

Definition at line 53 of file arm_nnsupportfunctions.h.

q15_t half_words[2]

Q15 type.

Definition at line 51 of file arm_nnsupportfunctions.h.

q31_t word

Q31 type.

Definition at line 49 of file arm_nnsupportfunctions.h.