Skip to content

Commit

Permalink
add paddle.incubate.sparse.is_same_shape
Browse files Browse the repository at this point in the history
  • Loading branch information
gsq7474741 committed Aug 22, 2022
1 parent c4c6db0 commit d16e02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/incubate/sparse/binary.py
Expand Up @@ -430,4 +430,4 @@ def is_same_shape(x, y):
# False
"""
return x.is_same_shape(y)
return x.is_same_shape(y)

0 comments on commit d16e02d

Please sign in to comment.