A small fix to test scritps

This commit is contained in:
Abolfazl Shahbazi 2020-07-07 21:04:51 -07:00
parent f7dabcae30
commit 28bbd123e8

View File

@ -15,8 +15,6 @@
# limitations under the License. # limitations under the License.
# ============================================================================ # ============================================================================
#!/bin/bash
{ # try { # try
echo `python -c 'from tensorflow.python import _pywrap_util_port; print(_pywrap_util_port.IsMklEnabled())'` echo `python -c 'from tensorflow.python import _pywrap_util_port; print(_pywrap_util_port.IsMklEnabled())'`
echo "PASS: MKL is enabled" echo "PASS: MKL is enabled"