Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ on_error
Method
on_error
python/tvm/rpc/proxy.py:122–124 ·
view source on GitHub ↗
(self, err)
Source
from the content-addressed store, hash-verified
120
self.close()
121
122
def
on_error(self, err):
123
logging.info(
"%s: Error in RPC %s"
, self.name(), err)
124
self.close_pair()
125
126
def
close_pair(self):
127
if
self.forward_proxy:
Callers
3
_update_write
Method · 0.45
_update_read
Method · 0.45
send_data
Method · 0.45
Calls
3
name
Method · 0.95
close_pair
Method · 0.95
info
Method · 0.80
Tested by
no test coverage detected