bgawrych commented on a change in pull request #20759:
URL: https://github.com/apache/incubator-mxnet/pull/20759#discussion_r761044180



##########
File path: src/operator/quantization/quantize_graph_pass.cc
##########
@@ -249,8 +248,12 @@ static void MarkQuantizedNodes(const Graph& src,
 Graph QuantizeGraph(Graph &&src) {
   static const auto& flist_outputs = 
nnvm::Op::GetAttr<nnvm::FListOutputNames>("FListOutputNames");
   static const auto& need_requantize_map = 
Op::GetAttr<mxnet::FNeedRequantize>("FNeedRequantize");

Review comment:
       I didn't want to format whole files to keep change clean and easy 
reviewable - I have applied formatter to my changes




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to