Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/
H A Dlinear_operator_low_rank_update_test.py204 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
232 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
257 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
285 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
311 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_tridiag_test.py112 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
150 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
193 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_composition_test.py39 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
152 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_block_diag_test.py69 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
437 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_permutation_test.py42 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_householder_test.py40 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_identity_test.py43 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
301 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_inversion_test.py40 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_diag_test.py39 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_kronecker_test.py87 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_circulant_test.py366 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
710 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_block_lower_triangular_test.py65 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
H A Dlinear_operator_adjoint_test.py42 self.tf32_keep_ = config.tensor_float_32_execution_enabled()
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dconfig_test.py878 self.assertTrue(config.tensor_float_32_execution_enabled())
881 self.assertFalse(config.tensor_float_32_execution_enabled())
884 self.assertTrue(config.tensor_float_32_execution_enabled())
895 self.assertTrue(config.tensor_float_32_execution_enabled())
907 self.assertTrue(config.tensor_float_32_execution_enabled())
909 self.assertFalse(config.tensor_float_32_execution_enabled())
H A Dconfig.py28 def tensor_float_32_execution_enabled(): function
H A Dtest_ops.cc845 output->scalar<bool>()() = tensor_float_32_execution_enabled(); in Compute()
H A Dtest_util.py2289 allowed = config.tensor_float_32_execution_enabled()
2331 if config.tensor_float_32_execution_enabled() and a.dtype == "float32":
2336 elif config.tensor_float_32_execution_enabled() and a.dtype == "complex64":
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dtensor_float_32_utils.h23 bool tensor_float_32_execution_enabled();
H A Dtensor_float_32_utils.cc29 bool tensor_float_32_execution_enabled() { return tensor_float_32_enabled; } in tensor_float_32_execution_enabled() function
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dtensor_float_32.cc21 m.def("is_enabled", &tensorflow::tensor_float_32_execution_enabled); in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.config.experimental.pbtxt96 name: "tensor_float_32_execution_enabled"
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.config.experimental.pbtxt100 name: "tensor_float_32_execution_enabled"
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmatmul_util.cc96 return tensor_float_32_execution_enabled() ? ComputationType::kTF32AsF32 in GetBlasComputationType()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_blas.cc391 tensorflow::tensor_float_32_execution_enabled()) { in DoBlasInternalImpl()
628 if (tensorflow::tensor_float_32_execution_enabled()) { in DoBlasInternalImpl()
953 } else if (!tensorflow::tensor_float_32_execution_enabled()) { in DoBlasInternalImpl()
1271 algo = tensorflow::tensor_float_32_execution_enabled() in DoBlasInternalImpl()
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt441 tensorflow::tensor_float_32_execution_enabled

12