haojin2 commented on a change in pull request #17619: [numpy] add op fabs, 
sometrue, round_
URL: https://github.com/apache/incubator-mxnet/pull/17619#discussion_r380531347
 
 

 ##########
 File path: python/mxnet/numpy/multiarray.py
 ##########
 @@ -1572,6 +1572,14 @@ def clip(self, min=None, max=None, out=None):  # 
pylint: disable=arguments-diffe
         """
         return clip(self, min, max, out=out)
 
+    def fabs(self, *args, **kwargs):
 
 Review comment:
   no need for adding non-existent convenience method

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