MLXBackend.minimum#
- MLXBackend.minimum(*args, **kwargs)#
Compute the element wise minimum of arr1 and arr2.
- Parameters:
- arr1, arr2BackendArray
Input data.
- outBackendArray, optional
Output array to write the result to. Returns a new array by default.
- Returns:
- BackendArray
Element wise minimum of arr1 and arr2.