Searched defs:error_spec (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
H A D | special_math_test.py | 155 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 D | literal_test_util.cc | 96 const ErrorSpec& error_spec, std::optional<bool> detailed_message) { in Near()
|
H A D | matrix_ops_simple_test.cc | 148 ErrorSpec error_spec(1e-6); in TestImpl() local
|
H A D | exhaustive_op_test_utils.cc | 365 ErrorSpec error_spec = CallErrorSpec(error_spec_gen, inputs); in ExpectNear() local
|
H A D | dot_operation_test.cc | 299 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 D | sorting_test.cc | 130 ErrorSpec error_spec(10.0f, 10.0f); in XLA_TEST_F() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _csv.c | 1605 PyType_Spec error_spec = { variable
|