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.
Test whether any array elements along a given axis evaluate to True.
Refer to jax.numpy.any()
for the full documentation.