t

tensorflow-lite-support-api

A library with utilities and data structures to deploy TFLite models on-device. It doesn't have TFLite interpreter dependency unlike "tensorflow-lite-support".
https://tensorflow.org/lite/
The Apache Software License, Version 2.0
TensorFlow Authors
Files download
File Operation
tensorflow-lite-support-api-0.3.0.pom download
Apache Maven
<dependency>
  <groupId>org.tensorflow</groupId>
  <artifactId>tensorflow-lite-support-api</artifactId>
  <version>0.3.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'org.tensorflow:tensorflow-lite-support-api:0.3.0'
Gradle Kotlin
implementation("org.tensorflow:tensorflow-lite-support-api:0.3.0")
Scala SBT
libraryDependencies += "org.tensorflow" % "tensorflow-lite-support-api" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.tensorflow', module='tensorflow-lite-support-api', version='0.3.0')
)
Apache Ivy
<dependency org="org.tensorflow" name="tensorflow-lite-support-api" rev="0.3.0" />
Leiningen
[org.tensorflow/tensorflow-lite-support-api "0.3.0"]
Apache Buildr
'org.tensorflow:tensorflow-lite-support-api:jar:0.3.0'