xiuos/APP_Framework/Framework/knowing/nnom
wuzheng 9b3c321150 add makefiles to adapt nnom and cmsis-nn for xizi 2023-02-24 15:47:49 +08:00
..
inc APP_Framework/Framework/:add NNoM(v0.4.3) source code 2022-02-18 15:51:25 +08:00
port APP_Framework/Framework/:add NNoM(v0.4.3) source code 2022-02-18 15:51:25 +08:00
scripts APP_Framework/Framework/:add NNoM(v0.4.3) source code 2022-02-18 15:51:25 +08:00
src add makefiles to adapt nnom and cmsis-nn for xizi 2023-02-24 15:47:49 +08:00
Kconfig APP_Framework/Framework/:add Kconfig file and SConscript file about NNoM(v0.4.3) 2022-02-18 14:41:33 +08:00
Makefile add makefiles to adapt nnom and cmsis-nn for xizi 2023-02-24 15:47:49 +08:00
README.md APP_Framework/Framework/:add NNoM(v0.4.3) source code 2022-02-18 15:51:25 +08:00
SConscript APP_Framework/Framework/:add Kconfig file and SConscript file about NNoM(v0.4.3) 2022-02-18 14:41:33 +08:00

README.md

Neural Network on Microcontroller (NNoM)

NNoM is a high-level inference Neural Network library specifically for microcontrollers, released under Apache License 2.0.

Current version is 0.4.3. More information available in NNOM.

CMSIS-NN Backend

CMSIS-NN/DSP is an inference acceleration libraries for Arm Cortex-M CPUs and can be used as the backend of NNoM for high performance.

Notes

  • CHW format is incompatible with CMSIS-NN and must be used when using hardware accelerator such as KPU in K210 chip.
  • Static memory buffer must be set by using "nnom_set_static_buf()" before creating a model.