MCPcopy
hub / github.com/NVIDIA/TensorRT-LLM / clear

Method clear

tensorrt_llm/_torch/autotuner.py:380–381  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

378 return len(self.cache)
379
380 def clear(self) -> None:
381 self.cache.clear()
382
383 def fallback_entry(self) -> Tuple:
384 # runner_id = 0, tactic = -1

Callers 10

resetMethod · 0.45
__post_init__Method · 0.45
getMethod · 0.45
serveMethod · 0.45
mpi_future_callbackMethod · 0.45
clear_cacheMethod · 0.45
__del__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected