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

Function export_with

python/tvm/testing/runner.py:63–64  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

61 from tvm.support import ndk, tar
62
63 def export_with(func):
64 return lambda mod, path: mod.export_library(path, fcompile=func)
65
66 if export_func == "tar":
67 export_func = export_with(tar.tar)

Callers 1

_normalize_export_funcFunction · 0.85

Calls 1

export_libraryMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…