Home
last modified time | relevance | path

Searched refs:tensor_float_32_execution_enabled (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dtensor_float_32_utils.h23 bool tensor_float_32_execution_enabled();
Dtensor_float_32_utils.cc29 bool tensor_float_32_execution_enabled() { return tensor_float_32_enabled; } in tensor_float_32_execution_enabled() function
/external/tensorflow/tensorflow/python/util/
Dtensor_float_32.cc21 m.def("is_enabled", &tensorflow::tensor_float_32_execution_enabled); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.config.experimental.pbtxt92 name: "tensor_float_32_execution_enabled"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.config.experimental.pbtxt92 name: "tensor_float_32_execution_enabled"
/external/tensorflow/tensorflow/python/framework/
Dconfig.py30 def tensor_float_32_execution_enabled(): function
Dconfig_test.py821 self.assertTrue(config.tensor_float_32_execution_enabled())
832 self.assertTrue(config.tensor_float_32_execution_enabled())
834 self.assertFalse(config.tensor_float_32_execution_enabled())
Dtest_util.py1952 allowed = config.tensor_float_32_execution_enabled()
1994 if config.tensor_float_32_execution_enabled() and a.dtype == "float32":
1999 elif config.tensor_float_32_execution_enabled() and a.dtype == "complex64":
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt380 tensorflow::tensor_float_32_execution_enabled
/external/tensorflow/tensorflow/python/keras/
Dtesting_utils.py1017 allowed = config.tensor_float_32_execution_enabled()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc546 tensorflow::tensor_float_32_execution_enabled()) { in DoBlasInternalImpl()
2107 } else if (!tensorflow::tensor_float_32_execution_enabled()) { in DoBlasInternalImpl()
2451 algo = tensorflow::tensor_float_32_execution_enabled() in DoBlasInternalImpl()
Dcuda_dnn.cc767 if (!tensorflow::tensor_float_32_execution_enabled()) { in IsTensorMathEnabled()
1116 allow_tensor_ops = tensorflow::tensor_float_32_execution_enabled(); in Create()