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

Added TF source retrieval with CMake and some formatting changes to R… #20

Closed alxhoff closed 4 years ago

alxhoff commented 4 years ago

…EADME

alxhoff commented 4 years ago

Had a day of holidays yesterday but I will finish this up now and include your changes. Cheers

alxhoff commented 4 years ago

Check error is because of #22

cpetig commented 4 years ago

@alxhoff would you mind to take a look into the failing checks? The code base should have become more stable now with the large changes and tensorflow adaptions merged.

alxhoff commented 4 years ago

@alxhoff would you mind to take a look into the failing checks? The code base should have become more stable now with the large changes and tensorflow adaptions merged.

Failing checks were fixed in #22. I just packed it into a separate PR.