/external/tensorflow/tensorflow/compiler/tests/ |
D | special_math_test.py | 83 def adjust_tolerance_for_tpu(self, dtype, rtol, atol): argument 91 def _test_range(self, low, high, dtype, rtol, atol, is_negative=False): argument 107 def testSmallX(self, dtype, rtol, atol): argument 113 def testGreaterThanNegativeTwentyExponent(self, dtype, rtol, atol): argument 119 def testGreaterThanNegativeTenExponent(self, dtype, rtol, atol): argument 125 def testGreaterThanNegativeFiveExponent(self, dtype, rtol, atol): argument 131 def testXGreaterThanOneTenth(self, dtype, rtol, atol): argument 137 def testXGreaterThanOne(self, dtype, rtol, atol): argument 150 def adjust_tolerance_for_tpu(self, dtype, rtol, atol): argument 206 def testLargeXSmallQ(self, dtype, rtol, atol): argument [all …]
|
D | matrix_triangular_solve_op_test.py | 48 atol): argument 55 def _VerifyTriangularSolve(self, a, b, lower, adjoint, atol, dtype=None): argument 70 def _VerifyTriangularSolveCombo(self, a, b, atol=1e-4, dtype=None): argument
|
D | unary_ops_test.py | 53 atol=1e-5): argument 78 def ListsAreClose(self, result, expected, rtol, atol): argument 84 def AssertCloseAndSorted(self, result, expected, rtol, atol): argument 89 def AssertAllEqual(self, result, expected, rtol, atol): argument 1176 atol=9.1e-6): argument
|
D | cholesky_op_test.py | 38 def _verifyCholeskyBase(self, sess, placeholder, x, chol, verification, atol): argument 51 def _verifyCholesky(self, x, atol=1e-6): argument
|
D | ternary_ops_test.py | 32 def _testTernary(self, op, a, b, c, expected, rtol=1e-3, atol=1e-6): argument 250 def testBetainc(self, sigma, rtol, atol): argument
|
D | matrix_diag_ops_test.py | 338 atol=1e-5): argument 540 atol=1e-5): argument 686 atol=1e-5): argument
|
D | reduce_ops_test.py | 42 atol=1e-4): argument 191 atol=1e-4): argument
|
D | binary_ops_test.py | 45 atol=None): argument 64 def ListsAreClose(self, result, expected, rtol, atol): argument 495 def NextAfterEqualityTest(result, expected, rtol, atol): argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_testutil.cc | 133 static ::testing::AssertionResult IsClose(const T& x, const T& y, const T& atol, in IsClose() 148 const T& atol, const T& rtol) { in IsClose() 166 static void ExpectClose(const Tensor& x, const Tensor& y, double atol, in ExpectClose() 240 void ExpectClose(const Tensor& x, const Tensor& y, double atol, double rtol) { in ExpectClose() 263 double atol, double rtol) { in IsClose() 267 ::testing::AssertionResult internal_test::IsClose(float x, float y, double atol, in IsClose() 273 double atol, double rtol) { in IsClose()
|
D | tensor_testutil.h | 144 void ExpectTensorNear(const Tensor& x, const Tensor& y, double atol) { in ExpectTensorNear()
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | test_util.py | 38 def run_and_assert_equal(self, targets1, targets2, rtol=1e-4, atol=1e-5): argument 54 atol=1e-5): argument
|
D | gradients_test.py | 353 def run_and_assert_equal(self, targets1, targets2, atol=1e-4, rtol=1e-4): argument
|
/external/musl/src/stdlib/ |
D | atol.c | 4 long atol(const char *s) in atol() function
|
/external/tensorflow/tensorflow/python/kernel_tests/signal/ |
D | fft_ops_test.py | 43 rtol=1e-4, atol=1e-4): argument 48 rtol=1e-4, atol=1e-4): argument 59 rtol=1e-4, atol=1e-4): argument 76 rtol=1e-2, atol=1e-2): argument 95 def _check_grad_real(self, func, x, rtol=1e-2, atol=1e-2): argument
|
D | dct_ops_test.py | 148 def _compare(self, signals, n, norm, dct_type, atol, rtol): argument
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | bijector_test_util.py | 160 bijector, x, y, event_ndims, atol=0, rtol=1e-5, sess=None): argument
|
/external/tensorflow/tensorflow/tools/docs/ |
D | tf_doctest_lib.py | 113 def _allclose(self, want, got, rtol=1e-3, atol=1e-3): argument
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 2924 def _assertArrayLikeAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None): argument 2980 atol=1e-6, argument 3050 def assertAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None): argument 3087 atol=1e-6, argument 3132 def assertNotAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None): argument 3562 def _assertRaggedClose(self, a, b, rtol, atol, msg=None): argument 3572 def _assertListCloseRecursive(self, a, b, rtol, atol, msg, path="value"): 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/core/kernels/mlir_generated/ |
D | base_ops_test.h | 83 double atol = -1; member
|
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
D | reduction_ops_test.py | 173 def _compareGradient(self, x, reduction_axes, rtol=1e-8, atol=1e-8): argument 184 def _compareGradientAxes(self, x, rtol=1e-8, atol=1e-8): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | check_ops.py | 784 def assert_near_v2(x, y, rtol=None, atol=None, message=None, summarize=None, argument 841 x, y, rtol=None, atol=None, data=None, summarize=None, message=None, argument
|
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linalg_ops_test.py | 558 def check_residual(self, matrix, eigvals, eigvectors, atol): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fake_quant_ops_test.cc | 58 const double atol = -1.0, in RunTestFakeQuantWithMinMaxArgs() 93 const double atol = -1.0, in RunTestFakeQuantWithMinMaxVars() 131 const double atol = -1.0, const double rtol = -1.0, in RunTestFakeQuantWithMinMaxVarsPerChannel()
|