Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ __init__
Method
__init__
python/tvm/rpc/client.py:263–265 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
261
""
"
262
263
def
__init__(self):
264
self._temp = server._server_env([])
265
RPCSession.__init__(self, _ffi_api.LocalSession())
266
267
268
@tvm_ffi.register_global_func(
"rpc.PopenSession"
)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected