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

Method ~PrefillGraph

src/models/ace_step/planner.cpp:1820–1825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1818 }
1819 }
1820
1821 ~PrefillGraph() {
1822 engine::core::release_backend_graph_resources(runtime_->backend(), graph_);
1823 if (buffer_ != nullptr) {
1824 ggml_backend_buffer_free(buffer_);
1825 }
1826 }
1827
1828 bool can_run(const PlannerWeightsRuntime & runtime, int64_t prompt_steps) const {

Callers

nothing calls this directly

Calls 3

ggml_backend_buffer_freeFunction · 0.85
backendMethod · 0.45

Tested by

no test coverage detected