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

Method __init__

python/tvm_ffi/testing/testing.py:74–74  ·  view source on GitHub ↗
(self, v_i64: int = ..., v_f64: float = ..., v_str: str = ...)

Source from the content-addressed store, hash-verified

72 v_str: str
73 if TYPE_CHECKING:
74 def __init__(self, v_i64: int = ..., v_f64: float = ..., v_str: str = ...) -> None: ...
75 def __ffi_init__(self, v_i64: int = ..., v_f64: float = ..., v_str: str = ...) -> None: ... # ty: ignore[invalid-method-override]
76 def add_i64(self, _1: int, /) -> int: ...
77 # fmt: on

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected