dask.array.flip

dask.array.flip

dask.array.flip(m, axis=None)[source]

Reverse element order along axis.

Parameters
marray_like

Input array.

axisNone or int or tuple of ints, optional

Axis or axes to reverse element order of. None will reverse all axes.

Returns
dask.array.Array

The flipped array.