Searched defs:sparse_shape (Results 1 – 3 of 3) sorted by relevance
| /third_party/mindspore/mindspore/ops/operations/ |
| D | sparse_ops.py | 65 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/ |
| D | test_sparse_to_dense_op.py | 32 def construct(self, indices, values, sparse_shape): argument 42 def construct(self, indices, values, sparse_shape, sense): argument
|
| /third_party/mindspore/mindspore/nn/sparse/ |
| D | sparse.py | 129 def construct(self, indices, values, sparse_shape, dense): argument
|