Skip to content

feat: Add AGNNConv support for HeteroGraphConv#649

Open
i-Amogh wants to merge 3 commits intoJuliaGraphs:masterfrom
i-Amogh:AKS/AGNNHetero
Open

feat: Add AGNNConv support for HeteroGraphConv#649
i-Amogh wants to merge 3 commits intoJuliaGraphs:masterfrom
i-Amogh:AKS/AGNNHetero

Conversation

@i-Amogh
Copy link

@i-Amogh i-Amogh commented Mar 20, 2026

This PR adds AGNNConv support for HeteroGraphConv.
This is related to issue #311.

function agnn_conv(l, g::GNNGraph, x::AbstractMatrix)
check_num_nodes(g, x)
if l.add_self_loops
function agnn_conv(g::AbstractGNNGraph, x, β; self_loops=true)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the agnn_conv interface should not be changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants