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

Method threads

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

Source from the content-addressed store, hash-verified

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_; }
1728
1729private:

Callers 4

runMethod · 0.45
run_step_intoMethod · 0.45
runMethod · 0.45
run_step_intoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected