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

Function ModuleGetFunction

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

Source from the content-addressed store, hash-verified

86 def MapSize(_0: Mapping[Any, Any], /) -> int: ...
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: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected