mseth10 commented on a change in pull request #17623: Dynamic subgraph compile 
support
URL: https://github.com/apache/incubator-mxnet/pull/17623#discussion_r381449945
 
 

 ##########
 File path: src/c_api/c_api.cc
 ##########
 @@ -823,9 +823,9 @@ int MXLoadLib(const char *path) {
 
       // MXNET_REGISTER_SUBGRAPH_PROPERTY(customBackend, 
CustomSubgraphProperty);
       
mxnet::op::SubgraphBackendRegistry::Get()->__REGISTER_CUSTOM_PROPERTY__(name_str,
-                            
std::make_shared<mxnet::op::CustomSubgraphProperty>(
-                           strategy_str, callSupportedOps, supportedOps_fp,
-                           callAcceptSubgraph, acceptSubgraph_fp, callFree, 
op_name_str));
+                               
std::make_shared<mxnet::op::CustomSubgraphProperty>(
 
 Review comment:
   looks like some unintentional spacing changes were made. can you please fix 
them if you end up pushing another commit?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to