jax.Array.any — JAX documentation (original) (raw)

jax.Array.any#

abstract Array.any(axis=None, out=None, keepdims=False, *, where=None)[source]#

Test whether any array elements along a given axis evaluate to True.

Refer to jax.numpy.any() for the full documentation.

Parameters:

Return type:

Array