zheng-da commented on a change in pull request #8302: Refactor operators & 
MKLDNN
URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r155914245
 
 

 ##########
 File path: src/executor/infer_graph_attr_pass.cc
 ##########
 @@ -416,11 +416,6 @@ nnvm::Graph InferStorageType(nnvm::Graph&& graph,
     DispatchModeVector dispatch_modes(graph.indexed_graph().num_nodes(), 
DispatchMode::kUndefined);
     graph.attrs["dispatch_mode"] = 
std::make_shared<any>(std::move(dispatch_modes));
   }
-  // initialize unknown values for dispatch modes
 
 Review comment:
   i remember now. because i found there is duplicated code here. The code I 
delete is exactly the same as the code above.

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


With regards,
Apache Git Services

Reply via email to