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

Method _callback

python/tvm/rpc/proxy.py:304–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302 logging.info("Tracker address:%s", str(tracker_addr))
303
304 def _callback():
305 self._update_tracker(True)
306
307 self.loop.call_later(self.update_tracker_period, _callback)
308 logging.info("RPCProxy: Websock port bind to %d", web_port)

Callers

nothing calls this directly

Calls 1

_update_trackerMethod · 0.95

Tested by

no test coverage detected