nswamy commented on a change in pull request #12015: update ndarray stack Doc for #11925 URL: https://github.com/apache/incubator-mxnet/pull/12015#discussion_r209473742
########## File path: src/operator/tensor/matrix_op.cc ########## @@ -829,8 +829,8 @@ will be the last dimension. Examples:: - x = [1, 2] - y = [3, 4] + x = mx.nd.array([1, 2]) Review comment: please remove changes to these two lines, since mx.nd is only for Python and your example covers this. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
