dpnp.ndarray.any

method

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

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