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 64d2642 commit aeca775Copy full SHA for aeca775
README.md
@@ -46,6 +46,7 @@ pip install cffi torch-scatter
46
## Example
47
48
```py
49
+import torch
50
from torch_scatter import scatter_max
51
52
input = torch.Tensor([[2, 0, 1, 4, 3], [0, 2, 1, 3, 4]])
0 commit comments