Unverified Commit 704ad420 authored by Matthias Fey's avatar Matthias Fey Committed by GitHub
Browse files

Merge branch 'master' into adj

parents 001b6031 1fb5fa4f
......@@ -2,6 +2,7 @@ import torch
from torch_sparse.storage import SparseStorage
def coalesce(index, value, m, n, op="add"):
"""Row-wise sorts :obj:`value` and removes duplicate entries. Duplicate
entries are removed by scattering them together. For scattering, any
......
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