Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
step
Method · 0.45
generate
Method · 0.45
test_streaming_cache_clear
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_streaming_cache_clear
Function · 0.36