cunumeric.ndarray.flat#

property ndarray.flat: np.flatiter[npt.NDArray[Any]]#

A 1-D iterator over the array.

See also

flatten

Return a copy of the array collapsed into one dimension.

Availability:

Single CPU