Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
FluidDoc
提交
e30af5b2
F
FluidDoc
项目概览
PaddlePaddle
/
FluidDoc
通知
5
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
23
列表
看板
标记
里程碑
合并请求
111
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
F
FluidDoc
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
23
Issue
23
列表
看板
标记
里程碑
合并请求
111
合并请求
111
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
e30af5b2
编写于
8月 18, 2020
作者:
C
Chen Long
提交者:
GitHub
8月 18, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add docs (#2404)
* fix_1.8_docs test=release/1.8 * fix_style test=release/1.8
上级
bf30ceb9
变更
19
隐藏空白更改
内联
并排
Showing
19 changed file
with
201 addition
and
50 deletion
+201
-50
doc/fluid/api/data/dataset.rst
doc/fluid/api/data/dataset.rst
+1
-0
doc/fluid/api/data/dataset/mnist.rst
doc/fluid/api/data/dataset/mnist.rst
+6
-0
doc/fluid/api/dygraph.rst
doc/fluid/api/dygraph.rst
+0
-1
doc/fluid/api/dygraph/Tracer.rst
doc/fluid/api/dygraph/Tracer.rst
+0
-12
doc/fluid/api/layers.rst
doc/fluid/api/layers.rst
+0
-3
doc/fluid/api/layers/fill_constant_batch_size_like.rst
doc/fluid/api/layers/fill_constant_batch_size_like.rst
+0
-11
doc/fluid/api/layers/gaussian_random_batch_size_like.rst
doc/fluid/api/layers/gaussian_random_batch_size_like.rst
+0
-11
doc/fluid/api/layers/uniform_random_batch_size_like.rst
doc/fluid/api/layers/uniform_random_batch_size_like.rst
+0
-11
doc/fluid/api_cn/data_cn/dataset_cn.rst
doc/fluid/api_cn/data_cn/dataset_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn.rst
doc/fluid/api_cn/dygraph_cn.rst
+5
-0
doc/fluid/api_cn/dygraph_cn/disable_dygraph_cn.rst
doc/fluid/api_cn/dygraph_cn/disable_dygraph_cn.rst
+28
-0
doc/fluid/api_cn/dygraph_cn/disable_imperative_cn.rst
doc/fluid/api_cn/dygraph_cn/disable_imperative_cn.rst
+26
-0
doc/fluid/api_cn/dygraph_cn/enable_dygraph_cn.rst
doc/fluid/api_cn/dygraph_cn/enable_dygraph_cn.rst
+33
-0
doc/fluid/api_cn/dygraph_cn/enable_imperative_cn.rst
doc/fluid/api_cn/dygraph_cn/enable_imperative_cn.rst
+31
-0
doc/fluid/api_cn/dygraph_cn/enabled_cn.rst
doc/fluid/api_cn/dygraph_cn/enabled_cn.rst
+29
-0
doc/fluid/api_cn/fluid_cn.rst
doc/fluid/api_cn/fluid_cn.rst
+1
-0
doc/fluid/api_cn/fluid_cn/ComplexVariable_cn.rst
doc/fluid/api_cn/fluid_cn/ComplexVariable_cn.rst
+34
-0
doc/fluid/api_cn/fluid_cn/disable_dygraph_cn.rst
doc/fluid/api_cn/fluid_cn/disable_dygraph_cn.rst
+3
-0
doc/fluid/api_cn/fluid_cn/enable_dygraph_cn.rst
doc/fluid/api_cn/fluid_cn/enable_dygraph_cn.rst
+3
-0
未找到文件。
doc/fluid/api/data/dataset.rst
浏览文件 @
e30af5b2
...
...
@@ -9,6 +9,7 @@ dataset
dataset/conll05.rst
dataset/imdb.rst
dataset/imikolov.rst
dataset/mnist.rst
dataset/movielens.rst
dataset/sentiment.rst
dataset/uci_housing.rst
...
...
doc/fluid/api/data/dataset/mnist.rst
0 → 100644
浏览文件 @
e30af5b2
mnist
+++++
.. automodule:: paddle.dataset.mnist
:members:
:noindex:
doc/fluid/api/dygraph.rst
浏览文件 @
e30af5b2
...
...
@@ -55,5 +55,4 @@ fluid.dygraph
dygraph/SpectralNorm.rst
dygraph/to_variable.rst
dygraph/TracedLayer.rst
dygraph/Tracer.rst
dygraph/TreeConv.rst
doc/fluid/api/dygraph/Tracer.rst
已删除
100644 → 0
浏览文件 @
bf30ceb9
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_dygraph_Tracer:
Tracer
------
.. autoclass:: paddle.fluid.dygraph.Tracer
:members:
:noindex:
doc/fluid/api/layers.rst
浏览文件 @
e30af5b2
...
...
@@ -117,7 +117,6 @@ fluid.layers
layers/eye.rst
layers/fc.rst
layers/fill_constant.rst
layers/fill_constant_batch_size_like.rst
layers/filter_by_instag.rst
layers/flatten.rst
layers/flip.rst
...
...
@@ -129,7 +128,6 @@ fluid.layers
layers/gather_nd.rst
layers/gather_tree.rst
layers/gaussian_random.rst
layers/gaussian_random_batch_size_like.rst
layers/gelu.rst
layers/generate_mask_labels.rst
layers/generate_proposal_labels.rst
...
...
@@ -345,7 +343,6 @@ fluid.layers
layers/unfold.rst
layers/Uniform.rst
layers/uniform_random.rst
layers/uniform_random_batch_size_like.rst
layers/unique.rst
layers/unique_with_counts.rst
layers/unsqueeze.rst
...
...
doc/fluid/api/layers/fill_constant_batch_size_like.rst
已删除
100644 → 0
浏览文件 @
bf30ceb9
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_fill_constant_batch_size_like:
fill_constant_batch_size_like
-----------------------------
.. autofunction:: paddle.fluid.layers.fill_constant_batch_size_like
:noindex:
doc/fluid/api/layers/gaussian_random_batch_size_like.rst
已删除
100644 → 0
浏览文件 @
bf30ceb9
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_gaussian_random_batch_size_like:
gaussian_random_batch_size_like
-------------------------------
.. autofunction:: paddle.fluid.layers.gaussian_random_batch_size_like
:noindex:
doc/fluid/api/layers/uniform_random_batch_size_like.rst
已删除
100644 → 0
浏览文件 @
bf30ceb9
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_uniform_random_batch_size_like:
uniform_random_batch_size_like
------------------------------
.. autofunction:: paddle.fluid.layers.uniform_random_batch_size_like
:noindex:
doc/fluid/api_cn/data_cn/dataset_cn.rst
浏览文件 @
e30af5b2
...
...
@@ -8,11 +8,11 @@ dataset
.. toctree::
:maxdepth: 1
dataset_cn/mnist_cn.rst
dataset_cn/cifar_cn.rst
dataset_cn/Conll05_cn.rst
dataset_cn/imdb_cn.rst
dataset_cn/imikolov_cn.rst
dataset_cn/mnist_cn.rst
dataset_cn/movielens_cn.rst
dataset_cn/sentiment_cn.rst
dataset_cn/uci_housing_cn.rst
...
...
doc/fluid/api_cn/dygraph_cn.rst
浏览文件 @
e30af5b2
...
...
@@ -17,9 +17,14 @@ fluid.dygraph
dygraph_cn/Conv3D_cn.rst
dygraph_cn/Conv3DTranspose_cn.rst
dygraph_cn/CosineDecay_cn.rst
dygraph_cn/disable_dygraph_cn.rst
dygraph_cn/disable_imperative_cn.rst
dygraph_cn/Dropout_cn.rst
dygraph_cn/declarative_cn.rst
dygraph_cn/Embedding_cn.rst
dygraph_cn/enable_dygraph_cn.rst
dygraph_cn/enable_imperative_cn.rst
dygraph_cn/enabled_cn.rst
dygraph_cn/ExponentialDecay_cn.rst
dygraph_cn/grad_cn.rst
dygraph_cn/GroupNorm_cn.rst
...
...
doc/fluid/api_cn/dygraph_cn/disable_dygraph_cn.rst
0 → 100644
浏览文件 @
e30af5b2
.. _cn_api_fluid_dygraph_disable_dygraph:
disable_dygraph
-------------------------------
.. py:function:: paddle.fluid.dygraph.disable_dygraph()
该接口关闭动态图模式。
.. note::
推荐使用 :ref:`cn_api_fluid_dygraph_disable_imperative` 。
返回
::::::::::::
无
代码示例
::::::::::::
.. code-block:: python
import paddle.fluid as fluid
import numpy as np
fluid.dygraph.enable_dygraph() # Now we are in dygraph mode
print(fluid.in_dygraph_mode()) # True
fluid.dygraph.disable_dygraph()
print(fluid.in_dygraph_mode()) # False
doc/fluid/api_cn/dygraph_cn/disable_imperative_cn.rst
0 → 100644
浏览文件 @
e30af5b2
.. _cn_api_fluid_dygraph_disable_imperative:
disable_imperative
-------------------------------
.. py:function:: paddle.fluid.dygraph.disable_imperative()
该接口退出动态图模式。
返回
::::::::::::
无
代码示例
::::::::::::
.. code-block:: python
import paddle.fluid as fluid
fluid.dygraph.enable_imperative() # Now we are in imperative mode
x = fluid.layers.ones( (2, 2), "float32")
y = fluid.layers.zeros( (2, 2), "float32")
z = x + y
print( z.numpy() ) #[[1, 1], [1, 1]]
fluid.dygraph.disable_imperative() # Now we are in declarative mode
doc/fluid/api_cn/dygraph_cn/enable_dygraph_cn.rst
0 → 100644
浏览文件 @
e30af5b2
.. _cn_api_fluid_dygraph_enable_dygraph:
enable_dygraph
-------------------------------
.. py:function:: paddle.fluid.dygraph.enable_dygraph(place=None)
该接口打开动态图模式。
.. note::
推荐使用 :ref:`cn_api_fluid_dygraph_enable_imperative` 。
参数
::::::::::::
- **place** (fluid.CPUPlace 或 fluid.CUDAPlace,可选) - 执行动态图的设备数目。若为None,则设备根据paddle的编译方式决定。默认值为 ``None`` 。
返回
::::::::::::
无
代码示例
::::::::::::
.. code-block:: python
import paddle.fluid as fluid
import numpy as np
fluid.dygraph.enable_dygraph() # Now we are in dygraph mode
print(fluid.in_dygraph_mode()) # True
fluid.dygraph.disable_dygraph()
print(fluid.in_dygraph_mode()) # False
doc/fluid/api_cn/dygraph_cn/enable_imperative_cn.rst
0 → 100644
浏览文件 @
e30af5b2
.. _cn_api_fluid_dygraph_enable_imperative:
enable_imperative
-------------------------------
.. py:function:: paddle.fluid.dygraph.enable_imperative(place=None)
该接口打开动态图模式。
参数
::::::::::::
- **place** (fluid.CPUPlace 或 fluid.CUDAPlace,可选) - 执行动态图的设备。若为None,则设备根据paddle的编译方式决定。默认值为 ``None`` 。
返回
::::::::::::
无
代码示例
::::::::::::
.. code-block:: python
import paddle.fluid as fluid
fluid.dygraph.enable_imperative() # Now we are in imperative mode
x = fluid.layers.ones( (2, 2), "float32")
y = fluid.layers.zeros( (2, 2), "float32")
z = x + y
print( z.numpy() ) #[[1, 1], [1, 1]]
doc/fluid/api_cn/dygraph_cn/enabled_cn.rst
0 → 100644
浏览文件 @
e30af5b2
.. _cn_api_fluid_dygraph_enabled:
enabled
-------------------------------
.. py:method:: paddle.fluid.dygraph.enabled()
这个函数用于检查程序是否运行在动态图模式。你可以使用 :ref:`cn_api_fluid_dygraph_guard` api进入动态图模式。或者使用 :ref:`cn_api_fluid_enable_dygraph` 和 :ref:`cn_api_fluid_disable_dygraph` api打开、关闭动态图模式。
.. note::
`fluid.dygraph.enabled` 实际上调用了 :ref:`cn_api_fluid_in_dygraph_mode` api,所以推荐使用 :ref:`cn_api_fluid_in_dygraph_mode` api。
返回
:::::::::
程序是否运行在动态图模式。
返回类型
:::::::::
bool
代码示例
:::::::::
.. code-block:: python
import paddle.fluid as fluid
fluid.enable_dygraph() # Now we are in dygragh mode
print(fluid.dygraph.enabled()) # True
fluid.disable_dygraph()
print(fluid.dygraph.enabled()) # False
doc/fluid/api_cn/fluid_cn.rst
浏览文件 @
e30af5b2
...
...
@@ -10,6 +10,7 @@ fluid
fluid_cn/BuildStrategy_cn.rst
fluid_cn/CompiledProgram_cn.rst
fluid_cn/ComplexVariable_cn.rst
fluid_cn/cpu_places_cn.rst
fluid_cn/CPUPlace_cn.rst
fluid_cn/create_lod_tensor_cn.rst
...
...
doc/fluid/api_cn/fluid_cn/ComplexVariable_cn.rst
0 → 100644
浏览文件 @
e30af5b2
.. _cn_api_fluid_ComplexVariable:
ComplexVariable
-------------------------------
.. py:class:: paddle.fluid.ComplexVariable(real, imag)
:api_attr: 命令式编程模式(动态图)
``ComplexVariable`` 可以定义存储复数的变量。它包含两个参数 ``real`` 和 ``imag`` ,分别存储复数的实数部分与虚数部分。
.. note::
``ComplexVariable`` 不应该被直接调用。目前只支持动态图模式,请通过给 :ref:`cn_api_fluid_dygraph_to_variable` 传入复数数据的方式创建一个动态图下的复数变量。
参数
:::::::::
- **real** (Variable) - 存储复数的实数部分。
- **imag** (Variable) - 存储复数的虚数部分
代码示例
:::::::::
.. code-block:: python
import paddle.fluid as fluid
import numpy as np
a = np.array([1.0+2.0j, 0.2])
with fluid.dygraph.guard():
var = fluid.dygraph.to_variable(a, name="new_var")
print(var.name, var.dtype, var.shape)
# ({'real': u'new_var.real', 'imag': u'new_var.imag'}, 'complex128', [2L])
print(var.numpy())
# [1. +2.j 0.2+0.j]
doc/fluid/api_cn/fluid_cn/disable_dygraph_cn.rst
浏览文件 @
e30af5b2
...
...
@@ -7,6 +7,9 @@ disable_dygraph
该接口关闭动态图模式。
.. note::
推荐使用 :ref:`cn_api_fluid_dygraph_disable_imperative` 。
返回
::::::::::::
无
...
...
doc/fluid/api_cn/fluid_cn/enable_dygraph_cn.rst
浏览文件 @
e30af5b2
...
...
@@ -7,6 +7,9 @@ enable_dygraph
该接口打开动态图模式。
.. note::
推荐使用 :ref:`cn_api_fluid_enable_imperative` 。
参数
::::::::::::
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录