ARM-software / CMSIS_5

CMSIS Version 5 Development Repository
http://arm-software.github.io/CMSIS_5/index.html
Apache License 2.0
1.33k stars 1.08k forks source link

CMSIS kernels for neural networks #187

Closed liangzhen-lai closed 6 years ago

liangzhen-lai commented 7 years ago

Hi,

We have been writing some computation kernels for running different neural networks on cortex-m based systems using some of CMSIS functions.

We think it might be good to include these in CMSIS-DSP. What would be the best way for this?

Here is an example of a convolution function using CMSIS functions: convolution_example.txt

Thanks, Liangzhen

JonatanAntoni commented 7 years ago

Thank you for your contribution. I will come back to you as soon as our workload allows.

ReinhardKeil commented 6 years ago

This is now CMSIS-NN - I therefore close this issue