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

Fixes to keep up with TF source #29

Closed alxhoff closed 4 years ago

alxhoff commented 4 years ago

@cpetig @rafzi see this

alxhoff commented 4 years ago

Tensors don't seem to be getting found properly. I don't have any experience to compare to but the tensors seem very empty in GDB. Added a hack conditional to get the output to generate even without the names. Given my lack of experience with the code base I will need a bit longer to get to terms with it all. Looking into this issue has helped me understand most of the compiler which is nice :)