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

Method matches

src/models/heartmula/codec.cpp:1119–1121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117 !ggml_gallocr_reserve(gallocr_, graph_) ||
1118 !ggml_gallocr_alloc_graph(gallocr_, graph_)) {
1119 engine::core::release_backend_graph_resources(runtime_->backend(), graph_);
1120 if (gallocr_ != nullptr) {
1121 ggml_gallocr_free(gallocr_);
1122 gallocr_ = nullptr;
1123 }
1124 throw std::runtime_error("failed to allocate HeartCodec conditioning graph");

Callers 3

estimate_flowMethod · 0.45
decode_scalar_latentsMethod · 0.45
build_conditioningMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected