module documentation

Undocumented

Function all Array API compatible wrapper for np.all.
Function any Array API compatible wrapper for np.any.
def all(x: Array, /, *, axis: Optional[Union[int, Tuple[int, ...]]] = None, keepdims: bool = False) -> Array: (source)

Array API compatible wrapper for np.all.

See its docstring for more information.

def any(x: Array, /, *, axis: Optional[Union[int, Tuple[int, ...]]] = None, keepdims: bool = False) -> Array: (source)

Array API compatible wrapper for np.any.

See its docstring for more information.