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

Function tao_bridge_dir

scripts/python/common_setup.py:537–540  ·  view source on GitHub ↗
(root=None)

Source from the content-addressed store, hash-verified

535 return os.path.join(get_source_root_dir(), os.pardir)
536
537def tao_bridge_dir(root=None):
538 if root is None:
539 root = get_source_root_dir()
540 return os.path.join(root, "tao", "tao_bridge")
541
542def tao_ral_dir(root=None):
543 if root is None:

Callers 3

build_tao_compilerFunction · 0.90
test_tao_compilerFunction · 0.90
symlink_disc_filesFunction · 0.70

Calls 1

get_source_root_dirFunction · 0.70

Tested by 1

test_tao_compilerFunction · 0.72