dpnp.dpnp_array.dpnp_array.mean

method

dpnp_array.mean(axis=None, dtype=None, out=None, keepdims=False, *, where=True)[source]

Returns the average of the array elements.

Refer to dpnp.mean for full documentation.