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

Clean up and separate the custom loading mechanism #23

Closed cpetig closed 4 years ago

cpetig commented 4 years ago

... into a separate file and integrate it into both compiler and allocator run. Side effect: Fix compilation with current tensorflow master (another change required)

Motivation: Custom operators failed in the allocation phase.