-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[RFC] Custom subgraph property enhancements #17236
Comments
@mxnet-label-bot add [RFC] |
Current implementation (as of 3/18/2020) only supports combining ops into subgraphs generically. does not allow for fine grained control to say which ops should go into which subgraphs. Need to modify Open question: |
Need to support removing args/aux from custom graph pass, re-using the optimized symbol when calling optimize_for in Gluon repeatedly |
Description
Request for comments on the next PR for enhancing custom subgraph property support
Heres some suggestions from the initial PR (Part 1):
readme, tutorialDynamic subgraph property doc #17585Suggestions from the compile PR:
References
The text was updated successfully, but these errors were encountered: