tflite-support icon indicating copy to clipboard operation
tflite-support copied to clipboard

TFLite Support is a toolkit that helps users to develop ML and deploy TFLite models onto mobile / ioT devices.

Results 112 tflite-support issues
Sort by recently updated
recently updated
newest added

v0.0.4 Object detector throws java.lang.UnsatisfiedLinkError in Android native init phase. While it works fine with v0.4.3 and below versions, it was detected in v0.0.4 version. - Problematic phone: Samsung SM-J250F...

Hi! In the pip distribution (at least on windows), in flatbuffers\compat.py, it uses imp, which is removed in python 3.12, so I had to monkey patch it to use importlib...

On v0.4.4, I cannot reproduce the build of gpu_delegate_plugin_android.aar. I want to rebuild the library locally with the support for arm64 page size 16kb, added in this TF [commit](https://github.com/tensorflow/tensorflow/commit/2d72742d40f1d3121c895f8584ec8882d1e97fc8) (betwen...

16kb so support was added in tensorflow-lite in https://github.com/tensorflow/tensorflow/issues/69459 We need the same support for `tensorflow-lite-gpu-delegate-plugin` Can you please add support and upload it to maven?

Hi, How can I get the latest of tflite-support? ``` PS C:\_WorkSpace\_P\pet_classify_book> pip install tflite-support==0.4.4 ERROR: Could not find a version that satisfies the requirement tflite-support==0.4.4 (from versions: 0.1.0a0.dev3, 0.1.0a0.dev4,...

I have converted a YoloV11 model using Ultralytics' export function into a .tflite format. I then attempted to load the interpreter using Interpreter(model, options). The options had a GPU delegate...

Fixes https://github.com/tensorflow/tflite-support/issues/985 for me.

I've integrated the Pod "TensorFlowLiteTaskVision". the crash happened on calling 'ObjectDetector.detector(options: options)', regardless of '0.4.3' or '0.4.2'. iOS version: 17.6.1 ![Image](https://github.com/user-attachments/assets/5e819c42-cc71-489b-a12b-349b48107b8a)

For the 0.1.0a1 version [pypi.org had the source tarball](https://pypi.org/project/tflite-support/). Now there is no source tarball for the version 0.4.4. When the setup.py file from this repository is use it only...

I want to use task library in android c++ code, how to build .so or .a library without jni ?