MCPcopy Index your code
hub / github.com/apache/tvm / _collect_dso_modules

Method _collect_dso_modules

python/tvm/runtime/module.py:144–146  ·  view source on GitHub ↗

Collect all compilation exportable modules from the import tree.

(self)

Source from the content-addressed store, hash-verified

142 return dso_modules
143
144 def _collect_dso_modules(self):
145 """Collect all compilation exportable modules from the import tree."""
146 return self._collect_from_import_tree(lambda m: m.is_compilation_exportable())
147
148 def export_library(
149 self,

Callers 1

export_libraryMethod · 0.95

Calls 1

Tested by

no test coverage detected