Searched refs:half_rtol (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/tests/ |
D | ftrl_test.py | 139 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)
|
D | image_ops_test.py | 73 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/ |
D | ftrl_test.py | 71 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/ |
D | test_util_test.py | 456 half_rtol=1e-4, half_atol=1e-4 466 half_rtol=1e-4, 475 half_rtol=1e-4, half_atol=1e-4
|
D | test_util.py | 2733 half_rtol=1e-3, argument 2764 rtol = max(rtol, half_rtol)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | matmul_op_test.py | 106 half_rtol=0.2,
|
D | scatter_ops_test.py | 186 self.evaluate(ref), new, half_rtol=5e-3, half_atol=5e-3)
|
D | xent_op_test.py | 78 self.assertAllCloseAccordingToType(np_loss, tf_loss, half_rtol=1e-2)
|
D | pooling_ops_test.py | 966 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)
|