Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
bool uses_host_graph_plan(BackendType type) {
185
return type == BackendType::Cpu;
186
}
187
188
bool uses_host_graph_plan(ggml_backend_t backend) {
189
return is_host_backend(backend);
Callers
15
load_backend_weights
Function · 0.85
attentive_pool
Function · 0.85
Graph
Method · 0.85
conv_transpose1d_weight
Function · 0.85
load_backend_weights
Function · 0.85
attentive_statistics_pool
Function · 0.85
Graph
Method · 0.85
requested_backend_uses_host_graph_plan
Function · 0.85
uses_host_graph_plan
Method · 0.85
FlashSrGraph
Method · 0.85
Graph
Method · 0.85
decode_direct_frame_limit
Method · 0.85
Calls
1
is_host_backend
Function · 0.85
Tested by
no test coverage detected