libtensorflow_jni
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.tensorflow</groupId> <artifactId>libtensorflow_jni</artifactId> <version>1.15.0</version> </dependency>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <description>Platform-dependent native code for the TensorFlow Java library.</description> <parent> <groupId>org.tensorflow</groupId> <artifactId>parentpom</artifactId> <version>1.15.0</version> <relativePath>../</relativePath> </parent> <artifactId>libtensorflow_jni</artifactId> <packaging>jar</packaging> </project>