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

Function build_and_run

tests/python/nightly/test_nnapi/infrastructure.py:126–134  ·  view source on GitHub ↗
(
    remote,
    tracker,
    mod,
    inputs,
    enable_nnapi=False,
)

Source from the content-addressed store, hash-verified

124
125
126def build_and_run(
127 remote,
128 tracker,
129 mod,
130 inputs,
131 enable_nnapi=False,
132):
133 ex = _build(mod, enable_nnapi)
134 return _run(remote, tracker, ex, inputs)

Callers 2

_build_and_run_networkFunction · 0.90
_build_and_run_networkFunction · 0.90

Calls 2

_runFunction · 0.85
_buildFunction · 0.70

Tested by 2

_build_and_run_networkFunction · 0.72
_build_and_run_networkFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…