haojin2 commented on a change in pull request #15286: Numpy compatible min
URL: https://github.com/apache/incubator-mxnet/pull/15286#discussion_r303623786
 
 

 ##########
 File path: src/operator/numpy/np_broadcast_reduce_op.h
 ##########
 @@ -170,15 +170,15 @@ inline bool NumpyReduceAxesShape(const nnvm::NodeAttrs& 
attrs,
   return shape_is_known(out_attrs->at(0));
 }
 
-inline bool NumpyMaxShape(const nnvm::NodeAttrs& attrs,
+inline bool NumpyReduceAxesNoDTypeShape(const nnvm::NodeAttrs& attrs,
                                  std::vector<TShape> *in_attrs,
 
 Review comment:
   Same for all applicable places.

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

Reply via email to