Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/BladeDISC
/ tf_root_dir
Function
tf_root_dir
scripts/python/tao_build.py:82–85 ·
view source on GitHub ↗
(root=None)
Source
from the content-addressed store, hash-verified
80
81
82
def
tf_root_dir(root=None):
83
if
root is None:
84
root = get_source_root_dir()
85
return
os.path.join(root,
"tf_community"
)
86
87
88
def
tao_compiler_dir(root=None):
Callers
1
configure_compiler
Function · 0.85
Calls
1
get_source_root_dir
Function · 0.90
Tested by
no test coverage detected