MVN

org.bytedeco : tensorflow-platform-python-gpu

Maven & Gradle

Sep 07, 2020
2.4k stars

JavaCPP Presets Platform Python GPU for TensorFlow

<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>tensorflow-platform-python-gpu</artifactId>
    <version>1.15.3-1.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bytedeco : tensorflow-platform-python-gpu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.3-1.5.4

All Versions

Choose a version of org.bytedeco : tensorflow-platform-python-gpu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
tensorflow-platform-python-gpu-1.15.3-1.5.4
tensorflow-platform-python-gpu-1.15.2-1.5.3
tensorflow-platform-python-gpu-1.15.0-1.5.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bytedeco</groupId>
    <artifactId>tensorflow-platform-python-gpu</artifactId>
    <version>1.15.3-1.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bytedeco : tensorflow-platform-python-gpu gradle dependency to your build.gradle file:

implementation 'org.bytedeco:tensorflow-platform-python-gpu:1.15.3-1.5.4'

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

implementation("org.bytedeco:tensorflow-platform-python-gpu:1.15.3-1.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bytedeco : tensorflow-platform-python-gpu sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bytedeco" % "tensorflow-platform-python-gpu" % "1.15.3-1.5.4"