I am currently working on a project based on TensorFlow Lite. In the official TFLite documentation, there is a list with supported devices, which contains about 10 different MCUs including the Nano 33 BLE Sense. The docs also say that TFLite needs a 32-bit MCU.
So my question is: Does anyone know if it is possible to get TFLite models to run on other MCUs (which are not officially supported) that fulfill this requirement? Or is there some sort of device-specific library needed to run TFLite, so that it won't work on a device like, let's say, the Arduino Nano 33 IoT?