tum-ei-eda / mlonmcu

Tool for the deployment and analysis of TinyML applications on TFLM and MicroTVM backends
Apache License 2.0
29 stars 12 forks source link

Add ONNX frontend #42

Closed PhilippvK closed 1 year ago

PhilippvK commented 2 years ago

As TVM can process .onnx (pretrained) models, it would be great if we could also sue them

Tasks

Warning

The frontends-API in mlonmcu is currently very limited as there only exists the tflite frontend. It is likely that we run into some minor issue when adding more complex frontends in the future.