mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-07-01 08:51:56 +08:00
@@ -1,3 +1,11 @@
|
||||
from . import utils
|
||||
|
||||
__all__ = ["utils"]
|
||||
# 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)
|
||||
|
||||
Reference in New Issue
Block a user