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

Provide compilers targeting stable tensorflow releases #51

Closed cpetig closed 4 years ago

cpetig commented 4 years ago

I am quite sure there are people around who would prefer to use a stable version of tensorflow with the compiler. We should branch off a r2.1, r2.2 and r2.3 branch, and revert the small adaptations to tf master, so that it works with the respective version of tensorflow.

cpetig commented 4 years ago

I just created a r2,2 and r2.3 branch with working matching CI tensorflow checkout. See https://github.com/cpetig/tflite_micro_compiler/commit/e89116d8448f481784fc8f24d4b5101934234fee and https://github.com/cpetig/tflite_micro_compiler/commit/1cc732b4cbaa4e9d6f3f4bd8137d32362c545fc7