jax.Array.all

Contents

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.

Parameters:
  • self (Array)

  • axis (reductions.Axis)

  • out (None)

  • keepdims (bool)

  • where (ArrayLike | None)

Return type:

Array