tflite-support
tflite-support copied to clipboard
implementation 'org.tensorflow:tensorflow-lite-support:0.1.0'
implementation 'org.tensorflow:tensorflow-lite-support:0.1.0' Why do I run this instruction to generate two dependent libraries, TensorFlow Lite and TensorFlow Lite Support?
How can I generate only tensorflow site support as a dependency library?