Name |
Last commit
|
Last update |
---|---|---|
.. | ||
attrs | ||
qnn | ||
adt.h | ||
analysis.h | ||
base.h | ||
error.h | ||
expr.h | ||
expr_functor.h | ||
feature.h | ||
interpreter.h | ||
module.h | ||
op.h | ||
op_attr_types.h | ||
pattern_functor.h | ||
transform.h | ||
type.h |
This PR moves a few base types from relay to the ir sub-folder. These types will serve as a common type system across the stack. Notably, we want to be able to use the same FuncType for all function signatures. I tried to make a minimum move to bring the necessary dependencies for a FuncType. We can discuss what additional things we want to move as a follow-up. Notably, because the TensorType will have a dependency on low-level Expr, we will need to break the type.h into two files and introduce a tensor_type.h(or leave them in relay for now).
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
attrs | Loading commit data... | |
qnn | Loading commit data... | |
adt.h | Loading commit data... | |
analysis.h | Loading commit data... | |
base.h | Loading commit data... | |
error.h | Loading commit data... | |
expr.h | Loading commit data... | |
expr_functor.h | Loading commit data... | |
feature.h | Loading commit data... | |
interpreter.h | Loading commit data... | |
module.h | Loading commit data... | |
op.h | Loading commit data... | |
op_attr_types.h | Loading commit data... | |
pattern_functor.h | Loading commit data... | |
transform.h | Loading commit data... | |
type.h | Loading commit data... |