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

Method __init__

python/tvm_ffi/testing/testing.py:265–265  ·  view source on GitHub ↗
(self, key: int, label: str)

Source from the content-addressed store, hash-verified

263 label: str
264 if TYPE_CHECKING:
265 def __init__(self, key: int, label: str) -> None: ...
266 def __ffi_init__(self, _0: int, _1: str, /) -> None: ... # ty: ignore[invalid-method-override]
267 # fmt: on
268 # tvm-ffi-stubgen(end)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected