Replies: 1 comment
-
It's automatically collected by the class methods from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In TransformerConv, there is the usage of
index
,ptr
, andsize_i
in themessage
method. But it is not passed in thepropagate
method like so:Where does the
message
method get these arguments?Beta Was this translation helpful? Give feedback.
All reactions