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

Class BypassModule

cake-core/src/models/luxtts/bypass_module.rs:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10#[derive(Debug, Clone)]
11pub struct BypassModule {
12 /// Learned bypass scale, clamped to [0, 1] at inference.
13 scale: Tensor,
14}
15
16impl BypassModule {
17 pub fn load(vb: VarBuilder) -> Result<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected