Home
last modified time | relevance | path

Searched refs:half_rtol (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dftrl_test.py135 half_rtol=1e-2)
140 half_rtol=1e-2)
335 self.assertAllCloseAccordingToType(val0, val2, rtol=1e-4, half_rtol=1e-2)
336 self.assertAllCloseAccordingToType(val1, val3, rtol=1e-4, half_rtol=1e-2)
Dimage_ops_test.py67 self.assertAllCloseAccordingToType(batch1, join1, half_rtol=0.000002)
68 self.assertAllCloseAccordingToType(batch2, join2, half_rtol=0.000002)
70 batch2, inp, bfloat16_atol=0.03, half_rtol=0.02)
/external/tensorflow/tensorflow/python/training/
Dftrl_test.py68 np.array([-2.60260963, -4.29698515]), v0_val, half_rtol=1e-2)
433 self.assertAllCloseAccordingToType(val0, val2, half_rtol=2e-3)
434 self.assertAllCloseAccordingToType(val1, val3, half_rtol=2e-3)
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Dxent_op_test_base.py80 self.assertAllCloseAccordingToType(np_loss, tf_loss, half_rtol=1e-2)
Dpooling_ops_test.py953 cpu_val, gpu_val, half_rtol=0.01, half_atol=0.01)
985 cpu_val, gpu_val, half_rtol=0.01, half_atol=0.01)
/external/tensorflow/tensorflow/python/framework/
Dtest_util_test.py492 half_rtol=1e-4, half_atol=1e-4
502 half_rtol=1e-4,
511 half_rtol=1e-4, half_atol=1e-4
Dtest_util.py3090 half_rtol=1e-3, argument
3122 rtol = max(rtol, half_rtol)
/external/tensorflow/tensorflow/python/kernel_tests/
Dxent_op_test_base.py84 self.assertAllCloseAccordingToType(np_loss, tf_loss, half_rtol=1e-2)
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dmatmul_op_test.py136 half_rtol=0.2,
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dscatter_ops_test.py183 self.evaluate(ref), new, half_rtol=5e-3, half_atol=5e-3)