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

Method __ffi_init__

python/tvm_ffi/testing/testing.py:111–111  ·  view source on GitHub ↗
(self, v_map: Mapping[Any, Any], v_array: Sequence[Any], v_i64: int = ..., v_f64: float = ..., v_str: str = ...)

Source from the content-addressed store, hash-verified

109 if TYPE_CHECKING:
110 def __init__(self, v_map: Mapping[Any, Any], v_array: Sequence[Any], v_i64: int = ..., v_f64: float = ..., v_str: str = ...) -> None: ...
111 def __ffi_init__(self, v_map: Mapping[Any, Any], v_array: Sequence[Any], v_i64: int = ..., v_f64: float = ..., v_str: str = ...) -> None: ... # ty: ignore[invalid-method-override]
112 # fmt: on
113 # tvm-ffi-stubgen(end)
114

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected