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

Method name

python/tvm/rpc/proxy.py:74–76  ·  view source on GitHub ↗

Name of this connection.

(self)

Source from the content-addressed store, hash-verified

72 logging.info("Delete %s...", self.name())
73
74 def name(self):
75 """Name of this connection."""
76 return "RPCConnection"
77
78 def _init_step(self, message):
79 if self._magic is None:

Callers 5

__del__Method · 0.95
_init_stepMethod · 0.95
on_dataMethod · 0.95
on_errorMethod · 0.95
on_close_eventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected