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

Function _tracker_server

python/tvm/rpc/tracker.py:400–403  ·  view source on GitHub ↗
(listen_sock, stop_key)

Source from the content-addressed store, hash-verified

398
399
400def _tracker_server(listen_sock, stop_key):
401 asyncio.set_event_loop(asyncio.new_event_loop())
402 handler = TrackerServerHandler(listen_sock, stop_key)
403 handler.run()
404
405
406class PopenTrackerServerState:

Callers

nothing calls this directly

Calls 2

runMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…