[Deprecated, checkout https://bintray.com/google/tensorflow/tensorflow-android]
A pure Gradle port of the TensorFlow library for Android! Publish the nightly build of TensorFlow CI. The name of this repo is inspired by JakeWharton/double-espresso.
allprojects {
repositories {
maven {
url "http://dl.bintray.com/piasy/maven"
}
}
}
compile 'com.github.piasy:double-tf-android:1.0.0-nightly-125@aar'
Please refer to Piasy/mnist-android-tensorflow.