Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we want to use SpMM mode to calculate GCN, data needs to be converted to sparse matrix format using
ToSparcetensor
. I want to know whether the matrix is CSR, CSC or COO format before executing SpMM?Similarly, before executingsegment_csr
?Beta Was this translation helpful? Give feedback.
All reactions