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

Method __ffi_init__

python/tvm_ffi/testing/testing.py:249–249  ·  view source on GitHub ↗
(self, _0: int, _1: str, /)

Source from the content-addressed store, hash-verified

247 if TYPE_CHECKING:
248 def __init__(self, key: int, label: str) -> None: ...
249 def __ffi_init__(self, _0: int, _1: str, /) -> None: ... # ty: ignore[invalid-method-override]
250 # fmt: on
251 # tvm-ffi-stubgen(end)
252

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected