pub fn layer_norm<C: Into<LayerNormConfig>>( size: usize, c: C, vb: VarBuilder<'_>, ) -> Result<LayerNorm>