MCPcopy 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
41ggml_backend_t ExecutionContext::backend() const noexcept {
42 return backend_;
43}
44
45const BackendConfig & ExecutionContext::config() const noexcept {
46 return config_;

Callers 15

runMethod · 0.45
ensure_graphMethod · 0.45
load_from_safetensorsMethod · 0.45
encode_layersMethod · 0.45
ensure_graphMethod · 0.45
load_from_safetensorsMethod · 0.45
encodeMethod · 0.45
ensure_graphMethod · 0.45
load_from_safetensorsMethod · 0.45
F0RunnerMethod · 0.45
~F0RunnerMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected