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

Function ModuleGetWriteFormats

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

Source from the content-addressed store, hash-verified

91 def ModuleGetKind(_0: Module, /) -> str: ...
92 def ModuleGetPropertyMask(_0: Module, /) -> int: ...
93 def ModuleGetWriteFormats(_0: Module, /) -> Sequence[str]: ...
94 def ModuleGlobalsAdd(_0: Module, /) -> None: ...
95 def ModuleGlobalsRemove(_0: Module, /) -> None: ...
96 def ModuleImplementsFunction(_0: Module, _1: str, _2: bool, /) -> bool: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected