MCPcopy Create free account
hub / github.com/apache/tvm / _serve_loop

Function _serve_loop

python/tvm/rpc/server.py:131–133  ·  view source on GitHub ↗
(sock, load_library, work_path)

Source from the content-addressed store, hash-verified

129
130
131def _serve_loop(sock, load_library, work_path):
132 _server_env(load_library, work_path)
133 _ffi_api.ServerLoop(sock.fileno())
134
135
136def _parse_server_opt(opts):

Callers

nothing calls this directly

Calls 1

_server_envFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…