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

Method run

python/tvm/rpc/tracker.py:395–397  ·  view source on GitHub ↗

Run the tracker server

(self)

Source from the content-addressed store, hash-verified

393 return {"queue_info": qinfo, "server_info": cinfo}
394
395 def run(self):
396 """Run the tracker server"""
397 self._ioloop.start()
398
399
400def _tracker_server(listen_sock, stop_key):

Callers 1

_tracker_serverFunction · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected