dgl.sparse.sp_sub_v

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

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

有关详细信息,请参阅 sp_broadcast_v() 的定义。