pub fn layer_norm<C>(
size: usize,
config: C,
vb: VarBuilderArgs<'_, ShardedSafeTensors<'_>>,
) -> Result<LayerNorm, Error>where
C: Into<LayerNormConfig>,
pub fn layer_norm<C>(
size: usize,
config: C,
vb: VarBuilderArgs<'_, ShardedSafeTensors<'_>>,
) -> Result<LayerNorm, Error>where
C: Into<LayerNormConfig>,