dpnp.dpnp_array.dpnp_array.any

method

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

Return True if any of the elements of a evaluate to True.

Refer to dpnp.any for full documentation.

See also

dpnp.any

equivalent function