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

Method send_data

python/tvm/rpc/proxy.py:157–158  ·  view source on GitHub ↗
(self, message, binary=True)

Source from the content-addressed store, hash-verified

155 return f"TCPSocketProxy:{self.addr[0]!s}:{self.rpc_key}"
156
157 def send_data(self, message, binary=True):
158 self.write_message(message, True)
159
160 def on_message(self, message):
161 self.on_data(message)

Callers 5

on_dataMethod · 0.45
_pair_upMethod · 0.45
cleanupMethod · 0.45

Calls 1

write_messageMethod · 0.95

Tested by

no test coverage detected