mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Based on CMSIS-NN, the Conv operator was optimized. Using Neon acceleration, multiply 8 input data and 8 filter data in a single loop; Using Im2col technology, convert the output data into a matrix, calculate 2 rows of input data and 4 rows of filter data in a single large loop, and obtain 2x4 output data. Signed-off-by: xinhaiteng <xinhaiteng@xiaomi.com> |
||
|---|---|---|
| .. | ||
| cmsis | ||
| cmsis-nn | ||
| darknet | ||
| libnnablart | ||
| tflite-micro | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Make.defs | ||
| Makefile | ||