jax.Array.all#
- abstract Array.all(axis=None, out=None, keepdims=False, *, where=None)[source]#
Test whether all array elements along a given axis evaluate to True.
Refer to
jax.numpy.all()
for the full documentation.
Test whether all array elements along a given axis evaluate to True.
Refer to jax.numpy.all()
for the full documentation.