MatchingBackend.min#

abstract MatchingBackend.min(arr, axis=None)[source]#

Compute the minimum of array elements.

Parameters:
arrBackendArray

Input data.

axisint or tuple of ints, optional

Axis or axes to perform the operation on. Default is all.

Returns:
Union[BackendArray, Scalar]

Minimum of arr.