Skip to content

Commit

Permalink
update layers compatible with heterograph (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
askorupka authored Mar 8, 2024
1 parent 91ddd53 commit 7c6cc7d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/src/api/conv.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ The table below lists all graph convolutional layers implemented in the *GraphNe
| Layer |Sparse Ops|Edge Weight|Edge Features| Heterograph | TemporalSnapshotsGNNGraphs |
| :-------- | :---: |:---: |:---: | :---: | :---: |
| [`AGNNConv`](@ref) | | || | |
| [`CGConv`](@ref) | | || ||
| [`CGConv`](@ref) | | || ||
| [`ChebConv`](@ref) | | | | ||
| [`EGNNConv`](@ref) | | || | |
| [`EdgeConv`](@ref) | | | | | |
| [`GATConv`](@ref) | | || ||
| [`GATv2Conv`](@ref) | | || ||
| [`EdgeConv`](@ref) | | | | | |
| [`GATConv`](@ref) | | || ||
| [`GATv2Conv`](@ref) | | || ||
| [`GatedGraphConv`](@ref) || | | ||
| [`GCNConv`](@ref) ||| | | |
| [`GINConv`](@ref) || | | | |
| [`GINConv`](@ref) || | | ||
| [`GMMConv`](@ref) | | || | |
| [`GraphConv`](@ref) || | || |
| [`GraphConv`](@ref) || | |||
| [`MEGNetConv`](@ref) | | || | |
| [`NNConv`](@ref) | | || | |
| [`ResGatedGraphConv`](@ref) | | | | ||
| [`SAGEConv`](@ref) || | | ||
| [`SGConv`](@ref) || | | ||
| [`ResGatedGraphConv`](@ref) | | | | ||
| [`SAGEConv`](@ref) || | | ||
| [`SGConv`](@ref) || | | ||
| [`TransformerConv`](@ref) | | || | |


Expand Down

0 comments on commit 7c6cc7d

Please sign in to comment.