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

Function check_local

tests/python/contrib/test_coreml_runtime.py:96–100  ·  view source on GitHub ↗
(coreml_model)

Source from the content-addressed store, hash-verified

94 verify(coreml_model, compiled_model, dev)
95
96 def check_local(coreml_model):
97 temp = utils.tempdir()
98 compiled_model = xcode.compile_coreml(coreml_model, out_dir=temp.temp_dir)
99 dev = tvm.cpu(0)
100 verify(coreml_model, compiled_model, dev)
101
102 coreml_model = create_coreml_model()
103 check_remote(coreml_model)

Callers 1

test_coreml_runtimeFunction · 0.85

Calls 2

verifyFunction · 0.70
cpuMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…