You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/07/12 03:52:19 UTC

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15456: [Numpy] numpy compatible invert

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:
users@infra.apache.org


With regards,
Apache Git Services