tum-ei-eda / mlonmcu

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

Add optimized TVMAOT Backend #71

Closed PhilippvK closed 1 year ago

PhilippvK commented 1 year ago

I propose to add a new backend called tvmaotplus which has the features unpacked_api and usmp enabled by default. This helps to get better results out of the box while keeping the "original" TVM AoT backends for reference.

PhilippvK commented 1 year ago

Implemented in 6a2c7e82087a0f6d80eaa4938da6bc224a2ec3e6. Will merge to main at some time.