Home
last modified time | relevance | path

Searched refs:tensor_float_32_execution_enabled (Results 1 – 13 of 13) 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/python/framework/
Dconfig_test.py873 self.assertTrue(config.tensor_float_32_execution_enabled())
876 self.assertFalse(config.tensor_float_32_execution_enabled())
879 self.assertTrue(config.tensor_float_32_execution_enabled())
890 self.assertTrue(config.tensor_float_32_execution_enabled())
902 self.assertTrue(config.tensor_float_32_execution_enabled())
904 self.assertFalse(config.tensor_float_32_execution_enabled())
Dconfig.py32 def tensor_float_32_execution_enabled(): function
Dtest_ops.cc737 output->scalar<bool>()() = tensor_float_32_execution_enabled(); in Compute()
Dtest_util.py2059 allowed = config.tensor_float_32_execution_enabled()
2101 if config.tensor_float_32_execution_enabled() and a.dtype == "float32":
2106 elif config.tensor_float_32_execution_enabled() and a.dtype == "complex64":
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.config.experimental.pbtxt96 name: "tensor_float_32_execution_enabled"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.config.experimental.pbtxt96 name: "tensor_float_32_execution_enabled"
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt400 tensorflow::tensor_float_32_execution_enabled
/external/tensorflow/tensorflow/python/keras/
Dtesting_utils.py997 allowed = config.tensor_float_32_execution_enabled()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc551 tensorflow::tensor_float_32_execution_enabled()) { in DoBlasInternalImpl()
1763 if (tensorflow::tensor_float_32_execution_enabled()) { in DoBlasInternalImpl()
2085 } else if (!tensorflow::tensor_float_32_execution_enabled()) { in DoBlasInternalImpl()
2392 algo = tensorflow::tensor_float_32_execution_enabled() in DoBlasInternalImpl()
Dcuda_dnn.cc849 if (!tensorflow::tensor_float_32_execution_enabled()) { in IsTensorMathEnabled()
1218 allow_tensor_ops = tensorflow::tensor_float_32_execution_enabled(); in Create()