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

Function main

python/tvm/testing/utils.py:1187–1189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1185
1186
1187def main():
1188 test_file = inspect.getsourcefile(sys._getframe(1))
1189 sys.exit(pytest.main([test_file, *sys.argv[1:]]))
1190
1191
1192ml_dtypes_dict = {

Callers

nothing calls this directly

Calls 1

mainMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…