| 
| 
bool  | MatchOperator (const OperatorDef &op) override | 
|   | 
| 
void  | ReplaceOperator (OperatorDef *op) override | 
|   | 
| 
bool  | PatternRule (const transform::Graph &g, const std::vector< int > &subgraph, int idx) override | 
|   | The PatternRule essentially answers: Given the current subgraph (ordered), should we append the new node at idx? 
  | 
|   | 
| 
bool  | ValidatorRule (const transform::Graph &g, const std::vector< int > &subgraph) override | 
|   | The ValidatorRule essentially answers: Given a subgraph, can we accept it? 
  | 
|   | 
| 
bool  | ReplaceRule (const std::vector< int > &subgraph, transform::Graph *g_ptr) override | 
|   | The ReplaceRule actually mutates the graph, and applies the transformation upon the subgraph. 
  | 
|   | 
| 
void  | SetPatternMatchType (PatternMatchType type) | 
|   | 
Definition at line 10 of file conv_to_nnpack_transform.h.
 
The documentation for this class was generated from the following file: