Skip to content
Discussion options

You must be logged in to vote

Thanks for the issue. You are right that there are some hidden arguments that can be accessed which are never explained in the doc. I'm sorry for that.

In general, each node-level tensor can be mapped to source and destination edge-level tensors via *_j, and *_j, respectively.

Additional arguments that are accessible during message are (see here):

  • edge_index. The original edge indices
  • edge_index_i. The edge indices of destination nodes, i.e., edge_index[:, 1]
  • edge_index_j. The edge indices of source nodes, i.e., edge_index[:, 0]
  • size: A tuple (size_j, size_i) that describes the shape of the adjacency matrix. This will get automatically inferred if not explicitly passed to propagate.
  • index:…

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
10 replies
@nastaranmarzban
Comment options

@rusty1s
Comment options

@nastaranmarzban
Comment options

@rusty1s
Comment options

@nastaranmarzban
Comment options

Answer selected by zcaicaros
Comment options

You must be logged in to vote
1 reply
@rusty1s
Comment options

Comment options

You must be logged in to vote
2 replies
@rusty1s
Comment options

@nastaranmarzban
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants