Skip to content

Commit 9954e6a

Browse files
Merge pull request #280 from co63oc/fix7
[Accuracy diff No.2-5、14] Fix accuracy diff for paddle.all API
2 parents 95909a0 + 51d837b commit 9954e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/ci_ce_cpu/error_log.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19767,7 +19767,7 @@ Max relative difference among violations: 5433.6461126
1976719767
ACTUAL: array([ 109069, 997575, 17390, ..., 2750067, 48943, 965662])
1976819768
DESIRED: array([ 109069, 997575, 17390, ..., 2750067, 48943, 965662])
1976919769
2025-04-27 04:01:35.373264 test begin: paddle.all(Tensor([1, 0, 2],"bool"), axis=tuple(), keepdim=True, )
19770-
[accuracy error] paddle.all(Tensor([1, 0, 2],"bool"), axis=tuple(), keepdim=True, )
19770+
[accuracy error] paddle.all(Tensor([1, 0, 2],"bool"), axis=tuple(), keepdim=True, )
1977119771
Arrays are not equal
1977219772
(shapes (1, 1, 1), (1, 0, 2) mismatch)
1977319773
ACTUAL: array([[[ True]]])

0 commit comments

Comments
 (0)