tingying2020 commented on a change in pull request #15838: [numpy] nonzero
URL: https://github.com/apache/incubator-mxnet/pull/15838#discussion_r324022978
 
 

 ##########
 File path: python/mxnet/_numpy_op_doc.py
 ##########
 @@ -100,6 +100,54 @@ def _np_cumsum(a, axis=None, dtype=None, out=None):
     >>> np.cumsum(a,axis=1)      # sum over columns for each of the 2 rows
     array([[ 1,  3,  6],
            [ 4,  9, 15]])
+    """
+    pass
+
+
+def _npx_nonzero(a):
 
 Review comment:
   Because Wu Jun told me to register nonzero with prefix _npx_.

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