nuttx-apps/mlearning
Alin Jerpelea 02a50ccb1f mlearning: CMSIS NN: add support for the CHW tensor layout
- support float version of convolution
 - support the CHW tensor layout

following function prototypes are added:
 - arm_convolve_CHW_f32_basic_nonsquare()
 - arm_convolve_CHW_q15_basic_nonsquare()
 - arm_convolve_CHW_q7_basic_nonsquare()
 - arm_nn_CHW_mat_mult_kernel_q7_q15()

NOTE:this patch will be contributed to SMSIS and reverted later from NuttX
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2022-02-19 00:54:49 +08:00
..
cmsis mlearning: CMSIS NN: add support for the CHW tensor layout 2022-02-19 00:54:49 +08:00
libnnablart mlearning: nnabla: fix include path 2022-02-16 23:47:50 +08:00
.gitignore add Machine Learning folder and menu 2022-01-27 17:33:16 +08:00
Make.defs add Machine Learning folder and menu 2022-01-27 17:33:16 +08:00
Makefile add Machine Learning folder and menu 2022-01-27 17:33:16 +08:00