|
Class Summary |
| CompositeProcessor |
CompositeProcessor. |
| DefaultGraphWalker |
base class for operator graph walker this class takes list of starting ops
and walks them one by one. |
| DefaultRuleDispatcher |
Dispatches calls to relevant method in processor. |
| ForwardWalker |
|
| PreOrderWalker |
base class for operator graph walker this class takes list of starting ops
and walks them one by one. |
| RuleExactMatch |
Implentation of the Rule interface for Nodes Used in Node dispatching to dispatch
process/visitor functions for Nodes. |
| RuleRegExp |
Rule interface for Nodes Used in Node dispatching to dispatch process/visitor
functions for Nodes. |
| TaskGraphWalker |
base class for operator graph walker this class takes list of starting ops
and walks them one by one. |
| Utils |
Contains common utility functions to manipulate nodes, walkers etc. |