Loading [MathJax]/extensions/TeX/AMSsymbols.js
CMSIS NN Software Library
 
All Data Structures Files Functions Variables Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
Structure Types

Data structure types used by private functions. More...

Data Structures

union  arm_nnword
 Union for SIMD access of q31/s16/s8 types. More...
 
struct  arm_nn_double
 Union for data type long long. More...
 
union  arm_nn_long_long
 

Description

Data structure types used by private functions.


Data Structure Documentation

◆ arm_nnword

union arm_nnword

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

Data Fields
int8_t bytes[4]

s8 type

int16_t half_words[2]

s16 type

int32_t word

q31 type

◆ arm_nn_double

struct arm_nn_double

Union for data type long long.

Data Fields
int32_t high
uint32_t low

◆ arm_nn_long_long

union arm_nn_long_long
Data Fields
int64_t long_long
struct arm_nn_double word