Skip to content

Commit c100721

Browse files
fix conv table (#256)
1 parent d9c9441 commit c100721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/api/conv.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ The table below lists all graph convolutional layers implemented in the *GraphNe
1515

1616
| Layer |Sparse Ops|Edge Weight|Edge Features|
1717
| :-------- | :---: |:---: |:---: |
18-
| [`AGNNConv`](@ref) | | | |
19-
| [`CGConv`](@ref) | | | |
18+
| [`AGNNConv`](@ref) | | | |
19+
| [`CGConv`](@ref) | | | |
2020
| [`ChebConv`](@ref) | | | |
21-
| [`EdgeConv`](@ref) | | | |
2221
| [`EGNNConv`](@ref) | | ||
22+
| [`EdgeConv`](@ref) | | | |
2323
| [`GATConv`](@ref) | | ||
2424
| [`GATv2Conv`](@ref) | | ||
2525
| [`GatedGraphConv`](@ref) || | |

0 commit comments

Comments
 (0)