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

Method stop

python/tvm/rpc/tracker.py:375–380  ·  view source on GitHub ↗

Safely stop tracker.

(self)

Source from the content-addressed store, hash-verified

373 self._scheduler_map[rpc_key].remove(value)
374
375 def stop(self):
376 """Safely stop tracker."""
377 for conn in list(self._connections):
378 conn.close()
379 self._sock.close()
380 self._ioloop.stop()
381
382 def summary(self):
383 """Return a dict summarizing current status."""

Callers 3

call_handlerMethod · 0.80
_update_trackerMethod · 0.80
_connectFunction · 0.80

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected