MCPcopy Index your code
hub / github.com/apache/tvm / _parse_server_opt

Function _parse_server_opt

python/tvm/rpc/server.py:136–142  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

134
135
136def _parse_server_opt(opts):
137 # parse client options
138 ret = {}
139 for kv in opts:
140 if kv.startswith("-timeout="):
141 ret["timeout"] = float(kv[9:])
142 return ret
143
144
145def _serving(sock, addr, opts, load_library):

Callers 2

_accept_connFunction · 0.85
_connect_proxy_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…