Python wrappers
Public Python APIs implemented by this engine symbol.Public free-function entry point for RMS Normalization.
Thin wrapper that delegates to RMSNormBackward::forward.
This is the symbol the pybind11 binding layer forwards to from
lucid.nn.functional.rms_norm.
See Also
RMSNormBackward : Autograd node implementing the forward + backward. layer_norm_op : Variant that also subtracts the mean and adds a bias.
Parameters
xTensorImplPtrInput tensor of any shape with rank
>= rank(gamma).gammaTensorImplPtrPer-element scale; must match the trailing dims of
x.epsdoubleNumerical-stability constant (typically
1e-8).Returns
TensorImplPtrNormalised output, same shape as x.