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 1116b41 commit afb829eCopy full SHA for afb829e
docs/src/api/conv.md
@@ -19,6 +19,7 @@ The table below lists all graph convolutional layers implemented in the *GraphNe
19
| [`CGConv`](@ref) | | | |
20
| [`ChebConv`](@ref) | | | |
21
| [`EdgeConv`](@ref) | | | |
22
+| [`EGNNConv`](@ref) | | | ✓ |
23
| [`GATConv`](@ref) | | | ✓ |
24
| [`GATv2Conv`](@ref) | | | ✓ |
25
| [`GatedGraphConv`](@ref) | ✓ | | |
@@ -30,6 +31,7 @@ The table below lists all graph convolutional layers implemented in the *GraphNe
30
31
| [`NNConv`](@ref) | | | ✓ |
32
| [`ResGatedGraphConv`](@ref) | | | |
33
| [`SAGEConv`](@ref) | ✓ | | |
34
+| [`SGConv`](@ref) | ✓ | | |
35
36
37
## Docs
0 commit comments