0%

TensorFlow Android Stand-Alone Demo

Author:miyosuda

Android demo source files extracted from original TensorFlow source. (TensorFlow r0.10)

To build this demo, you don’t need to prepare build environment with Bazel, and it only requires AndroidStudio.

If you would like to build jni codes, only NDK is requied to build it.

How to build jni codes

First install NDK, and set path for NDK tools, and then type commands below to create .so file.

1
2
3
$ cd jni-build
$ make
$ make install

欢迎关注我的其它发布渠道