tflite-runtime icon indicating copy to clipboard operation
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...

Results 6 tflite-runtime issues
Sort by recently updated
recently updated
newest added

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...