We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5d69a commit d640178Copy full SHA for d640178
tensorflow/lite/g3doc/inference_with_metadata/task_library/image_searcher.md
@@ -71,9 +71,9 @@ dependencies {
71
// Other dependencies
72
73
// Import the Task Vision Library dependency (NNAPI is included)
74
- implementation 'org.tensorflow:tensorflow-lite-task-vision:0.4.0'
+ implementation 'org.tensorflow:tensorflow-lite-task-vision:0.4.4'
75
// Import the GPU delegate plugin Library for GPU inference
76
- implementation 'org.tensorflow:tensorflow-lite-gpu-delegate-plugin:0.4.0'
+ implementation 'org.tensorflow:tensorflow-lite-gpu-delegate-plugin:0.4.4'
77
}
78
```
79
0 commit comments