ZhennanQin commented on issue #12104: [DO NOT REVIEW] Subgraph API URL: https://github.com/apache/incubator-mxnet/pull/12104#issuecomment-411962054 Another question: what's the sequence should we execute below 2 kinds of subgraph pass: 1. the pass to cover all operators that backends support.(just like default_subgraph_op) 2. Fusion pass to combine several ops into a new ops. I'm asking this is because, if we want to apply 2 after 1, then we need to have the ability to traverse into subgraph node to do fusion. Do we support this?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
