Does the node features get duplicated for each edge? #2356
Answered
by
rusty1s
HongtaoYang
asked this question in
Q&A
-
Suppose I have a graph of N nodes and E edges. During the propagation process, I can see that the Does it also mean that the memory footprint is O(E) instead of O(N)? |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 7, 2021
Replies: 1 comment 1 reply
-
That is correct. Some operators can be implemented more efficiently though, see here. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HongtaoYang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is correct. Some operators can be implemented more efficiently though, see here.