Skip to content

Commit d16e02d

Browse files
committed
add paddle.incubate.sparse.is_same_shape
1 parent c4c6db0 commit d16e02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/incubate/sparse/binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,4 +430,4 @@ def is_same_shape(x, y):
430430
# False
431431
432432
"""
433-
return x.is_same_shape(y)
433+
return x.is_same_shape(y)

0 commit comments

Comments
 (0)