Fabs
====
Compute the element-wise absolute values of real input.
**Abstract Signature:**
``Fabs(x: Tensor)``
.. raw:: html
PyTorch
API: torch.abs
Strategy: Direct Mapping
JAX (Core)
API: jax.numpy.fabs
Strategy: Direct Mapping
NumPy
API: numpy.fabs
Strategy: Direct Mapping
TensorFlow
API: tf.math.abs
Strategy: Direct Mapping