Gelu
Gelu()
Content copied to clipboard
Gelu Function
Computes the Gaussian Error Linear Unit (GELU):
gelu(x) = x * P(X <= x) where P(X) ~ N(0, 1)
Calls GeluActivation under the hood.
Gelu Function
Computes the Gaussian Error Linear Unit (GELU):
gelu(x) = x * P(X <= x) where P(X) ~ N(0, 1)
Calls GeluActivation under the hood.