File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,12 @@ special_accuracy_atol_rtol:
4747 paddle.incubate.nn.functional.fused_layer_norm : [1, 0.01]
4848 paddle.lerp : [5, 0.05]
4949 paddle.nn.functional.layer_norm : [0.2, 0.02]
50- paddle.nn.functional.upsample : [0 .5, 1 .5]
51- paddle.nn.functional.interpolate : [0 .5, 1 .5]
50+ paddle.nn.functional.upsample : [1 .5, 0 .5]
51+ paddle.nn.functional.interpolate : [1 .5, 0 .5]
5252 paddle.incubate.nn.functional.fused_bias_dropout_residual_layer_norm : [1.0, 1.0]
5353 paddle.nn.functional.softmax : [1, 0.01]
5454 paddle.matmul : [2.0, 0.05]
5555 paddle.nn.functional.bilinear : [2.0, 0.08]
56- paddle.nn.functional.interpolate : [1.5, 0.01]
5756 paddle.nn.functional.normalize : [0.2, 0.01]
5857
5958# All configs that report dtype diff when not in not_check_dtype list should be
You can’t perform that action at this time.
0 commit comments