Expm1ΒΆ

Computes exp(x) - 1.

Abstract Signature:

Expm1(input: Tensor)

PyTorch

API: torch.expm1
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.expm1
Strategy: Direct Mapping

NumPy

API: numpy.expm1
Strategy: Direct Mapping

Keras

API: keras.ops.expm1
Strategy: Direct Mapping

TensorFlow

API: tf.math.expm1
Strategy: Direct Mapping

Apple MLX

API: mlx.core.expm1
Strategy: Macro 'mlx.core.exp({input}) - 1'

Flax NNX

API: jax.numpy.expm1
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.expm1
Strategy: Direct Mapping