MCPcopy Index your code
hub / github.com/apache/tvm / __del__

Method __del__

python/tvm/rpc/proxy.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 self.alloc_time = None
70
71 def __del__(self):
72 logging.info("Delete %s...", self.name())
73
74 def name(self):
75 """Name of this connection."""

Callers

nothing calls this directly

Calls 2

nameMethod · 0.95
infoMethod · 0.80

Tested by

no test coverage detected