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

Method backend

src/models/vibevoice/decoder.cpp:1528–1530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1526}
1527
1528ggml_backend_t VibeVoiceDecoderWeightsRuntime::backend() const noexcept {
1529 return backend_;
1530}
1531
1532common::ConstantTensorCache & VibeVoiceDecoderWeightsRuntime::constants() const noexcept {
1533 return *constants_;

Callers 15

runMethod · 0.45
run_batchMethod · 0.45
LayerGraphMethod · 0.45
~LayerGraphMethod · 0.45
runMethod · 0.45
FinalGraphMethod · 0.45
~FinalGraphMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected