Name |
Last commit
|
Last update |
---|---|---|
.. | ||
micro/standalone | ||
c_backend_api.h | ||
c_runtime_api.h | ||
container.h | ||
data_type.h | ||
device_api.h | ||
memory.h | ||
module.h | ||
ndarray.h | ||
object.h | ||
packed_func.h | ||
registry.h | ||
serializer.h | ||
threading_backend.h | ||
util.h | ||
vm.h |
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 |
---|---|---|
.. | ||
micro/standalone | Loading commit data... | |
c_backend_api.h | Loading commit data... | |
c_runtime_api.h | Loading commit data... | |
container.h | Loading commit data... | |
data_type.h | Loading commit data... | |
device_api.h | Loading commit data... | |
memory.h | Loading commit data... | |
module.h | Loading commit data... | |
ndarray.h | Loading commit data... | |
object.h | Loading commit data... | |
packed_func.h | Loading commit data... | |
registry.h | Loading commit data... | |
serializer.h | Loading commit data... | |
threading_backend.h | Loading commit data... | |
util.h | Loading commit data... | |
vm.h | Loading commit data... |