Skip to content

Commit 5b8d6e8

Browse files
authored
[Docathon][Add API Legend No.35]为moveaxis增加图片说明 -part (#6902)
* 为moveaxis增加图片说明 * update the png * update moveaxis.png * 更新moveaxis.png
1 parent 437d4b1 commit 5b8d6e8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/api/paddle/moveaxis_cn.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ moveaxis
77
88
将输入 Tensor ``x`` 的轴从 ``source`` 位置移动到 ``destination`` 位置,其他轴按原来顺序排布。同时根据新的 shape,重排 Tensor 中的数据。
99

10+
下图展示了代码示例中的第一个操作
11+
12+
.. image:: ../../images/api_legend/moveaxis.png
13+
:width: 600
1014
参数
1115
:::::::::
1216
- **x** (Tensor) - 输入的 N-D Tensor,数据类型为:bool、int32、int64、float32、float64、complex64、complex128。

docs/images/api_legend/moveaxis.png

40.6 KB
Loading

0 commit comments

Comments
 (0)