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

Method __init__

python/tvm_ffi/testing/testing.py:296–296  ·  view source on GitHub ↗
(self, v_i64: int, v_i32: int)

Source from the content-addressed store, hash-verified

294 v_i32: int
295 if TYPE_CHECKING:
296 def __init__(self, v_i64: int, v_i32: int) -> None: ...
297 def __ffi_init__(self, v_i64: int, v_i32: int) -> None: ... # ty: ignore[invalid-method-override]
298 # fmt: on
299 # tvm-ffi-stubgen(end)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected