Searched defs:indices_or_sections (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/mindspore/numpy/ |
D | array_ops.py | 1319 def array_split(x, indices_or_sections, axis=0): argument 1373 def split(x, indices_or_sections, axis=0): argument 1416 def _split(x, indices_or_sections, opname, axis=0): argument 1481 def vsplit(x, indices_or_sections): argument 1523 def hsplit(x, indices_or_sections): argument 1568 def dsplit(x, indices_or_sections): argument
|