Skip to content

Commit 0b73f88

Browse files
committed
add the picture of crop
1 parent d5f97c0 commit 0b73f88

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/api/paddle/crop_cn.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ crop
5454
[[3, 4, 5],
5555
[6, 7, 8]]]
5656

57+
**示例二图解说明**:
58+
59+
下图展示了示例二中的情形——一个形状为[2,3,4]的三维张量通过 crop 操作裁剪为形状为[2,2,3]的三维张量,同时保持了张量中元素的顺序和值不变。通过比较,可以清晰地看到张量形状变化前后各元素的对应关系。
60+
61+
.. figure:: ../../images/api_legend/crop.png
62+
:alt: 示例二图示
63+
:align: center
64+
5765
参数
5866
:::::::::
5967

docs/images/api_legend/crop.png

178 KB
Loading

0 commit comments

Comments
 (0)