module documentation

Undocumented

Function all Array API compatible wrapper for np.all.
Function any Array API compatible wrapper for np.any.
def all(x, /, *, axis=None, keepdims=False):

Array API compatible wrapper for np.all.

See its docstring for more information.

Parameters
x:ArrayUndocumented
axis:Optional[Union[int, Tuple[int, ...]]]Undocumented
keepdims:boolUndocumented
Returns
ArrayUndocumented
def any(x, /, *, axis=None, keepdims=False):

Array API compatible wrapper for np.any.

See its docstring for more information.

Parameters
x:ArrayUndocumented
axis:Optional[Union[int, Tuple[int, ...]]]Undocumented
keepdims:boolUndocumented
Returns
ArrayUndocumented