/external/tensorflow/tensorflow/compiler/tests/ |
D | special_math_test.py | 56 def testIgammaSmallValues(self, dtype, rtol, atol): argument 71 def testIgammaMediumValues(self, dtype, rtol, atol): argument 83 def testIgammaLargeValues(self, dtype, rtol, atol): argument
|
D | matrix_triangular_solve_op_test.py | 50 atol): argument 57 def _VerifyTriangularSolve(self, a, b, lower, adjoint, atol): argument 71 def _VerifyTriangularSolveCombo(self, a, b, atol=1e-4): argument
|
D | cholesky_op_test.py | 42 def _verifyCholeskyBase(self, sess, placeholder, x, chol, verification, atol): argument 55 def _verifyCholesky(self, x, atol=1e-6): argument
|
D | ternary_ops_test.py | 35 def _testTernary(self, op, a, b, c, expected, rtol=1e-3, atol=1e-6): argument 251 def testBetainc(self, sigma, rtol, atol): argument
|
D | matrix_diag_ops_test.py | 339 atol=1e-5): argument 525 atol=1e-5): argument 658 atol=1e-5): argument
|
D | reduce_ops_test.py | 45 atol=1e-4): argument 179 atol=1e-4): argument
|
D | binary_ops_test.py | 48 atol=None): argument 67 def ListsAreClose(self, result, expected, rtol, atol): argument 491 def NextAfterEqualityTest(result, expected, rtol, atol): argument
|
D | unary_ops_test.py | 56 atol=1e-5): argument 81 def ListsAreClose(self, result, expected, rtol, atol): argument
|
D | randomized_tests.cc | 716 bool IsClose(const T& x, const T& y, double atol, double rtol) { in IsClose() 723 bool IsClose<complex64>(const complex64& x, const complex64& y, double atol, in IsClose() 749 Status TensorsAreCloseImpl(const Tensor& x, const Tensor& y, double atol, in TensorsAreCloseImpl() 797 Status TensorsAreClose(const Tensor& a, const Tensor& b, double atol, in TensorsAreClose() 831 const OpTestBuilder& builder, double atol, double rtol) { in ExpectTfAndXlaOutputsAreClose()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_testutil.cc | 23 void ExpectClose(const Tensor& x, const Tensor& y, double atol, double rtol) { in ExpectClose() 53 void ExpectClose(const Tensor& x, const Tensor& y, double atol, double rtol) { in ExpectClose()
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/ |
D | layer_correctness_test.py | 141 def test_layer(self, f32_layer_fn, input_shape, rtol=2e-3, atol=2e-3, argument
|
/external/tensorflow/tensorflow/python/kernel_tests/signal/ |
D | fft_ops_test.py | 47 rtol=1e-4, atol=1e-4): argument 52 rtol=1e-4, atol=1e-4): argument 66 rtol=1e-4, atol=1e-4): argument 86 rtol=1e-2, atol=1e-2): argument 107 def _check_grad_real(self, func, x, rtol=1e-2, atol=1e-2): argument
|
D | dct_ops_test.py | 152 def _compare(self, signals, n, norm, dct_type, atol, rtol): argument
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | bijector_test_util.py | 164 bijector, x, y, event_ndims, atol=0, rtol=1e-5, sess=None): argument
|
/external/tensorflow/tensorflow/tools/docs/ |
D | tf_doctest_lib.py | 118 def _allclose(self, want, got, rtol=1e-3, atol=1e-3): argument
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 2355 def _assertArrayLikeAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None): argument 2404 atol=1e-6, argument 2471 def assertAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None): argument 2503 atol=1e-6, argument 2907 def _assertRaggedClose(self, a, b, rtol, atol, msg=None): argument 2917 def _assertListCloseRecursive(self, a, b, rtol, atol, msg, path="value"): argument
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | kernelized_test.py | 57 def _assert_all_close(self, expected, actual, atol=0.001): argument
|
/external/python/cpython2/Lib/ |
D | stringold.py | 237 def atol(*args): function
|
D | string.py | 409 def atol(s, base=10): function
|
/external/tensorflow/tensorflow/python/eager/ |
D | forwardprop_test.py | 183 atol=1e-6): argument 385 def testKerasLayers(self, value, op_fn, atol=1e-6): argument
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend_test.py | 1247 def assert_list_pairwise(z_list, atol=1e-05): argument 1348 def assert_list_pairwise(z_list, atol=1e-05): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | check_ops.py | 710 def assert_near_v2(x, y, rtol=None, atol=None, message=None, summarize=None, argument 765 x, y, rtol=None, atol=None, data=None, summarize=None, message=None, argument
|
D | nn_batchnorm_test.py | 303 def _testBatchNormArbitraryShapes(self, x_shape, param_shape, atol=0.0001, argument
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | reduction_ops_test.py | 158 def _compareGradient(self, x, reduction_axes, rtol=1e-8, atol=1e-8): argument 169 def _compareGradientAxes(self, x, rtol=1e-8, atol=1e-8): argument
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | gradients_test.py | 358 def run_and_assert_equal(self, targets1, targets2, atol=1e-4, rtol=1e-4): argument
|