This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
5dd4813b34
nuttx-apps
/
mlearning
/
cmsis
/
.gitignore
3 lines
16 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add support for CMSIS NN the CMSIS NN software library is a collection of efficient neural network kernels developed to maximize the performance and minimize the memory footprint of neural networks on Cortex-M processor cores. Project https://github.com/ARM-software/CMSIS_5 The library is divided into a number of functions each covering a specific category: Convolution Functions Activation Functions Fully-connected Layer Functions SVDF Layer Functions Pooling Functions Softmax Functions Basic math Functions The library has separate functions for operating on different weight and activation data types including 8-bit integers (q7_t) and 16-bit integers (q15_t). The descrition of the kernels are included in the function description. More information https://www.keil.com/pack/doc/CMSIS/NN/html/index.html Project license : Apache 2.0 License https://github.com/ARM-software/CMSIS_5/blob/develop/LICENSE.txt Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2022-01-26 17:34:58 +01:00
/*.zip
Add minmea and cmsis .gitignore files Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2022-08-02 04:51:16 +02:00
/CMSIS_5
Reference in New Issue
Copy Permalink