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

Method __init__

python/tvm_ffi/structural.py:209–209  ·  view source on GitHub ↗
(self, key: Any, hash_i64: int)

Source from the content-addressed store, hash-verified

207 hash_i64: int
208 if TYPE_CHECKING:
209 def __init__(self, key: Any, hash_i64: int) -> None: ...
210 def __ffi_init__(self, _0: Any, /) -> None: ... # ty: ignore[invalid-method-override]
211 # fmt: on
212 # tvm-ffi-stubgen(end)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected