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

Method reset

tests/parakeet_tdt/parakeet_python_warm_bench.py:114–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 }
113
114 def reset(self) -> None:
115 for key in self._metrics:
116 self._metrics[key] = 0.0
117
118 def begin(self) -> None:
119 self.reset()

Callers 5

beginMethod · 0.95
mainFunction · 0.45
run_implFunction · 0.45
run_onceFunction · 0.45
WhisperEmbeddingGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected