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

Class AdaLnModulate

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

Source from the content-addressed store, hash-verified

903// ─── AdaLnModulate: rms_norm(x,w,eps) * (1+scale) + shift ──────────
904
905pub(super) struct AdaLnModulate {
906 pub eps: f32,
907 pub shift: Tensor,
908}
909
910#[allow(clippy::too_many_arguments)]
911impl candle_core::CustomOp3 for AdaLnModulate {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected