License |
License |
---|---|
Categories |
CategoriesTensorFlow Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.tensorflow |
ArtifactId | ArtifactIdtensorflow-lite-gpu-delegate-plugin |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionTensorFlow Lite GPU Delegate Plugin
A library to configure and create a TfLite GPU delegate
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.tensorflow/tensorflow-lite-gpu-delegate-plugin/ -->
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-lite-gpu-delegate-plugin</artifactId>
<version>0.4.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.tensorflow/tensorflow-lite-gpu-delegate-plugin/
implementation 'org.tensorflow:tensorflow-lite-gpu-delegate-plugin:0.4.1'
// https://jarcasting.com/artifacts/org.tensorflow/tensorflow-lite-gpu-delegate-plugin/
implementation ("org.tensorflow:tensorflow-lite-gpu-delegate-plugin:0.4.1")
'org.tensorflow:tensorflow-lite-gpu-delegate-plugin:aar:0.4.1'
<dependency org="org.tensorflow" name="tensorflow-lite-gpu-delegate-plugin" rev="0.4.1">
<artifact name="tensorflow-lite-gpu-delegate-plugin" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.tensorflow', module='tensorflow-lite-gpu-delegate-plugin', version='0.4.1')
)
libraryDependencies += "org.tensorflow" % "tensorflow-lite-gpu-delegate-plugin" % "0.4.1"
[org.tensorflow/tensorflow-lite-gpu-delegate-plugin "0.4.1"]