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 2018/08/13 00:30:45 UTC

[GitHub] nswamy commented on a change in pull request #12015: update ndarray stack Doc for #11925

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


With regards,
Apache Git Services