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

Function SystemLib

python/tvm_ffi/_ffi_api.py:114–114  ·  view source on GitHub ↗
(*args: Any)

Source from the content-addressed store, hash-verified

112 def StructuralKey(_0: Any, /) -> _StructuralKey: ...
113 def StructuralKeyEqual(_0: Any, _1: Any, /) -> bool: ...
114 def SystemLib(*args: Any) -> Any: ...
115 def ToJSONGraph(_0: Any, _1: Any, /) -> Any: ...
116 def ToJSONGraphString(_0: Any, _1: Any, /) -> str: ...
117 def _PyClassRegisterTypeAttrColumns(_0: int, _1: int, /) -> None: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected