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

Function aggregate_requests_per_session_value

tests/warmbench.py:576–585  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

574 "cpp_bin": "build/debug/bin/citrinet_asr_warm_bench",
575 "python_script": "tests/citrinet_asr/citrinet_asr_python_warm_bench.py",
576 "model": "models/citrinet",
577 },
578 "marblenet_vad": {
579 "kind": "vad",
580 "modes": ["offline"],
581 "cpp_bin": "build/debug/bin/marblenet_vad_warm_bench",
582 "python_script": "tests/marblenet_vad/marblenet_vad_python_warm_bench.py",
583 "model": "models/marblenet_vad",
584 },
585 "silero_vad": {
586 "kind": "vad",
587 "modes": ["offline"],
588 "cpp_bin": "build/debug/bin/silero_vad_warm_bench",

Callers 1

mainFunction · 0.85

Calls 2

selected_familiesFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected