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

Function free_backend_graph_plan

src/framework/core/backend.cpp:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void free_backend_graph_plan(ggml_backend_t backend, ggml_backend_graph_plan_t & plan) {
371 if (plan != nullptr) {
372 ggml_backend_graph_plan_free(backend, plan);
373 plan = nullptr;
374 }
375}
376
377ggml_status compute_backend_graph(
378 ggml_backend_t backend,

Callers 12

~GraphMethod · 0.85
~GraphMethod · 0.85
~FlashSrGraphMethod · 0.85
~RnnoiseFrameGraphMethod · 0.85
~RnnoiseSequenceGraphMethod · 0.85
~GraphMethod · 0.85
~FlowLMStepRuntimeMethod · 0.85
~GraphMethod · 0.85

Calls 1

Tested by

no test coverage detected