Searched refs:half_rtol (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/contrib/resampler/xla/ |
D | resampler_ops_xla_test.py | 40 expected, out, rtol=5e-3, half_rtol=1e-2, bfloat16_rtol=3e-2) 59 expected_grad_warp, grad_warp_tf, half_rtol=1e-2, bfloat16_rtol=3e-2) 61 expected_grad_data, grad_data_tf, half_rtol=1e-2, bfloat16_rtol=3e-2)
|
/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 | addsign_test.py | 128 var0_np, self.evaluate(var0), half_rtol=1e-2)
|
D | image_ops_test.py | 71 self.assertAllCloseAccordingToType(batch1, join1, half_rtol=0.000002) 72 self.assertAllCloseAccordingToType(batch2, join2, half_rtol=0.000002) 74 batch2, inp, bfloat16_atol=0.03, half_rtol=0.02)
|
/external/tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/ |
D | sparsemax_loss_test.py | 109 np_loss, tf_loss_out, half_atol=1e-2, half_rtol=5e-3) 165 half_rtol=1e-2) 229 np_grad, tf_grad, half_atol=1e-2, half_rtol=5e-3)
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util_test.py | 432 half_rtol=1e-4, half_atol=1e-4 442 half_rtol=1e-4, 451 half_rtol=1e-4, half_atol=1e-4
|
D | test_util.py | 2168 half_rtol=1e-3, argument 2199 rtol = max(rtol, half_rtol)
|
/external/tensorflow/tensorflow/contrib/optimizer_v2/ |
D | rmsprop_test.py | 164 var0_np, var0.eval(), half_rtol=3e-3, half_atol=3e-3) 166 var1_np, var1.eval(), half_rtol=3e-3, half_atol=3e-3)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | matmul_op_test.py | 104 half_rtol=0.2,
|
D | pooling_ops_test.py | 807 cpu_val, gpu_val, half_rtol=0.01, half_atol=0.01) 836 cpu_val, gpu_val, half_rtol=0.01, half_atol=0.01)
|