未验证 提交 79a6bcc3 编写于 作者: J Jiabin Yang 提交者: GitHub

Add variable doc (#1409)

* fix Varaible doc

* fix LOD to LoD

* fix LOD to LoD

* test=develop, refine doc

* test=develop, refine doc

* test=develop, refine doc and example code of Variable_cn.rst
上级 52153404
......@@ -37,7 +37,7 @@ Variable
.. code-block:: python
import paddle.fluid as fluid
import numpy as np
with fluid.dygraph.guard():
new_variable = fluid.dygraph.to_variable(np.arange(10))
......@@ -246,7 +246,7 @@ Variable
print(new_variable.to_string(True, True))
Properties
属性
::::::::::::
.. py:attribute:: stop_gradient
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册