MCPcopy Create free account
hub / github.com/alibaba/BladeDISC / get_source_root_dir

Function get_source_root_dir

scripts/python/common_setup.py:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84
85def get_source_root_dir():
86 root = os.path.join(script_dir(), os.pardir, os.pardir)
87 return os.path.abspath(root)
88
89
90def __create_logger():

Callers 15

tf_root_dirFunction · 0.90
tao_compiler_dirFunction · 0.90
tao_build_dirFunction · 0.90
tao_bazel_dirFunction · 0.90
blade_gemm_dirFunction · 0.90
tao_ci_conf_fileFunction · 0.90
prepare_envFunction · 0.90
make_packageFunction · 0.90
sanity_checkFunction · 0.90
mainFunction · 0.90
mkldnn_build_dirFunction · 0.70
extra_acl_patch_dirFunction · 0.70

Calls 1

script_dirFunction · 0.70

Tested by

no test coverage detected