haojin2 commented on a change in pull request #15456: [Numpy] numpy compatible 
invert
URL: https://github.com/apache/incubator-mxnet/pull/15456#discussion_r302818678
 
 

 ##########
 File path: python/mxnet/ndarray/numpy/_op.py
 ##########
 @@ -1414,6 +1413,48 @@ def rint(x, out=None, **kwargs):
     """
     return _unary_func_helper(x, _npi.rint, _np.rint, out=out, **kwargs)
 
+def invert(x, out=None, **kwargs):
 
 Review comment:
   One more blank line above.

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