Skip to content

Commit

Permalink
Update squeeze_cn.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Whsjrczr authored Aug 6, 2024
1 parent 3332c6e commit 86d53cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/paddle/squeeze_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ squeeze
Output:
out.shape = [1, 3, 5]
下图展示了 squeeze 操作的一个典型情况——一个形状为 [3, 4, 1] 的三维度张量通过 squeeze 操作删除了所有尺寸为 1 的维度,即维度3。我们可以看到该张量变为了一个形状为 [3, 4] 的二维张量。
下图展示了 squeeze 操作的一个典型情况——一个形状为 [3, 4, 1] 的三维度张量通过 squeeze 操作删除了所有尺寸为 1 的维度,即维度 3。我们可以看到该张量变为了一个形状为 [3, 4] 的二维张量。

.. image:: ../../images/api_legend/squeeze.png
:width: 600
Expand Down

0 comments on commit 86d53cc

Please sign in to comment.