haojin2 commented on a change in pull request #15753: Numpy add numpy linalg
norm and numpy min
URL: https://github.com/apache/incubator-mxnet/pull/15753#discussion_r314591015
##########
File path: src/operator/numpy/np_broadcast_reduce_op_value.cc
##########
@@ -77,9 +77,9 @@ NNVM_REGISTER_OP(_backward_np_sum)
inline bool IsIntType(const int dtype) {
return (dtype == mshadow::kUint8 ||
- dtype == mshadow::kInt32 ||
- dtype == mshadow::kInt8 ||
- dtype == mshadow::kInt64);
+ dtype == mshadow::kInt32 ||
Review comment:
Why making changes here? Did you apply some kind of linter to this?
----------------------------------------------------------------
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