LeakyReLU ========= Applies the LeakyReLU activation function. **Abstract Signature:** ``LeakyReLU(negative_slope: float = 0.01)`` .. raw:: html

PyTorch

API: torch.nn.LeakyReLU
Strategy: Direct Mapping

JAX (Core)

API: jax.nn.leaky_relu
Strategy: Direct Mapping

Keras

API: keras.layers.LeakyReLU
Strategy: Direct Mapping

TensorFlow

API: tf.keras.layers.LeakyReLU
Strategy: Direct Mapping

Apple MLX

API: mlx.nn.LeakyReLU
Strategy: Direct Mapping

Flax NNX

API: flax.nnx.leaky_relu
Strategy: Direct Mapping

PaxML / Praxis

API: paxml.layers.LeakyReLU
Strategy: Direct Mapping