Does to_dense_batch retain order of edge_index? #6277
-
Weirdly specific question, when doing to_dense_batch like this: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, the order is maintained. You can verify this based on some toy data. |
Beta Was this translation helpful? Give feedback.
Yes, the order is maintained. You can verify this based on some toy data.