Skip to content

Commit e692eff

Browse files
committed
remove unused padding function
1 parent aeca5cf commit e692eff

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

torch_sparse/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
from .metis import partition # noqa
5656
from .bandwidth import reverse_cuthill_mckee # noqa
5757
from .saint import saint_subgraph # noqa
58-
from .padding import padded_index, padded_index_select # noqa
5958
from .sample import sample, sample_adj # noqa
6059

6160
from .convert import to_torch_sparse, from_torch_sparse # noqa
@@ -101,8 +100,6 @@
101100
'partition',
102101
'reverse_cuthill_mckee',
103102
'saint_subgraph',
104-
'padded_index',
105-
'padded_index_select',
106103
'to_torch_sparse',
107104
'from_torch_sparse',
108105
'to_scipy',

torch_sparse/padding.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)