Exp === Calculate element-wise exponential of the input. **Abstract Signature:** ``Exp(x: Tensor)`` .. raw:: html

PyTorch

API: torch.exp
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.exp
Strategy: Direct Mapping

NumPy

API: numpy.exp
Strategy: Direct Mapping

Keras

API: keras.ops.exp
Strategy: Direct Mapping

TensorFlow

API: tf.math.exp
Strategy: Direct Mapping

Apple MLX

API: mlx.core.exp
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.exp
Strategy: Direct Mapping