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

Method backend

src/models/heartmula/codec.cpp:1342–1344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1340}
1341
1342ggml_backend_t HeartCodecWeightsRuntime::backend() const noexcept {
1343 return execution_context_->backend();
1344}
1345
1346core::BackendType HeartCodecWeightsRuntime::backend_type() const noexcept {
1347 return execution_context_->backend_type();

Callers 10

release_workspaceMethod · 0.45
runMethod · 0.45
allocate_workspaceMethod · 0.45
release_workspaceMethod · 0.45
runMethod · 0.45
allocate_workspaceMethod · 0.45
release_workspaceMethod · 0.45
runMethod · 0.45
allocate_workspaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected