Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ name
Method
name
python/tvm/rpc/proxy.py:154–155 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
self.addr = addr
153
154
def
name(self):
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)
Callers
7
on_close
Method · 0.95
bind_assign_value
Function · 0.45
post_visit_local_function
Function · 0.45
visit_expr_stmt
Function · 0.45
_pair_up
Method · 0.45
cleanup
Method · 0.45
handler_ready
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected