CELU ==== Applies the CELU activation function. **Abstract Signature:** ``CELU(alpha: float = 1.0)`` .. raw:: html

PyTorch

API: torch.nn.CELU
Strategy: Direct Mapping

Keras

API: keras.layers.ELU
Strategy: Direct Mapping

Apple MLX

API: mlx.nn.CELU
Strategy: Direct Mapping

Flax NNX

API: flax.nnx.CELU
Strategy: Direct Mapping