Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Dftrl_test.py139 half_rtol=1e-2)
144 half_rtol=1e-2)
339 self.assertAllCloseAccordingToType(val0, val2, rtol=1e-4, half_rtol=1e-2)
340 self.assertAllCloseAccordingToType(val1, val3, rtol=1e-4, half_rtol=1e-2)
Dimage_ops_test.py73 self.assertAllCloseAccordingToType(batch1, join1, half_rtol=0.000002)
74 self.assertAllCloseAccordingToType(batch2, join2, half_rtol=0.000002)
76 batch2, inp, bfloat16_atol=0.03, half_rtol=0.02)
/external/tensorflow/tensorflow/python/training/
Dftrl_test.py71 np.array([-2.60260963, -4.29698515]), v0_val, half_rtol=1e-2)
436 self.assertAllCloseAccordingToType(val0, val2, half_rtol=2e-3)
437 self.assertAllCloseAccordingToType(val1, val3, half_rtol=2e-3)
/external/tensorflow/tensorflow/python/framework/
Dtest_util_test.py456 half_rtol=1e-4, half_atol=1e-4
466 half_rtol=1e-4,
475 half_rtol=1e-4, half_atol=1e-4
Dtest_util.py2733 half_rtol=1e-3, argument
2764 rtol = max(rtol, half_rtol)
/external/tensorflow/tensorflow/python/kernel_tests/
Dmatmul_op_test.py106 half_rtol=0.2,
Dscatter_ops_test.py186 self.evaluate(ref), new, half_rtol=5e-3, half_atol=5e-3)
Dxent_op_test.py78 self.assertAllCloseAccordingToType(np_loss, tf_loss, half_rtol=1e-2)
Dpooling_ops_test.py966 cpu_val, gpu_val, half_rtol=0.01, half_atol=0.01)
998 cpu_val, gpu_val, half_rtol=0.01, half_atol=0.01)