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

[FEATURE]Remove X_ptr and X_size #39

Closed cpetig closed 4 years ago

cpetig commented 4 years ago

These functions are no longer necessary because the information is available from the Tensor itself.