Skip to content

Commit

Permalink
update doc for apache#11925
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiel committed Aug 14, 2018
1 parent 525ead9 commit 8f3a1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/operator/tensor/matrix_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,8 @@ will be the last dimension.
Examples::
x = [1, 2]
y = [3, 4]
x = mx.nd.array([1, 2])
y = mx.nd.array([3, 4])
stack(x, y) = [[1, 2],
[3, 4]]
Expand Down

0 comments on commit 8f3a1b8

Please sign in to comment.