MCPcopy Create free account
hub / github.com/apache/tvm-ffi / include_paths

Function include_paths

python/tvm_ffi/libinfo.py:137–145  ·  view source on GitHub ↗

Find all include paths needed for FFI related compilation.

()

Source from the content-addressed store, hash-verified

135
136
137def include_paths() -> list[str]:
138 """Find all include paths needed for FFI related compilation."""
139 return sorted(
140 {
141 find_include_path(),
142 find_dlpack_include_path(),
143 find_python_helper_include_path(),
144 }
145 )
146
147
148def load_lib_ctypes(

Callers

nothing calls this directly

Calls 3

find_include_pathFunction · 0.85
find_dlpack_include_pathFunction · 0.85

Tested by

no test coverage detected