GeluApprox ========== An approximation to Gaussian Error Linear Unit (Tanh based). **Abstract Signature:** ``GeluApprox(x: Tensor)`` .. raw:: html

PyTorch

API: torch.nn.functional.gelu
Strategy: Direct Mapping

JAX (Core)

API: jax.nn.gelu
Strategy: Direct Mapping

Apple MLX

API: mlx.nn.gelu_approx
Strategy: Direct Mapping