Home
last modified time | relevance | path

Searched refs:IsMklEnabled (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dport.h45 bool IsMklEnabled();
Dport.cc62 bool IsMklEnabled() { in IsMklEnabled() function
/external/tensorflow/tensorflow/python/util/
Dport_wrapper.cc27 m.def("IsMklEnabled", tensorflow::IsMklEnabled); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_grappler_test.py108 if ((test_util.IsMklEnabled() and node_op_type in ("_MklAddN", "Mul"))
/external/tensorflow/tensorflow/python/kernel_tests/
Dconv_ops_test.py1379 if test.is_gpu_available(cuda_only=True) or test_util.IsMklEnabled():
1394 if test.is_gpu_available(cuda_only=True) or test_util.IsMklEnabled():
1409 if test.is_gpu_available(cuda_only=True) or test_util.IsMklEnabled():
1424 if test.is_gpu_available(cuda_only=True) or test_util.IsMklEnabled():
1439 if test.is_gpu_available(cuda_only=True) or test_util.IsMklEnabled():
1454 if test.is_gpu_available(cuda_only=True) or test_util.IsMklEnabled():
1469 if test.is_gpu_available(cuda_only=True) or test_util.IsMklEnabled():
1484 if test.is_gpu_available(cuda_only=True) or test_util.IsMklEnabled():
1499 if test.is_gpu_available(cuda_only=True) or test_util.IsMklEnabled():
1516 if test.is_gpu_available(cuda_only=True) or test_util.IsMklEnabled():
Dconv_ops_3d_test.py289 (test_util.IsMklEnabled() and is_eager is False):
317 (test_util.IsMklEnabled() and is_eager is False):
Dconcat_op_test.py749 if test_util.IsMklEnabled():
/external/tensorflow/tensorflow/python/client/
Dtimeline_test.py164 cpuname = 'mklcpu' if test_util.IsMklEnabled() else 'cpu'
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt33 tensorflow::IsMklEnabled
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli_test.py54 return "_MklMatMul" if test_util.IsMklEnabled() else "MatMul"
931 if test_util.IsMklEnabled():
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer_test.py241 if test_util.IsMklEnabled():
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py327 def IsMklEnabled(): function
328 return _pywrap_util_port.IsMklEnabled()
Dtest_util_test.py144 if test_util.IsMklEnabled():
/external/tensorflow/tensorflow/python/grappler/
Dauto_mixed_precision_test.py373 if mode == 'mkl' and not test_util.IsMklEnabled():