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

Method ~DecodeGraph

src/models/ace_step/planner.cpp:1973–1978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1971 ggml_fp32_to_fp16(-std::numeric_limits<float>::infinity()));
1972 }
1973
1974 ~DecodeGraph() {
1975 engine::core::release_backend_graph_resources(runtime_->backend(), graph_);
1976 if (buffer_ != nullptr) {
1977 ggml_backend_buffer_free(buffer_);
1978 }
1979 }
1980
1981 bool can_run(const PlannerWeightsRuntime & runtime, int64_t required_steps) const {

Callers

nothing calls this directly

Calls 3

ggml_backend_buffer_freeFunction · 0.85
backendMethod · 0.45

Tested by

no test coverage detected