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

Method threads

src/models/heartmula/codec.cpp:1354–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352 const std::vector<float> & latents,
1353 int64_t batch_size,
1354 int64_t frames) const {
1355 if (batch_size <= 0 || frames <= 0) {
1356 throw std::runtime_error("HeartCodec scalar decoder request shape is invalid");
1357 }
1358 if (flow_estimator_graph_ != nullptr) {
1359 flow_estimator_graph_->release_workspace();

Callers 3

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected