dgl.sparse.sp_div_vΒΆ
-
dgl.sparse.
sp_div_v
(A: dgl.sparse.sparse_matrix.SparseMatrix, v: torch.Tensor) → dgl.sparse.sparse_matrix.SparseMatrix[source]ΒΆ Broadcast division for sparse matrix and vector.
See the definition of
sp_broadcast_v()
for details.