Skip to content

Commit

Permalink
recall for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bapijun committed Nov 5, 2023
1 parent 9c1ecad commit 3f7b609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/tensor/manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5303,7 +5303,7 @@ def hstack(x, name=None):
'hstack',
f"For 'hstack', each element of 'inputs' must be a tensor, but got {type(tensor)}",
)
# similar to the function of atleast_1d
# similar to the atleast_1d
if tensor.ndim == 0:
tensor = paddle.reshape(tensor, [1])
rep += (tensor,)
Expand Down

0 comments on commit 3f7b609

Please sign in to comment.