Home
last modified time | relevance | path

Searched defs:atol (Results 1 – 25 of 44) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tests/
Dspecial_math_test.py83 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 …]
Dmatrix_triangular_solve_op_test.py48 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
Dunary_ops_test.py53 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
Dcholesky_op_test.py38 def _verifyCholeskyBase(self, sess, placeholder, x, chol, verification, atol): argument
51 def _verifyCholesky(self, x, atol=1e-6): argument
Dternary_ops_test.py32 def _testTernary(self, op, a, b, c, expected, rtol=1e-3, atol=1e-6): argument
250 def testBetainc(self, sigma, rtol, atol): argument
Dmatrix_diag_ops_test.py338 atol=1e-5): argument
540 atol=1e-5): argument
686 atol=1e-5): argument
Dreduce_ops_test.py42 atol=1e-4): argument
191 atol=1e-4): argument
Dbinary_ops_test.py45 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/
Dtensor_testutil.cc133 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()
Dtensor_testutil.h144 void ExpectTensorNear(const Tensor& x, const Tensor& y, double atol) { in ExpectTensorNear()
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dtest_util.py38 def run_and_assert_equal(self, targets1, targets2, rtol=1e-4, atol=1e-5): argument
54 atol=1e-5): argument
Dgradients_test.py353 def run_and_assert_equal(self, targets1, targets2, atol=1e-4, rtol=1e-4): argument
/external/musl/src/stdlib/
Datol.c4 long atol(const char *s) in atol() function
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dfft_ops_test.py43 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
Ddct_ops_test.py148 def _compare(self, signals, n, norm, dct_type, atol, rtol): argument
/external/tensorflow/tensorflow/python/ops/distributions/
Dbijector_test_util.py160 bijector, x, y, event_ndims, atol=0, rtol=1e-5, sess=None): argument
/external/tensorflow/tensorflow/tools/docs/
Dtf_doctest_lib.py113 def _allclose(self, want, got, rtol=1e-3, atol=1e-3): argument
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py2924 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/
Dstringold.py237 def atol(*args): function
Dstring.py409 def atol(s, base=10): function
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_ops_test.h83 double atol = -1; member
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dreduction_ops_test.py173 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/
Dcheck_ops.py784 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/
Dlinalg_ops_test.py558 def check_residual(self, matrix, eigvals, eigvectors, atol): argument
/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_test.cc58 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()

12