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

Method reset_backbone_cached_state

src/models/heartmula/mula.cpp:1914–1920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1912}
1913
1914void HeartMuLaWeightsRuntime::reset_backbone_cached_state(
1915 HeartMuLaBackboneCachedState & state,
1916 runtime::TransformerKVState prefill_state) const {
1917 state.prefill_steps_ = prefill_state.current_end;
1918 state.pending_state_ = std::move(prefill_state);
1919 state.graph_has_state_ = false;
1920}
1921
1922HeartMuLaBackboneResult HeartMuLaWeightsRuntime::backbone_cached_step(
1923 const std::vector<float> & embedding,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected