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_r381828084
 
 

 ##########
 File path: python/mxnet/symbol/numpy/_symbol.py
 ##########
 @@ -523,6 +523,14 @@ def abs(self, *args, **kwargs):
         """
         raise AttributeError('_Symbol object has no attribute abs')
 
+    def fabs(self, *args, **kwargs):
 
 Review comment:
   no need for this convenient method either.

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