We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeca5cf commit e692effCopy full SHA for e692eff
torch_sparse/__init__.py
@@ -55,7 +55,6 @@
55
from .metis import partition # noqa
56
from .bandwidth import reverse_cuthill_mckee # noqa
57
from .saint import saint_subgraph # noqa
58
-from .padding import padded_index, padded_index_select # noqa
59
from .sample import sample, sample_adj # noqa
60
61
from .convert import to_torch_sparse, from_torch_sparse # noqa
@@ -101,8 +100,6 @@
101
100
'partition',
102
'reverse_cuthill_mckee',
103
'saint_subgraph',
104
- 'padded_index',
105
- 'padded_index_select',
106
'to_torch_sparse',
107
'from_torch_sparse',
108
'to_scipy',
torch_sparse/padding.py
0 commit comments