Skip to content

Commit 09a5f6e

Browse files
LigomlAurelius840x45fmoguguoTCChenlong
authored
[cherry-pick]04_dygraph_to_static_docs (#4137)
* Move @to_static pnd into parent dir (#4045) * Refactor @to_static tutorial doc (#4044) * Refactor @to_static turial doc * polish code * refine content * refine doc * fix web link * polish doc * fix code style * Refine dy2stat docs (#4103) * refine dy2stat docs * fix index_cn.rst * fix code review * modify the explanation for imgs * change title * 动转静概述更新 (#4099) * 动转静概述更新 更新动转静概述章节,补充两个Block,什么是动态图和静态图,什么场景下需要动态图转成静态图 * 动转静概述更新 增加动转静方案示意图 * update style update style * update style * Update index_cn.rst * 修复格式问题 * update codes Co-authored-by: Chen Long <[email protected]> * fix jit (#4128) * fix jit * fix jit * add jit example * fix style * fix style * update to 2.2.1 (#4133) Co-authored-by: Aurelius84 <[email protected]> Co-authored-by: 0x45f <[email protected]> Co-authored-by: moguguo <[email protected]> Co-authored-by: Chen Long <[email protected]>
1 parent 575fde6 commit 09a5f6e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2271
-1299
lines changed

docs/api/paddle/Overview_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ tensor元素操作相关(如:转置,reshape等)
298298
.. einsum:
299299
300300
爱因斯坦求和
301-
::::::
301+
::::::::::::::::::
302302

303303
.. csv-table::
304304
:header: "API名称", "API功能"

docs/api/paddle/broadcast_tensors_cn.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ broadcast_tensors
99
输入应符合Broadcast规范
1010

1111
.. note::
12-
如您想了解更多Broadcasting内容,请参见 :ref:`cn_user_guide_broadcasting` 。
12+
如想了解更多Broadcasting内容,请参见 :ref:`cn_user_guide_broadcasting` 。
1313

1414
参数
1515
:::::::::
16-
- inputs (list(Tensor)|tuple(Tensor)) - 一组输入Tensor,数据类型为:bool、float32、float64、int32或int64。
17-
- 所有的输入Tensor均需要满足rank <= 5
16+
- inputs (list(Tensor)|tuple(Tensor)) - 一组输入Tensor,数据类型为:bool、float32、float64、int32或int64。所有的输入Tensor均需要满足rank <= 5。
1817
- name (str,可选) - 操作的名称(可选,默认值为None)。更多信息请参见 :ref:`api_guide_Name` 。
1918

2019
返回

0 commit comments

Comments
 (0)