dgl.sparse.sp_sub_v

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

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

See the definition of sp_broadcast_v() for details.