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

devel doesn't support multiple inputs and outputs #4

Closed cpetig closed 4 years ago

cpetig commented 4 years ago

also you can't query the size of the input (model_input_size isn't defined) Add an integer argument (default 0) to select the input/output number.