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

Method run_step

src/models/qwen3_asr/thinker.cpp:832–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830 return impl_->generate(prompt, audio_embeddings, options);
831}
832
833std::vector<int32_t> Qwen3ASRThinkerRuntime::classify_prompt(
834 const Qwen3ASRPrompt & prompt,
835 const Qwen3ASRAudioEmbeddings & audio_embeddings) {
836 return impl_->classify_prompt(prompt, audio_embeddings);
837}
838
839} // namespace engine::models::qwen3_asr

Callers 1

generateMethod · 0.45

Calls 15

ggml_backend_tensor_setFunction · 0.85
ggml_fp32_to_fp16Function · 0.85
set_backend_threadsFunction · 0.85
compute_backend_graphFunction · 0.85
ggml_backend_synchronizeFunction · 0.85
ggml_backend_tensor_getFunction · 0.85
ggml_backend_tensor_copyFunction · 0.85
valid_stepsMethod · 0.45
current_endMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected