haojin2 commented on a change in pull request #16007: Numpy add numpy op hsplit
URL: https://github.com/apache/incubator-mxnet/pull/16007#discussion_r317890712
##########
File path: python/mxnet/ndarray/numpy/_op.py
##########
@@ -1905,3 +1905,116 @@ def get_list(arrays):
arrays = get_list(arrays)
return _npi.stack(*arrays, axis=axis, out=out)
+
+
+@set_module('mxnet.ndarray.numpy')
Review comment:
same for this declaration here.
----------------------------------------------------------------
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