mars icon indicating copy to clipboard operation
mars copied to clipboard

A more universal function to replace subgraph in OptimizationRule

Open ericpai opened this issue 2 years ago • 0 comments

Currently in OptimizationRule, there're only collapsable_predecessors adding/removing and node replacing functions to handle graph mutation. However, some new rules may need to replace a piece of subgraph by adding/removing nodes and edges. Thus we need a more universal function to do this work.

ericpai avatar Jun 27 '23 09:06 ericpai