Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ terminate
Method
terminate
python/tvm/rpc/server.py:549–553 ·
view source on GitHub ↗
Terminate the server process
(self)
Source
from the content-addressed store, hash-verified
547
self.host = host
548
549
def
terminate(self):
550
""
"Terminate the server process"
""
551
if
self.proc:
552
self.proc.kill()
553
self.proc = None
554
555
def
__del__(self):
556
try
:
Callers
6
__del__
Method · 0.95
check_server_drop
Function · 0.95
test_rpc_tracker_register
Function · 0.95
test_rpc_tracker_request
Function · 0.95
test_rpc_tracker_via_proxy
Function · 0.95
test_rpc_session_timeout_error
Function · 0.95
Calls
1
kill
Method · 0.45
Tested by
5
check_server_drop
Function · 0.76
test_rpc_tracker_register
Function · 0.76
test_rpc_tracker_request
Function · 0.76
test_rpc_tracker_via_proxy
Function · 0.76
test_rpc_session_timeout_error
Function · 0.76