Closed Chunosov closed 6 years ago
Build scripts for src and shared_cc packages could be modified to support building for Android. Start from here https://www.tensorflow.org/mobile/android_build
src
shared_cc
In your copy of the TensorFlow source, update the WORKSPACE file with the location of your SDK and NDK, where it says and . In general when compiling for Android with Bazel you need --config=android on the Bazel command line
In your copy of the TensorFlow source, update the WORKSPACE file with the location of your SDK and NDK, where it says and .
In general when compiling for Android with Bazel you need --config=android on the Bazel command line
Was implemented as package lib-tensorflow-1.7.0-src-static so close this issue.
lib-tensorflow-1.7.0-src-static
Build scripts for
src
andshared_cc
packages could be modified to support building for Android. Start from here https://www.tensorflow.org/mobile/android_build