Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dspecial_math_test.py159 def _test_grid(self, dtype, grid_spec, error_spec): argument
165 def _test_grid_log(self, dtype, grid_spec, error_spec): argument
191 def _test_grid_no_log(self, dtype, grid_spec, error_spec): argument
288 def _test_grad_accuracy(self, dtype, grid_spec, error_spec): argument
403 def _test_grid_log(self, dtype, scipy_dtype, grid_spec, error_spec): argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dliteral_test_util.cc89 const ErrorSpec& error_spec, absl::optional<bool> detailed_message) { in Near()
Dmatrix_ops_simple_test.cc150 ErrorSpec error_spec(1e-6); in TestImpl() local
Ddot_operation_test.cc355 ErrorSpec error_spec(0.3, 3e-3); in TestImpl() local