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

Function aggregate_warmup_value

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

Source from the content-addressed store, hash-verified

562 "python_script": "tests/silero_vad/silero_vad_python_warm_bench.py",
563 "model": "assets/framework/models/silero_vad",
564 },
565}
566
567
568def timestamp_seconds_local() -> str:
569 return datetime.now().strftime("%Y%m%d-%H%M%S")
570
571
572def log_timestamp() -> str:
573 return datetime.now().strftime("%Y-%m-%d %H:%M:%S")
574
575
576def next_artifact_dir(base: Path) -> Path:

Callers 1

mainFunction · 0.85

Calls 2

effective_warmupFunction · 0.85
selected_familiesFunction · 0.85

Tested by

no test coverage detected