MCPcopy Create free account
hub / github.com/apache/tvm / on_start

Method on_start

python/tvm/rpc/proxy.py:99–101  ·  view source on GitHub ↗

Event when the initialization is completed

(self)

Source from the content-addressed store, hash-verified

97 assert False
98
99 def on_start(self):
100 """Event when the initialization is completed"""
101 self._proxy.handler_ready(self)
102
103 def on_data(self, message):
104 """on data"""

Callers 1

_init_stepMethod · 0.95

Calls 1

handler_readyMethod · 0.80

Tested by

no test coverage detected