MVN

org.nd4j : nd4j-tensorflow

Maven & Gradle

Aug 12, 2022
8 usages

nd4j-tensorflow

<dependency>
    <groupId>org.nd4j</groupId>
    <artifactId>nd4j-tensorflow</artifactId>
    <version>1.0.0-M2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-M2.1
  • Latest Beta: 1.0.0-beta7

All Versions

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

  • Version Updated
  • nd4j-tensorflow-1.0.0-M2.1

    Aug 12, 2022
  • nd4j-tensorflow-1.0.0-M2

    Feb 25, 2022
  • nd4j-tensorflow-1.0.0-M1.1

    Jul 20, 2021
  • nd4j-tensorflow-1.0.0-M1

    May 25, 2021
  • nd4j-tensorflow-1.0.0-beta7

    May 13, 2020
  • nd4j-tensorflow-1.0.0-beta6

    Dec 13, 2019
  • nd4j-tensorflow-1.0.0-beta5

    Sep 06, 2019
  • nd4j-tensorflow-1.0.0-beta4

    May 02, 2019
  • nd4j-tensorflow-1.0.0-beta3

    Nov 06, 2018
  • nd4j-tensorflow-1.0.0-beta2

    Aug 08, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>org.nd4j</groupId>
    <artifactId>nd4j-tensorflow</artifactId>
    <version>1.0.0-M2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.nd4j:nd4j-tensorflow:1.0.0-M2.1'

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

implementation("org.nd4j:nd4j-tensorflow:1.0.0-M2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.nd4j" % "nd4j-tensorflow" % "1.0.0-M2.1"