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

Method __ffi_init__

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

Source from the content-addressed store, hash-verified

230 if TYPE_CHECKING:
231 def __init__(self, key: int, name: str, hash_ignored: int) -> None: ...
232 def __ffi_init__(self, _0: int, _1: str, _2: int, /) -> None: ... # ty: ignore[invalid-method-override]
233 # fmt: on
234 # tvm-ffi-stubgen(end)
235

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected