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

Method _init_handler

python/tvm/rpc/proxy.py:56–69  ·  view source on GitHub ↗

Initialize handler.

(self)

Source from the content-addressed store, hash-verified

54 """Forward handler to forward the message."""
55
56 def _init_handler(self):
57 """Initialize handler."""
58 self._init_message = b""
59 self._init_req_nbytes = 4
60 self._magic = None
61 self.timeout = None
62 self._rpc_key_length = None
63 self._done = False
64 self._proxy = ProxyServerHandler.current
65 assert self._proxy
66 self.rpc_key = None
67 self.match_key = None
68 self.forward_proxy = None
69 self.alloc_time = None
70
71 def __del__(self):
72 logging.info("Delete %s...", self.name())

Callers 2

__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected