jax-js
    Preparing search index...
    • Test whether any array element along a given axis evaluates to True.

      Returns a boolean array with the same shape as a with the specified axis removed. If axis is None, returns a scalar.

      Parameters

      • a: ArrayLike
      • axis: null | number | number[] = null
      • Optionalopts: { keepdims?: boolean }

      Returns Array