Name |
Last commit
|
Last update |
---|---|---|
.. | ||
compiler.cc | ||
compiler.h | ||
inline_primitives.cc | ||
lambda_lift.cc | ||
removed_unused_funcs.cc |
This PR moves a few base types from relay and low-level Expr into the ir sub-folder. These classes will serve as a common type system across the stack. Rationale: - PrimExpr for low-level expressions - RelayExpr for advanced features, including Function definition. - Introduce BaseFunc to host all functions, including future PrimFunc(low-level expr functions, subject to discussion). This is a minimum change we can do to unify the classes into a common hierarchy. The main data structure that are variant specific will still be kept in the sub-namespaces. We only include classes that is needed to allow a common Module class. - BaseFunc - GlobalVar - Type definition part of ADT We will only need the BaseFunc and their checked_type to decide the calling convention across the function variants.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
compiler.cc | Loading commit data... | |
compiler.h | Loading commit data... | |
inline_primitives.cc | Loading commit data... | |
lambda_lift.cc | Loading commit data... | |
removed_unused_funcs.cc | Loading commit data... |