_make.py 216 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
"""
The constructors for all Relay AST nodes exposed from C++.

This module includes MyPy type signatures for all of the
exposed modules.
"""
from .._ffi.function import _init_api

_init_api("relay._make", __name__)