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

Method matches

src/models/vibevoice/decoder.cpp:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 }
542
543 bool matches(const VibeVoiceDecoderWeightsRuntime & runtime, int64_t batch_size, int64_t prompt_steps) const {
544 return runtime_ == &runtime && batch_size_ == batch_size && prompt_steps_ == prompt_steps &&
545 layerwise_ == (prompt_steps >= kLayerwisePrefillMinSteps);
546 }
547
548 VibeVoiceDecoderPrefillOutput run(const std::vector<float> & embeddings) {
549 auto results = run_batch({embeddings});

Callers 4

embed_tokensMethod · 0.45
prefill_embeddingsMethod · 0.45
cached_step_batchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected