Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ backend
Method
backend
src/framework/core/execution_context.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
ggml_backend_t ExecutionContext::backend() const noexcept {
42
return backend_;
43
}
44
45
const BackendConfig & ExecutionContext::config() const noexcept {
46
return config_;
Callers
15
run
Method · 0.45
ensure_graph
Method · 0.45
load_from_safetensors
Method · 0.45
encode_layers
Method · 0.45
ensure_graph
Method · 0.45
load_from_safetensors
Method · 0.45
encode
Method · 0.45
ensure_graph
Method · 0.45
load_from_safetensors
Method · 0.45
F0Runner
Method · 0.45
~F0Runner
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected