层归一化模块 公式: LayerNorm(x) = (x - mean) / sqrt(var + eps) * gamma + beta Args: model_dim: 归一化的特征维度 eps: 数值稳定性常数,防止除零,默认 1e-5
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected