dpnp.ndarray.mean

ndarray.mean(axis=None, dtype=None, out=None, keepdims=False, *, where=True)

Returns the average of the array elements.

Refer to dpnp.mean for full documentation.