MCPcopy Create free account
hub / github.com/apache/tvm / connect_tracker

Function connect_tracker

python/tvm/rpc/client.py:552–568  ·  view source on GitHub ↗

Connect to a RPC tracker Parameters ---------- url : str The url of the host port : int The port to connect to Returns ------- sess : TrackerSession The connected tracker session.

(url, port)

Source from the content-addressed store, hash-verified

550
551
552def connect_tracker(url, port):
553 """Connect to a RPC tracker
554
555 Parameters
556 ----------
557 url : str
558 The url of the host
559
560 port : int
561 The port to connect to
562
563 Returns
564 -------
565 sess : TrackerSession
566 The connected tracker session.
567 """
568 return TrackerSession((url, port))

Callers 1

get_rpcFunction · 0.90

Calls 1

TrackerSessionClass · 0.85

Tested by 1

get_rpcFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…