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

Function has_rpc

python/tvm/testing/env.py:265–267  ·  view source on GitHub ↗

True if RPC support was built into the runtime.

()

Source from the content-addressed store, hash-verified

263
264
265def has_rpc() -> bool:
266 """True if RPC support was built into the runtime."""
267 return _build_flag_enabled("USE_RPC")
268
269
270def has_nnapi() -> bool:

Callers

nothing calls this directly

Calls 1

_build_flag_enabledFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…