ExpΒΆ

Computes the exponential of each element.

Abstract Signature:

Exp(input: Tensor)

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

PaxML / Praxis

API: jax.numpy.exp
Strategy: Direct Mapping