Home
last modified time | relevance | path

Searched defs:split_size_or_sections (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/tensor/
Dtest_split.py248 def construct(self, x, split_size_or_sections, axis=0): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_split.py349 def construct(self, x, split_size_or_sections, axis=0): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/mint/
D__init__.py731 def split(tensor, split_size_or_sections, dim=0): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Darray_func.py4755 def _split_int(x, split_size_or_sections, axis): argument
4780 def _split_sub_tensors(x, split_size_or_sections, axis): argument
4801 def split(tensor, split_size_or_sections, axis=0): argument
4868 def split_ext(tensor, split_size_or_sections, axis=0): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dconstruct_operator.cc113 Operator CreateSplitOp(int64_t split_size_or_sections, int64_t axis, int64_t index) { in CreateSplitOp()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py3651 def split(tensor, split_size_or_sections, axis=0): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py3743 def split(self, split_size_or_sections, axis=0): argument