Skip to content

Commit 7c6cc7d

Browse files
authored
update layers compatible with heterograph (#413)
1 parent 91ddd53 commit 7c6cc7d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/src/api/conv.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ The table below lists all graph convolutional layers implemented in the *GraphNe
1818
| Layer |Sparse Ops|Edge Weight|Edge Features| Heterograph | TemporalSnapshotsGNNGraphs |
1919
| :-------- | :---: |:---: |:---: | :---: | :---: |
2020
| [`AGNNConv`](@ref) | | || | |
21-
| [`CGConv`](@ref) | | || ||
21+
| [`CGConv`](@ref) | | || ||
2222
| [`ChebConv`](@ref) | | | | ||
2323
| [`EGNNConv`](@ref) | | || | |
24-
| [`EdgeConv`](@ref) | | | | | |
25-
| [`GATConv`](@ref) | | || ||
26-
| [`GATv2Conv`](@ref) | | || ||
24+
| [`EdgeConv`](@ref) | | | | | |
25+
| [`GATConv`](@ref) | | || ||
26+
| [`GATv2Conv`](@ref) | | || ||
2727
| [`GatedGraphConv`](@ref) || | | ||
2828
| [`GCNConv`](@ref) ||| | | |
29-
| [`GINConv`](@ref) || | | | |
29+
| [`GINConv`](@ref) || | | ||
3030
| [`GMMConv`](@ref) | | || | |
31-
| [`GraphConv`](@ref) || | || |
31+
| [`GraphConv`](@ref) || | |||
3232
| [`MEGNetConv`](@ref) | | || | |
3333
| [`NNConv`](@ref) | | || | |
34-
| [`ResGatedGraphConv`](@ref) | | | | ||
35-
| [`SAGEConv`](@ref) || | | ||
36-
| [`SGConv`](@ref) || | | ||
34+
| [`ResGatedGraphConv`](@ref) | | | | ||
35+
| [`SAGEConv`](@ref) || | | ||
36+
| [`SGConv`](@ref) || | | ||
3737
| [`TransformerConv`](@ref) | | || | |
3838

3939

0 commit comments

Comments
 (0)