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 d9c9441 commit c100721Copy full SHA for c100721
docs/src/api/conv.md
@@ -15,11 +15,11 @@ The table below lists all graph convolutional layers implemented in the *GraphNe
15
16
| Layer |Sparse Ops|Edge Weight|Edge Features|
17
| :-------- | :---: |:---: |:---: |
18
-| [`AGNNConv`](@ref) | | | ✓ |
19
-| [`CGConv`](@ref) | | | |
+| [`AGNNConv`](@ref) | | | ✓ |
+| [`CGConv`](@ref) | | | ✓ |
20
| [`ChebConv`](@ref) | | | |
21
-| [`EdgeConv`](@ref) | | | |
22
| [`EGNNConv`](@ref) | | | ✓ |
+| [`EdgeConv`](@ref) | | | |
23
| [`GATConv`](@ref) | | | ✓ |
24
| [`GATv2Conv`](@ref) | | | ✓ |
25
| [`GatedGraphConv`](@ref) | ✓ | | |
0 commit comments