hzfan commented on a change in pull request #15850: [Numpy] Numpy vstack
URL: https://github.com/apache/incubator-mxnet/pull/15850#discussion_r325036540
 
 

 ##########
 File path: python/mxnet/numpy/multiarray.py
 ##########
 @@ -44,7 +44,7 @@
 from ..ndarray.numpy import _internal as _npi
 
 __all__ = ['ndarray', 'empty', 'array', 'zeros', 'ones', 'add', 'subtract', 
'multiply', 'divide',
-           'mod', 'power']
+           'mod', 'power', 'vstack']
 
 Review comment:
   Done.

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