Fmax
====
Return element-wise maximum of the input arrays.
**Abstract Signature:**
``Fmax(x1: Tensor, x2: Tensor)``
.. raw:: html
PyTorch
API: torch.fmax
Strategy: Direct Mapping
JAX (Core)
API: jax.numpy.fmax
Strategy: Direct Mapping
NumPy
API: numpy.fmax
Strategy: Direct Mapping