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

Method uses_host_graph_plan

src/framework/core/execution_context.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool ExecutionContext::uses_host_graph_plan() const noexcept {
57 return core::uses_host_graph_plan(backend_);
58}
59
60BackendMemorySnapshot ExecutionContext::memory_snapshot() const {
61 if (config_.type != BackendType::BestAvailable) {

Callers 2

BackendRunnerMethod · 0.45
prepare_host_graph_planFunction · 0.45

Calls 1

uses_host_graph_planFunction · 0.85

Tested by

no test coverage detected