Commit 63d97849 authored by rusty1s's avatar rusty1s
Browse files

typo

parent fb28fe78
...@@ -20,8 +20,8 @@ def spspmm(indexA, valueA, indexB, valueB, m, k, n, coalesced=False): ...@@ -20,8 +20,8 @@ def spspmm(indexA, valueA, indexB, valueB, m, k, n, coalesced=False):
k (int): The second dimension of first corresponding dense matrix and k (int): The second dimension of first corresponding dense matrix and
first dimension of second corresponding dense matrix. first dimension of second corresponding dense matrix.
n (int): The second dimension of second corresponding dense matrix. n (int): The second dimension of second corresponding dense matrix.
coalesced (bool, optional): If set to :obj:`False`, will coalesce both coalesced (bool, optional): If set to :obj:`True`, will coalesce both
input sparse matrices (default: :obj:`True`). input sparse matrices (default: :obj:`False`).
:rtype: (:class:`LongTensor`, :class:`Tensor`) :rtype: (:class:`LongTensor`, :class:`Tensor`)
""" """
......
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