dpnp.fmax

dpnp.fmax(*args, **kwargs)[source]

Element-wise maximum of array elements.

For full documentation refer to numpy.fmax.

See also

dpnp.maximum

Element-wise maximum of array elements.

dpnp.fmin

Element-wise minimum of array elements.

dpnp.fmod

Calculate the element-wise remainder of division.

Notes

This function works the same as dpnp.maximum