tflite-runtime
tflite-runtime copied to clipboard
Compiled TensorFlow lite runtime. This interpreter-only package is a fraction the size of the full TensorFlow package and includes the bare minimum code required to run inferences with TensorFlow Lite...
Please add support for python 3.10 and aarch64.
Hello How are you? Thanks for contributing to this project. I am going to use the OpenCL backend tflite-runtime in Python on RK3399 Ubuntu 18.04 aarch64 platform. Could u provide...
Does this whl support Python3.8 MacOS10.14 ?
Hello iCorv! I love the idea for this, especially because the documentation at `https://www.tensorflow.org/lite/guide/python` is outdated. Do you think you could add binaries for TF 2.2.0 and 2.3.0? Let me...
Hi, I have a tflite qunatized model (int8), The model running with ``` import tensorflow as tf interpreter = tf.lite.Interpreter(model_path=model_path, experimental_delegates=[]) ``` is 40x faster than: ``` import tflite_runtime.interpreter as...