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

Encapsulate framework runtime libs from models #19

Closed PhilippvK closed 1 year ago

PhilippvK commented 2 years ago

In the original version of ml_on_mcu we have managed build of the target software as follows:

This has the following advantages:

However there are some drawbacks:


In the new MLonMCU the approach is currently as follows:

While this resolves all issues listed above this leads to a few problems as well:


How to overcome these limitations?

My proposal:

Will this work out?

PhilippvK commented 1 year ago

No meaningful anymore