_ir_pass.py 138 Bytes
Newer Older
1 2 3 4 5
"""FFI exposing the Relay type inference and checking."""

from tvm._ffi.function import _init_api

_init_api("relay._ir_pass", __name__)