ZhennanQin commented on a change in pull request #12698: add a tutorial for the subgraph API. URL: https://github.com/apache/incubator-mxnet/pull/12698#discussion_r221408471
########## File path: docs/faq/subgraphAPI.md ########## @@ -0,0 +1,95 @@ +##How to Integrate Backend Libraries to MXNet with the Subgraph API + +The subgraph API has been proposed and implemented as the default mechanism for integrating backend libraries to MXNet. The subgraph API is a very flexible interface. Although it was proposed as an integration mechanism, it has been used as a tool for manipulating NNVM graphs for graph-level optimizations, such as operator fusion. + +The subgraph API works as the following steps: + +* Search for particular patterns in a graph, +* Group the operators/nodes with particular patterns into a subgraph and shrink the subgraph into a single node, Review comment: use full comma. ---------------------------------------------------------------- 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
