MVN

org.tensorflow : tensorflow-lite-gpu-api

Maven & Gradle

Jul 07, 2023
182.5k stars

TensorFlow Lite · A library helps deploy machine learning models on mobile devices

<dependency>
    <groupId>org.tensorflow</groupId>
    <artifactId>tensorflow-lite-gpu-api</artifactId>
    <version>2.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tensorflow : tensorflow-lite-gpu-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13.0
  • Latest Release Candidate: 2.10.0-rc3

All Versions

Choose a version of org.tensorflow : tensorflow-lite-gpu-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13.x
tensorflow-lite-gpu-api-2.13.0
2.12.x
tensorflow-lite-gpu-api-2.12.0
2.11.x
tensorflow-lite-gpu-api-2.11.0
2.10.x
tensorflow-lite-gpu-api-2.10.0
tensorflow-lite-gpu-api-2.10.0-rc3

How to add a dependency to Maven

Add the following org.tensorflow : tensorflow-lite-gpu-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tensorflow</groupId>
    <artifactId>tensorflow-lite-gpu-api</artifactId>
    <version>2.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tensorflow : tensorflow-lite-gpu-api gradle dependency to your build.gradle file:

implementation 'org.tensorflow:tensorflow-lite-gpu-api:2.13.0'

Gradle Kotlin DSL: Add the following org.tensorflow : tensorflow-lite-gpu-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tensorflow:tensorflow-lite-gpu-api:2.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tensorflow : tensorflow-lite-gpu-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tensorflow" % "tensorflow-lite-gpu-api" % "2.13.0"

Advertisement