tum-ei-eda / mlonmcu

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

Adding wildcard config flags #77

Open PhilippvK opened 2 years ago

PhilippvK commented 2 years ago

Some config options are available for several components, such as tvmaot.num_threads, tvmrt.num_threads, mlif.num_threads, zephyr.num_threads,...

Defining them for every single component can be annoying, so Iw Ould like to make this more straightforward by allowing "wildcard" patters in the config options. Let me recommend 3 different approaches:

What do you this @rafzi?