dpnp.dpnp_array.dpnp_array.all

method

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

Return True if all elements evaluate to True.

Refer to dpnp.all for full documentation.

See also

dpnp.all

equivalent function