Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ run
Method
run
python/tvm/rpc/proxy.py:476–478 ·
view source on GitHub ↗
Run the proxy server
(self)
Source
from the content-addressed store, hash-verified
474
self._handler_ready_proxy_mode(handler)
475
476
def
run(self):
477
""
"Run the proxy server"
""
478
ioloop.IOLoop.current().start()
479
480
481
def
_proxy_server(
Callers
7
_proxy_server
Function · 0.95
toolchain_version
Function · 0.45
pack_imports
Function · 0.45
_find_container_or_create
Method · 0.45
evaluate
Method · 0.45
llvm_target
Function · 0.45
__exit__
Method · 0.45
Calls
2
start
Method · 0.45
current
Method · 0.45
Tested by
no test coverage detected