dpnp.fmax
- dpnp.fmax(*args, **kwargs)[source]
Element-wise maximum of array elements.
For full documentation refer to
numpy.fmax.See also
dpnp.maximumElement-wise maximum of array elements.
dpnp.fminElement-wise minimum of array elements.
dpnp.fmodCalculate the element-wise remainder of division.
Notes
This function works the same as
dpnp.maximum