CupyBackend.maximum#
- CupyBackend.maximum(*args, **kwargs)#
Compute the element wise maximum 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 maximum of
arr1
andarr2
.