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

Method backend

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

Source from the content-addressed store, hash-verified

1722
1723 const AceStepAssets & assets() const noexcept { return *assets_; }
1724 const PlannerWeights & weights() const noexcept { return *weights_; }
1725 ggml_backend_t backend() const noexcept { return backend_; }
1726 core::BackendType backend_type() const noexcept { return backend_type_; }
1727 int threads() const noexcept { return threads_; }

Callers 15

GraphMethod · 0.45
ImplMethod · 0.45
ImplMethod · 0.45
PlannerWeightsRuntimeMethod · 0.45
PrefillGraphMethod · 0.45
~PrefillGraphMethod · 0.45
runMethod · 0.45
DecodeGraphMethod · 0.45
~DecodeGraphMethod · 0.45
run_step_intoMethod · 0.45
CfgPrefillGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected