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

Method close

python/tvm/rpc/client.py:326–330  ·  view source on GitHub ↗

Close the tracker connection.

(self)

Source from the content-addressed store, hash-verified

324 raise RuntimeError(f"{self._addr!s} is not RPC Tracker")
325
326 def close(self):
327 """Close the tracker connection."""
328 if self._sock:
329 self._sock.close()
330 self._sock = None
331
332 def summary(self):
333 """Get the summary dict of the tracker."""

Callers 2

__del__Method · 0.95
requestMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected