macro_rules! rms_norm {
($x:expr, $weight:expr, $eps:expr) => { ... };
($x:expr, $weight:expr, $eps:expr, stream = $stream:expr) => { ... };
}
Expand description
Macro generated for the function crate::fast::rms_norm
. See the function documentation for more details.