Home
last modified time | relevance | path

Searched defs:sparse_shape (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ops/operations/
Dsparse_ops.py65 def __infer__(self, indices, values, sparse_shape): argument
153 def __infer__(self, indices, values, sparse_shape, dense): argument
/third_party/mindspore/tests/st/ops/cpu/
Dtest_sparse_to_dense_op.py32 def construct(self, indices, values, sparse_shape): argument
42 def construct(self, indices, values, sparse_shape, sense): argument
/third_party/mindspore/mindspore/nn/sparse/
Dsparse.py129 def construct(self, indices, values, sparse_shape, dense): argument