cpetig / tflite_micro_compiler

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

Added ability to force rabasing of TF code using CMake #34

Closed alxhoff closed 4 years ago

alxhoff commented 4 years ago

Solves review of #31

rafzi commented 4 years ago

thanks!