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

Function get_build_dir

tests/scripts/ci.py:86–88  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

84
85
86def get_build_dir(name: str) -> str:
87 build_dir = REPO_ROOT / f"build-{name}"
88 return str(build_dir.relative_to(REPO_ROOT))
89
90
91def check_docker():

Callers 2

docsFunction · 0.85
fnFunction · 0.85

Calls 1

strFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…