|
Class Summary |
| 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. |
| PreOrderWalker |
base class for operator graph walker this class takes list of starting ops
and walks them one by one. |
| 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. |