Home
last modified time | relevance | path

Searched defs:SparseMatrixSparseMatMul (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dsparse_matrix_sparse_mat_mul.h40 SparseMatrixSparseMatMul() : BaseOperator(kNameSparseMatrixSparseMatMul) { in SparseMatrixSparseMatMul() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dsparse_ops.py1908 class SparseMatrixSparseMatMul(Primitive): class