samskalicky commented on a change in pull request #15886: [WIP] Graph Partition
API
URL: https://github.com/apache/incubator-mxnet/pull/15886#discussion_r314598961
##########
File path: src/operator/subgraph/subgraph_property.h
##########
@@ -221,6 +221,10 @@ class SubgraphProperty {
return nullptr;
}
+ virtual void PrePartition() {}
Review comment:
should we pass the graph to Pre/PostPartition functions?
we also need to pass the map of "options" to the subgraph prop somehow
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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