Home
last modified time | relevance | path

Searched defs:rtol (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dtest_util.py45 rtol=1e-2, atol=0.): argument
107 rtol=1e-2, atol=0.): argument
205 rtol=1e-2, argument
330 rtol=1e-2, argument
Ddeterministic.py58 rtol=None, argument
151 def rtol(self): member in _BaseDeterministic
232 rtol=None, argument
346 rtol=None, argument
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Dlstm_ops_test.py407 rtol=1e-6, argument
427 def testLSTMBasicToBlock(self, dtype, rtol, atol): argument
432 def testLSTMBasicToBlockPeeping(self, dtype, rtol, atol): argument
437 def testLSTMBasicToBlockCellClip(self, dtype, rtol, atol): argument
/external/tensorflow/tensorflow/core/framework/
Dtensor_testutil.cc23 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/ops/distributions/
Dbijector_test_util.py52 rtol=0.01, argument
164 bijector, x, y, event_ndims, atol=0, rtol=1e-5, sess=None): argument
/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
96 def _checkGradReal(self, func, x, rtol=1e-2, atol=1e-2): argument
Ddct_ops_test.py106 def _compare(self, signals, norm, dct_type, atol=5e-4, rtol=5e-4): argument
/external/tensorflow/tensorflow/contrib/opt/python/training/
Dexternal_optimizer_test.py58 def assertAllClose(self, array1, array2, rtol=1e-5, atol=1e-5): argument
160 rtol=1e-5, argument
/external/tensorflow/tensorflow/compiler/tests/
Dreduce_ops_test.py43 rtol=1e-4, argument
177 rtol=1e-3, argument
Dunary_ops_test.py55 rtol=1e-3, argument
81 def ListsAreClose(self, result, expected, rtol, atol): argument
Dbinary_ops_test.py55 def ListsAreClose(self, result, expected, rtol): argument
327 def NextAfterEqualityTest(result, expected, rtol): argument
Drandomized_tests.cc716 bool IsClose(const T& x, const T& y, double atol, double rtol) { in IsClose()
724 double rtol) { in IsClose()
750 double rtol) { in TensorsAreCloseImpl()
798 double rtol) { in TensorsAreClose()
831 const OpTestBuilder& builder, double atol, double rtol) { in ExpectTfAndXlaOutputsAreClose()
/external/tensorflow/tensorflow/contrib/training/python/training/
Dresample_test.py96 def testCorrectRates(self, rate=0.25, count=10, n=500, rtol=0.1): argument
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dtest_utils.py172 learning_rate=0.1, rtol=0.2, atol=0.1, train_loss_tolerance_coeff=0.99, argument
Dmath_utils_test.py279 warmup_iterations=0, rtol=1e-6, data_length=500, chunk_size=4): argument
/external/tensorflow/tensorflow/contrib/integrate/python/ops/
Dodes.py306 rtol, argument
424 rtol=1e-6, argument
/external/vboot_reference/firmware/lib/
Dvboot_display.c152 int rtol = 0; in VbDisplayScreenFromGBB() local
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py2019 def _assertArrayLikeAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None): argument
2067 rtol=1e-6, argument
2135 def assertAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None): argument
2164 rtol=1e-6, argument
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
Dcudnn_rnn_ops_test.py354 rtol=3e-6, argument
736 rtol=3e-6, argument
/external/tensorflow/tensorflow/python/ops/
Dcheck_ops.py597 def assert_near_v2(x, y, rtol=None, atol=None, message=None, summarize=None, argument
644 x, y, rtol=None, atol=None, data=None, summarize=None, message=None, argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dreduction_ops_test.py158 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
Dconv_ops_test.py300 padding, dilations, rtol=1e-4): argument
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dgradients_test.py358 def run_and_assert_equal(self, targets1, targets2, atol=1e-4, rtol=1e-4): argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py69 def _ExecuteAndCompareClose(self, c, arguments=(), expected=None, rtol=1e-7, argument