vexilligera commented on a change in pull request #16594: [Numpy] implement 
np.column_stack
URL: https://github.com/apache/incubator-mxnet/pull/16594#discussion_r338407656
 
 

 ##########
 File path: python/mxnet/numpy/multiarray.py
 ##########
 @@ -6419,3 +6419,39 @@ def einsum(*operands, **kwargs):
     ...     np.einsum('ijk,ilm,njm,nlk,abc->',a,a,a,a,a, optimize=True)
     """
     return _mx_nd_np.einsum(*operands, **kwargs)
+
+@set_module('mxnet.numpy')
+def column_stack(tup):
+    """ column_stack(*args, **kwargs)
 
 Review comment:
   Removed.

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


With regards,
Apache Git Services

Reply via email to