tensorflow c++编译

查看cpu支持哪些指令集

lscpu

指令集优化

bazel build -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-mfpmath=both --copt=-msse4.2 -k //tensorflow:libtensorflow_cc.so

你可能感兴趣的:(Tensorflow)