MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT-LLM / __del__

Method __del__

tensorrt_llm/executor/ipc.py:509–510  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

507 return self.queue.address
508
509 def __del__(self):
510 self.close()
511
512 def print_fuse_stats(self):
513 if self._message_counter > 0:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected