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 --- ...convolve__1x1__HWC__q7__fast__nonsquare_8c.html | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 docs/NN/html/arm__convolve__1x1__HWC__q7__fast__nonsquare_8c.html (limited to 'docs/NN/html/arm__convolve__1x1__HWC__q7__fast__nonsquare_8c.html') diff --git a/docs/NN/html/arm__convolve__1x1__HWC__q7__fast__nonsquare_8c.html b/docs/NN/html/arm__convolve__1x1__HWC__q7__fast__nonsquare_8c.html new file mode 100644 index 0000000..dfb17bc --- /dev/null +++ b/docs/NN/html/arm__convolve__1x1__HWC__q7__fast__nonsquare_8c.html @@ -0,0 +1,138 @@ + + + + + +arm_convolve_1x1_HWC_q7_fast_nonsquare.c File Reference +CMSIS-NN: arm_convolve_1x1_HWC_q7_fast_nonsquare.c File Reference + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-NN +  Version 1.1.0 +
+
CMSIS NN Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
arm_convolve_1x1_HWC_q7_fast_nonsquare.c File Reference
+
+
+ + + + + +

+Functions

arm_status arm_convolve_1x1_HWC_q7_fast_nonsquare (const q7_t *Im_in, const uint16_t dim_im_in_x, const uint16_t dim_im_in_y, const uint16_t ch_im_in, const q7_t *wt, const uint16_t ch_im_out, const uint16_t dim_kernel_x, const uint16_t dim_kernel_y, const uint16_t padding_x, const uint16_t padding_y, const uint16_t stride_x, const uint16_t stride_y, const q7_t *bias, const uint16_t bias_shift, const uint16_t out_shift, q7_t *Im_out, const uint16_t dim_im_out_x, const uint16_t dim_im_out_y, q15_t *bufferA, q7_t *bufferB)
 Fast Q7 version of 1x1 convolution (non-sqaure shape) More...
 
+
+
+ + + + -- cgit