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 c5005f1 commit c2bc98fCopy full SHA for c2bc98f
torch_geometric/nn/models/lpformer.py
@@ -3,13 +3,12 @@
3
4
import torch
5
import torch.nn as nn
6
-from torch_scatter import scatter
7
import torch.nn.functional as F
8
from torch import Tensor
9
from torch.nn import Parameter
10
from torch_geometric.typing import SparseTensor
11
12
-from ...utils import softmax, get_ppr
+from ...utils import softmax, get_ppr, scatter
13
from ...typing import OptTensor, Tuple, Adj
14
from ...nn.conv import MessagePassing
15
from ...nn.dense.linear import Linear
0 commit comments