mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-07-01 08:51:56 +08:00
@@ -20,6 +20,7 @@ LIB = _FFI_LOAD_LIB("triton_tvm_ffi", "triton_tvm_ffi")
|
||||
_FFI_INIT_FUNC("triton_tvm_ffi", __name__)
|
||||
if TYPE_CHECKING:
|
||||
def string_to_type(_0: str, /) -> int | None: ...
|
||||
def type_to_ctype(_0: int, /) -> str: ...
|
||||
def type_to_string(_0: int, /) -> str: ...
|
||||
# fmt: on
|
||||
# tvm-ffi-stubgen(end)
|
||||
@@ -46,6 +47,7 @@ __all__ = [
|
||||
"LIB",
|
||||
"TVMFFILauncherImpl",
|
||||
"string_to_type",
|
||||
"type_to_ctype",
|
||||
"type_to_string",
|
||||
# tvm-ffi-stubgen(end)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user