Searched defs:sp_indices (Results 1 – 3 of 3) sorted by relevance
222 auto sp_indices = sp_indices_t->matrix<int64>(); in Compute() local292 auto sp_indices = sp_indices_t->matrix<int64>(); in Compute() local
213 static Graph* SparseMatCMulDenseMat(Graph* g, Node* sp_indices, Node* sp_vals, in SparseMatCMulDenseMat()
1278 def _sparse_dense_truediv(sp_indices, sp_values, sp_shape, y, name=None): argument