Skip to content

Commit d45d563

Browse files
authored
修复API:grad的中文文档 (#6329)
* [Docathon][Fix COPY-FROM No.6-10] * [Docathon][Fix COPY-FROM No.6-10] * 文档修复80
1 parent 1591492 commit d45d563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/paddle/grad_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ grad
77
.. py:function:: paddle.grad(outputs, inputs, grad_outputs=None, retain_graph=None, create_graph=False, only_inputs=True, allow_unused=False, no_grad_vars=None)
88
99
.. note::
10-
该 API 仅支持**动态图模式**。
10+
该 API 仅支持 **动态图模式**。
1111

1212
对于每个 `inputs`,计算所有 `outputs` 相对于其的梯度和。
1313

0 commit comments

Comments
 (0)