Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
remove change in matrix_op.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiel committed Aug 13, 2018
1 parent 41c984d commit e65099b
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 @@ -829,8 +829,8 @@ will be the last dimension.
Examples::
x = mx.nd.array([1, 2])
y = mx.nd.array([3, 4])
x = [1, 2]
y = [3, 4]
stack(x, y) = [[1, 2],
[3, 4]]
Expand Down

0 comments on commit e65099b

Please sign in to comment.