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

Function GetFirstStructuralMismatch

python/tvm_ffi/_ffi_api.py:60–60  ·  view source on GitHub ↗
(_0: Any, _1: Any, _2: bool, _3: bool, /)

Source from the content-addressed store, hash-verified

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: ...
62 def GetInvalidObject() -> Object: ...
63 def GetKwargsObject() -> Object: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected