Home
last modified time | relevance | path

Searched defs:indices_or_sections (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/tensor/
Dtest_split.py24 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/
Dtest_split.py25 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/
Darray_ops.py1331 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/
Darray_func.py5046 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/
Dstandard_method.py3659 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/
Dtensor.py3749 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