Skip to content

Commit

Permalink
update docs for heterognn support (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
askorupka authored Mar 17, 2024
1 parent dda020c commit c965820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/api/conv.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ The table below lists all graph convolutional layers implemented in the *GraphNe
| [`GATConv`](@ref) | | ||||
| [`GATv2Conv`](@ref) | | ||||
| [`GatedGraphConv`](@ref) || | | ||
| [`GCNConv`](@ref) ||| | | |
| [`GCNConv`](@ref) ||| | | |
| [`GINConv`](@ref) || | |||
| [`GMMConv`](@ref) | | || | |
| [`GraphConv`](@ref) || | |||
| [`MEGNetConv`](@ref) | | || | |
| [`NNConv`](@ref) | | || | |
| [`ResGatedGraphConv`](@ref) | | | |||
| [`SAGEConv`](@ref) || | |||
| [`SGConv`](@ref) || | | ||
| [`SGConv`](@ref) || | | ||
| [`TransformerConv`](@ref) | | || | |


Expand Down

0 comments on commit c965820

Please sign in to comment.