Gelu

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.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int