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

Method decode

src/models/ace_step/vae_decoder.cpp:924–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922AceStepVAEDecoderRuntime::~AceStepVAEDecoderRuntime() = default;
923
924runtime::AudioBuffer AceStepVAEDecoderRuntime::decode(const AceStepLatents & latents) const {
925 return impl_->decode(latents);
926}
927
928void AceStepVAEDecoderRuntime::release_runtime_graphs() const {
929 impl_->release_runtime_graphs();

Callers 7

select_next_tokenMethod · 0.45
observe_tokenMethod · 0.45
consume_fixed_tokenMethod · 0.45
decode_tokensMethod · 0.45
runMethod · 0.45
decodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected