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

Function ModuleInspectSource

python/tvm_ffi/_ffi_api.py:98–98  ·  view source on GitHub ↗
(_0: Module, _1: str, /)

Source from the content-addressed store, hash-verified

96 def ModuleImplementsFunction(_0: Module, _1: str, _2: bool, /) -> bool: ...
97 def ModuleImportModule(_0: Module, _1: Module, /) -> None: ...
98 def ModuleInspectSource(_0: Module, _1: str, /) -> str: ...
99 def ModuleLoadFromFile(_0: str, /) -> Module: ...
100 def ModuleWriteToFile(_0: Module, _1: str, _2: str, /) -> None: ...
101 def RecursiveEq(_0: Any, _1: Any, /) -> bool: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected