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

Method threads

src/models/vibevoice/decoder.cpp:1536–1538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1534}
1535
1536int VibeVoiceDecoderWeightsRuntime::threads() const noexcept {
1537 return threads_;
1538}
1539
1540VibeVoiceTokenEmbeddings VibeVoiceDecoderWeightsRuntime::embed_tokens(
1541 const std::vector<int32_t> & input_ids) const {

Callers 8

runMethod · 0.45
run_batchMethod · 0.45
LayerGraphMethod · 0.45
runMethod · 0.45
FinalGraphMethod · 0.45
runMethod · 0.45
run_stepMethod · 0.45
run_stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected