Open lizeyan opened 3 years ago
For DGL, some operators in it (e.g., GSpMMBackward) have None in .save_tensors. In such cases, make_dot just crashes. So I ignore the Nones in .save_tensors.
None
.save_tensors
make_dot
For DGL, some operators in it (e.g., GSpMMBackward) have
None
in.save_tensors
. In such cases,make_dot
just crashes. So I ignore the Nones in.save_tensors
.