Home
last modified time | relevance | path

Searched defs:error_spec (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/distributions/
H A Dspecial_math_test.py155 def _test_grid(self, dtype, grid_spec, error_spec): argument
161 def _test_grid_log(self, dtype, grid_spec, error_spec): argument
187 def _test_grid_no_log(self, dtype, grid_spec, error_spec): argument
284 def _test_grad_accuracy(self, dtype, grid_spec, error_spec): argument
400 def _test_grid_log(self, dtype, scipy_dtype, grid_spec, error_spec): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dliteral_test_util.cc96 const ErrorSpec& error_spec, std::optional<bool> detailed_message) { in Near()
H A Dmatrix_ops_simple_test.cc148 ErrorSpec error_spec(1e-6); in TestImpl() local
H A Dexhaustive_op_test_utils.cc365 ErrorSpec error_spec = CallErrorSpec(error_spec_gen, inputs); in ExpectNear() local
H A Ddot_operation_test.cc299 ErrorSpec error_spec(0.3, 3e-3); in ComputeAndCompareR2WithError() local
307 ErrorSpec error_spec(0.3, 7e-3); in ComputeAndCompareR2WithError() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dsorting_test.cc130 ErrorSpec error_spec(10.0f, 10.0f); in XLA_TEST_F() local
/aosp_15_r20/external/python/cpython3/Modules/
D_csv.c1605 PyType_Spec error_spec = { variable