cpetig / tflite_micro_compiler

generate tflite micro code which bypasses the interpreter (directly calls into kernels)
Apache License 2.0
77 stars 26 forks source link

Merge tflite micro compilers #2

Closed rafzi closed 4 years ago

rafzi commented 4 years ago
cpetig commented 4 years ago

Hi Rafael, I will need to restore some old functionality (being able to name the model invoking functions (e.g. if you include more than one model in one binary) and passing more than one input/output tensor), but I already integrated your changes into the branch devel. Also I plan to further reduce the code size by using arrays instead of linear code and do some size measurements on riscv32im. I like the more efficient memory allocation!

rafzi commented 4 years ago

Thanks for the comments, they should all be addressed now!