Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ __init__
Method
__init__
python/tvm/rpc/client.py:43–46 ·
view source on GitHub ↗
(self, sess)
Source
from the content-addressed store, hash-verified
41
42
# pylint: disable=invalid-name
43
def
__init__(self, sess):
44
self._sess = sess
45
self._tbl_index = _ffi_api.SessTableIndex(sess)
46
self._remote_funcs = {}
47
48
def
system_lib(self):
49
""
"Get system-wide library module.
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected