Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
def
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
91
def
check_docker():
Callers
2
docs
Function · 0.85
fn
Function · 0.85
Calls
1
str
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…