mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

Use cmsis_nn optimized kernels for rp2 port #49

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

Currently the rp2 port is building the reference kernels. Lets finish the setup so that the build can use the cmsis_nn optimized kernels.

I think its only one change to the prepare-tflm-rp2.sh file and then some minor adjustments to which files are built.