Searched defs:array_split (Results 1 – 2 of 2) sorted by relevance
400 struct array_split { struct405 struct array_split *splits; argument
257 def array_split(ary: ArrayLike, indices_or_sections, axis=0): function