This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Re-build tensorflow lite model in cmsis-nn

Hi,

Is it possible to rebuild a tensorflow lite model with cmsis-nn to run on a MCU with a Cortex-M? 

We have followed the guide posted on arm:s website for converting neural networks for ARM Cortex-M using CMSIS-NN although it is not for the tflite model we found that it gave a good example for how to start. We then found the s8 layers made specifically for the Tensorflow Lite model (for examplearm_depthwise_conv_s8). However, the documentation is rather poor and we are having troubles understanding all the parameters for the layer function calls. 

Is there any more documentation available for these parameters than in the arm_nnfunctions.h file?

Are there any existing examples for using cmsis-nn with a tflite model?

We are currently using the layers  arm_depthwise_conv_s8, arm_convolve_s8, arm_max_pool_s8_opt, arm_relu_q7 and arm_fully_connected_s8.

Could someone please explain the parameters listed in the code blocks bellow for us?

Thank you!

0