Commit 31c6292a authored by rusty1s's avatar rusty1s
Browse files

typo

parent 4719373d
......@@ -191,7 +191,7 @@ torch_sparse.spspmm(indexA, valueA, indexB, valueB, m, k, n) -> (torch.LongTenso
```
Matrix product of two sparse tensors.
Both input sparse matrices need to be **coalesced**.
Both input sparse matrices need to be **coalesced** (use the `coalesce` attribute to force).
### Parameters
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment