Home
last modified time | relevance | path

Searched defs:array_split (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_split_vars.c400 struct array_split { struct
405 struct array_split *splits; argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/
Darray_ops.py1331 def array_split(x, indices_or_sections, axis=0): function