When I Use Bazel To Bulid Libtensorflow_inference.so
system:ubuntu 16.04 bazel:0.4.5 tensorflow: cpu version r1.0 gcc version:(Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 bazel build -c opt //tensorflow/contrib/android:libtensorflo
Solution 1:
These errors comes from the switch from gcc to Clang in Android NDK r13. For best results when building with Bazel use NDK r12b for the time being.
Post a Comment for "When I Use Bazel To Bulid Libtensorflow_inference.so"