Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ on_message
Method
on_message
python/tvm/rpc/proxy.py:183–184 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
181
return
f
"WebSocketProxy:{self.rpc_key}"
182
183
def
on_message(self, message):
184
self.on_data(message)
185
186
def
data_received(self, _):
187
raise
NotImplementedError()
Callers
nothing calls this directly
Calls
1
on_data
Method · 0.80
Tested by
no test coverage detected