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

Hi @lu-wang-g What are the basic steps to generate a AAR or JAR file with some minor tweaks to the code based my needs. Can you please specify some files...

def tensorflow = "0.4.4" api "org.tensorflow:tensorflow-lite-task-vision:$tensorflow" api "org.tensorflow:tensorflow-lite-support:$tensorflow" api "org.tensorflow:tensorflow-lite-metadata:$tensorflow" when tensorflow-lite-task-vision version is 0.4.4 ![WeChat39a99069d531a12787c50a75fadb5fc0](https://github.com/user-attachments/assets/dd30fec2-ea7f-4259-bcc8-9bae1205e1ef) change tensorflow-lite-task-vision version to 0.3.0 , is run ok.