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