MCPcopy 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