MCPcopy Create free account
hub / github.com/evilsocket/cake / AddRmsNorm

Class AddRmsNorm

cake-core/src/backends/cuda/ops.rs:674–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672// ─── AddRmsNorm: rms_norm(a + b, weight, eps) with residual ─────────
673
674pub(super) struct AddRmsNorm {
675 pub eps: f32,
676 pub n_cols: usize,
677}
678
679impl candle_core::CustomOp3 for AddRmsNorm {
680 fn name(&self) -> &'static str {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected