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

Method clear

cake-core/src/models/vibevoice/vae_decoder.rs:57–61  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

55 }
56
57 pub fn clear(&mut self) {
58 for s in &mut self.states {
59 *s = None;
60 }
61 }
62}
63
64/// A single decoder block with depthwise conv mixer + FFN.

Callers 3

stepMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by 1