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

Function uses_host_graph_plan

src/framework/core/backend.cpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184bool uses_host_graph_plan(BackendType type) {
185 return type == BackendType::Cpu;
186}
187
188bool uses_host_graph_plan(ggml_backend_t backend) {
189 return is_host_backend(backend);

Callers 15

load_backend_weightsFunction · 0.85
attentive_poolFunction · 0.85
GraphMethod · 0.85
conv_transpose1d_weightFunction · 0.85
load_backend_weightsFunction · 0.85
GraphMethod · 0.85
uses_host_graph_planMethod · 0.85
FlashSrGraphMethod · 0.85
GraphMethod · 0.85

Calls 1

is_host_backendFunction · 0.85

Tested by

no test coverage detected