Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Jul 12 2022 16:47:31 by
