MCPcopy Create free account
hub / github.com/apache/tvm / _dev_top_directory

Function _dev_top_directory

python/tvm/libinfo.py:32–34  ·  view source on GitHub ↗

Top directory in the source/dev layout: the worktree root.

()

Source from the content-addressed store, hash-verified

30
31
32def _dev_top_directory() -> Path:
33 """Top directory in the source/dev layout: the worktree root."""
34 return _rel_top_directory() / ".." / ".."
35
36
37def package_lib_paths() -> list[Path]:

Callers 2

package_lib_pathsFunction · 0.85
find_include_pathFunction · 0.85

Calls 1

_rel_top_directoryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…