| /third_party/mindspore/mindspore-src/source/tests/st/tensor/ |
| D | test_split.py | 24 def construct(self, x, indices_or_sections, axis=0): argument 80 def construct(self, x, indices_or_sections): argument 136 def construct(self, x, indices_or_sections): argument 192 def construct(self, x, indices_or_sections): argument
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/ |
| D | test_split.py | 25 def construct(self, x, indices_or_sections, axis=0): argument 181 def construct(self, x, indices_or_sections): argument 237 def construct(self, x, indices_or_sections): argument 293 def construct(self, x, indices_or_sections): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/ |
| D | array_ops.py | 1331 def array_split(x, indices_or_sections, axis=0): argument 1385 def split(x, indices_or_sections, axis=0): argument 1428 def _split(x, indices_or_sections, opname, axis=0): argument 1493 def vsplit(x, indices_or_sections): argument 1535 def hsplit(x, indices_or_sections): argument 1580 def dsplit(x, indices_or_sections): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/ |
| D | array_func.py | 5046 def _tensor_split_sub_tensors(x, indices_or_sections, axis): argument 5068 def _tensor_split_sub_int(x, indices_or_sections, axis): argument 5097 def tensor_split(input, indices_or_sections, axis=0): argument 5166 def vsplit(input, indices_or_sections): argument 5200 def hsplit(input, indices_or_sections): argument 5237 def dsplit(input, indices_or_sections): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/ |
| D | standard_method.py | 3659 def tensor_split(input, indices_or_sections, axis=0): argument 3667 def vsplit(input, indices_or_sections): argument 3675 def hsplit(input, indices_or_sections): argument 3683 def dsplit(input, indices_or_sections): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/ |
| D | tensor.py | 3749 def tensor_split(self, indices_or_sections, axis=0): argument 3755 def vsplit(self, indices_or_sections): argument 3762 def hsplit(self, indices_or_sections): argument 3768 def dsplit(self, indices_or_sections): argument
|