_env.py 208 Bytes
Newer Older
1 2 3 4 5
# pylint: disable=no-else-return, unidiomatic-typecheck, undefined-variable
"""The interface to the Environment exposed from C++."""
from tvm._ffi.function import _init_api

_init_api("relay._env", __name__)