Using Tensor Flow Lite, I have prepared a custom pre-trained model (model.tflite). How can I run it on NDP120 by preparing a corresponding synpkg?
I am using Arduino Nicla Voice board. I have checked Edge Impulse, it allows to import the tflite model but in the deployment page, there is no option for deploying for Arduino Nicla Voice.
My understanding so far is all I need to covert the tflite to synpkg format using some tool. Where can I get the tool?