File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ The table below lists all graph convolutional layers implemented in the *GraphNe
25
25
| [ ` GATConv ` ] ( @ref ) | | | ✓ | ✓ | ✓ |
26
26
| [ ` GATv2Conv ` ] ( @ref ) | | | ✓ | ✓ | ✓ |
27
27
| [ ` GatedGraphConv ` ] ( @ref ) | ✓ | | | | ✓ |
28
- | [ ` GCNConv ` ] ( @ref ) | ✓ | ✓ | | | |
28
+ | [ ` GCNConv ` ] ( @ref ) | ✓ | ✓ | | ✓ | |
29
29
| [ ` GINConv ` ] ( @ref ) | ✓ | | | ✓ | ✓ |
30
30
| [ ` GMMConv ` ] ( @ref ) | | | ✓ | | |
31
31
| [ ` GraphConv ` ] ( @ref ) | ✓ | | | ✓ | ✓ |
32
32
| [ ` MEGNetConv ` ] ( @ref ) | | | ✓ | | |
33
33
| [ ` NNConv ` ] ( @ref ) | | | ✓ | | |
34
34
| [ ` ResGatedGraphConv ` ] ( @ref ) | | | | ✓ | ✓ |
35
35
| [ ` SAGEConv ` ] ( @ref ) | ✓ | | | ✓ | ✓ |
36
- | [ ` SGConv ` ] ( @ref ) | ✓ | | | ✓ | ✓ |
36
+ | [ ` SGConv ` ] ( @ref ) | ✓ | | | | ✓ |
37
37
| [ ` TransformerConv ` ] ( @ref ) | | | ✓ | | |
38
38
39
39
You can’t perform that action at this time.
0 commit comments