From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/NN/html/arm__nnsupportfunctions_8h.html | 208 +++++++++++++++++++++++++++ 1 file changed, 208 insertions(+) create mode 100644 docs/NN/html/arm__nnsupportfunctions_8h.html (limited to 'docs/NN/html/arm__nnsupportfunctions_8h.html') diff --git a/docs/NN/html/arm__nnsupportfunctions_8h.html b/docs/NN/html/arm__nnsupportfunctions_8h.html new file mode 100644 index 0000000..6d4f025 --- /dev/null +++ b/docs/NN/html/arm__nnsupportfunctions_8h.html @@ -0,0 +1,208 @@ + + + + + +arm_nnsupportfunctions.h File Reference +CMSIS-NN: arm_nnsupportfunctions.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-NN +  Version 1.1.0 +
+
CMSIS NN Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
arm_nnsupportfunctions.h File Reference
+
+
+ + + + + +

+Data Structures

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

+Macros

#define NN_ROUND(out_shift)
 defition to adding rouding offset More...
 
+ + + + +

+Enumerations

enum  arm_nn_activation_type
 Struct for specifying activation function types. More...
 
+ + + + + + + + + + + + + +

+Functions

void arm_q7_to_q15_no_shift (const q7_t *pSrc, q15_t *pDst, uint32_t blockSize)
 Converts the elements of the Q7 vector to Q15 vector without left-shift. More...
 
void arm_q7_to_q15_reordered_no_shift (const q7_t *pSrc, q15_t *pDst, uint32_t blockSize)
 Converts the elements of the Q7 vector to reordered Q15 vector without left-shift. More...
 
void arm_nn_mult_q15 (q15_t *pSrcA, q15_t *pSrcB, q15_t *pDst, const uint16_t out_shift, uint32_t blockSize)
 Q7 vector multiplication with variable output shifts. More...
 
void arm_nn_mult_q7 (q7_t *pSrcA, q7_t *pSrcB, q7_t *pDst, const uint16_t out_shift, uint32_t blockSize)
 Q7 vector multiplication with variable output shifts. More...
 
+

Macro Definition Documentation

+ + +

Enumeration Type Documentation

+ +
+
+ + + + +
enum arm_nn_activation_type
+
+ + + +
Enumerator
ARM_SIGMOID  +

Sigmoid activation function

+
ARM_TANH  +

Tanh activation function

+
+ +
+
+
+
+ + + + -- cgit