mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-07-01 08:51:56 +08:00
781a5396cc
Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn>
12 lines
278 B
Python
12 lines
278 B
Python
# tvm-ffi-stubgen(begin): export/_ffi_api
|
|
# fmt: off
|
|
# isort: off
|
|
from ._ffi_api import * # noqa: F403
|
|
from ._ffi_api import __all__ as _ffi_api__all__
|
|
if "__all__" not in globals():
|
|
__all__ = []
|
|
__all__.extend(_ffi_api__all__)
|
|
# isort: on
|
|
# fmt: on
|
|
# tvm-ffi-stubgen(end)
|