【发布时间】:2017-08-30 13:14:21
【问题描述】:
gcc:错误:从源代码构建 tensorflow 时无法识别命令行选项“-mfpu=neon-vfpv4”。我用过 bazel build -c opt --copt="-mfpu=neon-vfpv4" --copt="-funsafe-math-optimizations" --copt="-ftree-vectorize" --copt="-fomit- frame-pointer" --local_resources 1024,1.0,1.0 --verbose_failures tensorflow/tools/pip_package:build_pip_package 来构建它
【问题讨论】:
标签: tensorflow