MatchingBackend.minimum#
- abstract MatchingBackend.minimum(arr1, arr2, out=None)[source]#
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.