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

Function FunctionListGlobalNamesFunctor

python/tvm_ffi/_ffi_api.py:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 def FromJSONGraphString(_0: str, /) -> Any: ...
57 def FunctionFromExternC(_0: c_void_p, _1: c_void_p, _2: c_void_p, /) -> Callable[..., Any]: ...
58 def FunctionListGlobalNamesFunctor() -> Callable[..., Any]: ...
59 def FunctionRemoveGlobal(_0: str, /) -> bool: ...
60 def GetFirstStructuralMismatch(_0: Any, _1: Any, _2: bool, _3: bool, /) -> tuple[AccessPath, AccessPath] | None: ...
61 def GetGlobalFuncMetadata(_0: str, /) -> str: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected