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

Function ModuleGetFunctionDoc

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

Source from the content-addressed store, hash-verified

87 def ModuleClearImports(_0: Module, /) -> None: ...
88 def ModuleGetFunction(_0: Module, _1: str, _2: bool, /) -> Callable[..., Any] | None: ...
89 def ModuleGetFunctionDoc(_0: Module, _1: str, _2: bool, /) -> str | None: ...
90 def ModuleGetFunctionMetadata(_0: Module, _1: str, _2: bool, /) -> str | None: ...
91 def ModuleGetKind(_0: Module, /) -> str: ...
92 def ModuleGetPropertyMask(_0: Module, /) -> int: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected