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

Function ModuleWriteToFile

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

Source from the content-addressed store, hash-verified

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: ...
102 def RecursiveGe(_0: Any, _1: Any, /) -> bool: ...
103 def RecursiveGt(_0: Any, _1: Any, /) -> bool: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected