cupynumeric.ndarray.flat# property ndarray.flat: np.flatiter[npt.NDArray[Any]]# A 1-D iterator over the array. See also flattenReturn a copy of the array collapsed into one dimension. Availability: Single CPU