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

Function run_prepared_once

tests/perf/model_perf.cpp:401–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401RunResult run_prepared_once(
402 engine::runtime::IVoiceTaskSession & session,
403 const engine::runtime::TaskSpec & task_spec,
404 const engine::runtime::TaskRequest & request) {
405 return run_impl(session, task_spec, request, false);
406}
407
408MeasurementSummary measure_cold(
409 const engine::runtime::ModelRegistry & registry,

Callers 1

measure_warmFunction · 0.85

Calls 1

run_implFunction · 0.85

Tested by

no test coverage detected