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/09/26 01:10:44 UTC

[GitHub] [incubator-mxnet] gyshi commented on a change in pull request #16257: [Numpy] add numpy op bitwise_xor, hsplit, moveaxis, rot90

gyshi commented on a change in pull request #16257: [Numpy]  add numpy op bitwise_xor, hsplit, moveaxis, rot90
URL: https://github.com/apache/incubator-mxnet/pull/16257#discussion_r328399598
 
 

 ##########
 File path: python/mxnet/_numpy_op_doc.py
 ##########
 @@ -677,3 +677,50 @@ def _np_trace(a, offset=0, axis1=0, axis2=1, out=None):
     (2, 3)
     """
     pass
+
+
+def moveaxis(a, source, destination):
+    """Move axes of an array to new positions.
+
+    Other axes remain in their original order.
+
+    Parameters
+    ----------
+    a : ndarray
+    The array whose axes should be reordered.
 
 Review comment:
   can you have find other problems , i will fix them together

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