dgl.sparse.sp_div_v

dgl.sparse.sp_div_v(A: SparseMatrix, v: Tensor) SparseMatrix[source]

稀疏矩阵和向量的广播除法。

See the definition of sp_broadcast_v() for details.