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

Method __init__

python/tvm/rpc/client.py:298–299  ·  view source on GitHub ↗
(self, binary)

Source from the content-addressed store, hash-verified

296 """
297
298 def __init__(self, binary):
299 RPCSession.__init__(self, _popen_session(binary))
300
301
302class TrackerSession:

Callers

nothing calls this directly

Calls 2

_popen_sessionFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected