MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / reset_decoder_cached_state

Method reset_decoder_cached_state

src/models/heartmula/mula.cpp:2005–2010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2003}
2004
2005void HeartMuLaWeightsRuntime::reset_decoder_cached_state(
2006 HeartMuLaDecoderCachedState & state,
2007 runtime::TransformerKVState prefill_state) const {
2008 state.pending_state_ = std::move(prefill_state);
2009 state.graph_has_state_ = false;
2010}
2011
2012HeartMuLaDecoderResult HeartMuLaWeightsRuntime::decoder_cached_step(
2013 const std::vector<float> & embedding,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected