|
file | adt.h [code] |
| Algebraic data types for Relay.
|
|
file | analysis.h [code] |
| The set of Relay analysis passes written in C++.
|
|
file | base.h [code] |
| Base classes for the Relay IR.
|
|
file | dataflow_matcher.h [code] |
| A pattern matcher for matching dataflow properties.
|
|
file | dataflow_pattern.h [code] |
| A pattern language for matching dataflow properties.
|
|
file | dataflow_pattern_functor.h [code] |
| A set of passes for operating on pattern graphs.
|
|
file | error.h [code] |
|
file | executor.h [code] |
| Object representation of Executor configuration and registry.
|
|
file | expr.h [code] |
| Relay expression language.
|
|
file | expr_functor.h [code] |
| A more powerful visitor which enables defining arbitrary function signatures with type based dispatch on first argument.
|
|
file | feature.h [code] |
| Detect features used in Expr/Module.
|
|
file | function.h [code] |
| Relay Function.
|
|
file | interpreter.h [code] |
| An interpreter for Relay.
|
|
file | op.h [code] |
| Primitive operators(builtin intrinsics).
|
|
file | op_attr_types.h [code] |
| The Expr and related elements in DataFlow construction.
|
|
file | op_strategy.h [code] |
| The Relay operator Strategy and related data structure.
|
|
file | parser.h [code] |
|
file | pattern_functor.h [code] |
| A more powerful visitor on ADT patterns that enables defining arbitrary function signatures with type-based dispatch on first argument.
|
|
file | runtime.h [code] |
| Object representation of Runtime configuration and registry.
|
|
file | transform.h [code] |
| Relay specific transformation passes.
|
|
file | type.h [code] |
| Relay typed AST nodes.
|
|