tensorflow-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-android</artifactId>
<version>1.13.1</version>
</dependency><project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-android</artifactId>
<version>1.13.1</version>
<packaging>aar</packaging>
<name>TensorFlow AAR for Android Inference Library and Java API</name>
<url>https://github.com/tensorflow/tensorflow/</url>
<parent>
<groupId>org.tensorflow</groupId>
<artifactId>parentpom</artifactId>
<version>1.13.1</version>
<relativePath>../</relativePath>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.commitid>6612da89516247503f03ef76e974b51a434fb52e</project.build.commitid>
<project.build.type>release-android</project.build.type>
</properties>
</project>