Skip to main content

rms_norm

Function rms_norm 

Source
pub fn rms_norm(
    x: &[f32],
    weight: &[f32],
    eps: f32,
) -> Result<Vec<f32>, EngineError>