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

Method backend_type

src/models/heartmula/codec.cpp:1346–1348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1344 }
1345 if (flow_estimator_graph_ == nullptr || !flow_estimator_graph_->matches(*this, batch_size, frames)) {
1346 flow_estimator_graph_ = std::make_unique<HeartCodecFlowEstimatorGraph>(*this, batch_size, frames);
1347 }
1348 return flow_estimator_graph_->run(hidden_states, timesteps);
1349}
1350
1351HeartCodecDecodedAudio HeartCodecWeightsRuntime::decode_scalar_latents(

Calls

no outgoing calls

Tested by

no test coverage detected