Skip to content

Instantly share code, notes, and snippets.

@uelordi01
Last active May 10, 2018 08:30
Show Gist options
  • Select an option

  • Save uelordi01/02dc238131bb13477465c6bae6245aa2 to your computer and use it in GitHub Desktop.

Select an option

Save uelordi01/02dc238131bb13477465c6bae6245aa2 to your computer and use it in GitHub Desktop.
build tensorflow inference
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