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

Fixed function naming for TF change https://github.com/tensorflow/tensorflow/commit/9d572b8d5efca020965a7915a3a465fb61a45ee3 #24

Closed alxhoff closed 4 years ago

alxhoff commented 4 years ago

See upstream change here

Not sure if this upstream TF change effects the compiler's functionality. I was going to start working in to it today and this was my first build error.

alxhoff commented 4 years ago

Ahh I see this was fixed in #23