Last active
May 10, 2018 08:30
-
-
Save uelordi01/02dc238131bb13477465c6bae6245aa2 to your computer and use it in GitHub Desktop.
build tensorflow inference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bazel build -c opt //tensorflow/contrib/android:libtensorflow_inference.so \ | |
| --crosstool_top=//external:android/crosstool \ | |
| --host_crosstool_top=@bazel_tools//tools/cpp:toolchain --cpu=armeabi-v7a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment