MCPcopy 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
82def 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
88def tao_compiler_dir(root=None):

Callers 1

configure_compilerFunction · 0.85

Calls 1

get_source_root_dirFunction · 0.90

Tested by

no test coverage detected