查看tensorflow是否为MKL版本命令

python -c "import tensorflow; print(tensorflow.pywrap_tensorflow.IsMklEnabled())"

source activate_tf.sh

export MKL Verbose=1

原文地址:https://www.cnblogs.com/fourmi/p/10874152.html