I’d like to ask if there is TensorFlow Lite that should run ML models on mobile, embedded, and edge devices available for microcontrollers having cores: ARM Cortex M7, ARM Cortex M55/M33?
If not, what does not allow to have TF-Lite even for Cortex M7/M55/M33 that are fast-clocked in the GHz range?
Is it possible to run TF-Lite for a bare-metal (No-OS) environment or it only runs with OS-system (Linux)? Do its microcontroller-optimized Tensorflow-Micro only targets this microcontroller domain (bare-metal, RTOS)?
If there is no TF-Lite available for Cortex M7/M55/M33, does it TF-Micro can run floating point ML models?
Thank you very much for the explanation.