Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
400
def
_tracker_server(listen_sock, stop_key):
Callers
1
_tracker_server
Function · 0.95
Calls
1
start
Method · 0.45
Tested by
no test coverage detected