Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_split_vars.c400 struct array_split { struct
405 struct array_split *splits; argument
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py257 def array_split(ary: ArrayLike, indices_or_sections, axis=0): function