Skip to content

Commit 4e5b515

Browse files
committed
add sum in __all__
1 parent 27a1cca commit 4e5b515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/paddle/sparse/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
'add',
8181
'subtract',
8282
'transpose',
83+
'sum',
8384
'multiply',
8485
'divide',
8586
'coalesce',

0 commit comments

Comments
 (0)