Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
FluidDoc
提交
76d8f574
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看板
未验证
提交
76d8f574
编写于
5月 13, 2019
作者:
C
Cheerego
提交者:
GitHub
5月 13, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
routine_commitid_update0513 (#852)
上级
d167ed2b
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
130 addition
and
17 deletion
+130
-17
doc/fluid/api/dataset.rst
doc/fluid/api/dataset.rst
+18
-0
doc/fluid/api/fluid.rst
doc/fluid/api/fluid.rst
+0
-9
doc/fluid/api/layers.rst
doc/fluid/api/layers.rst
+111
-7
external/Paddle
external/Paddle
+1
-1
未找到文件。
doc/fluid/api/dataset.rst
浏览文件 @
76d8f574
...
...
@@ -14,3 +14,21 @@ DatasetFactory
:members:
:noindex:
.. _api_fluid_dataset_InMemoryDataset:
InMemoryDataset
---------------
.. autoclass:: paddle.fluid.dataset.InMemoryDataset
:members:
:noindex:
.. _api_fluid_dataset_QueueDataset:
QueueDataset
------------
.. autoclass:: paddle.fluid.dataset.QueueDataset
:members:
:noindex:
doc/fluid/api/fluid.rst
浏览文件 @
76d8f574
...
...
@@ -5,15 +5,6 @@
fluid
=====
.. _api_fluid_AsyncExecutor:
AsyncExecutor
-------------
.. autoclass:: paddle.fluid.AsyncExecutor
:members:
:noindex:
.. _api_fluid_BuildStrategy:
BuildStrategy
...
...
doc/fluid/api/layers.rst
浏览文件 @
76d8f574
...
...
@@ -57,6 +57,22 @@ equal
.. autofunction:: paddle.fluid.layers.equal
:noindex:
.. _api_fluid_layers_greater_equal:
greater_equal
-------------
.. autofunction:: paddle.fluid.layers.greater_equal
:noindex:
.. _api_fluid_layers_greater_than:
greater_than
------------
.. autofunction:: paddle.fluid.layers.greater_than
:noindex:
.. _api_fluid_layers_IfElse:
IfElse
...
...
@@ -82,6 +98,14 @@ is_empty
.. autofunction:: paddle.fluid.layers.is_empty
:noindex:
.. _api_fluid_layers_less_equal:
less_equal
----------
.. autofunction:: paddle.fluid.layers.less_equal
:noindex:
.. _api_fluid_layers_less_than:
less_than
...
...
@@ -90,6 +114,14 @@ less_than
.. autofunction:: paddle.fluid.layers.less_than
:noindex:
.. _api_fluid_layers_not_equal:
not_equal
---------
.. autofunction:: paddle.fluid.layers.not_equal
:noindex:
.. _api_fluid_layers_Print:
Print
...
...
@@ -503,6 +535,14 @@ elementwise_div
.. autofunction:: paddle.fluid.layers.elementwise_div
:noindex:
.. _api_fluid_layers_elementwise_floordiv:
elementwise_floordiv
--------------------
.. autofunction:: paddle.fluid.layers.elementwise_floordiv
:noindex:
.. _api_fluid_layers_elementwise_max:
elementwise_max
...
...
@@ -519,6 +559,14 @@ elementwise_min
.. autofunction:: paddle.fluid.layers.elementwise_min
:noindex:
.. _api_fluid_layers_elementwise_mod:
elementwise_mod
---------------
.. autofunction:: paddle.fluid.layers.elementwise_mod
:noindex:
.. _api_fluid_layers_elementwise_mul:
elementwise_mul
...
...
@@ -1007,6 +1055,14 @@ random_crop
.. autofunction:: paddle.fluid.layers.random_crop
:noindex:
.. _api_fluid_layers_rank:
rank
----
.. autofunction:: paddle.fluid.layers.rank
:noindex:
.. _api_fluid_layers_rank_loss:
rank_loss
...
...
@@ -1015,6 +1071,22 @@ rank_loss
.. autofunction:: paddle.fluid.layers.rank_loss
:noindex:
.. _api_fluid_layers_reduce_all:
reduce_all
----------
.. autofunction:: paddle.fluid.layers.reduce_all
:noindex:
.. _api_fluid_layers_reduce_any:
reduce_any
----------
.. autofunction:: paddle.fluid.layers.reduce_any
:noindex:
.. _api_fluid_layers_reduce_max:
reduce_max
...
...
@@ -1503,6 +1575,14 @@ warpctc
.. autofunction:: paddle.fluid.layers.warpctc
:noindex:
.. _api_fluid_layers_where:
where
-----
.. autofunction:: paddle.fluid.layers.where
:noindex:
ops
===
...
...
@@ -1610,6 +1690,14 @@ round
.. autofunction:: paddle.fluid.layers.round
:noindex:
.. _api_fluid_layers_rsqrt:
rsqrt
-----
.. autofunction:: paddle.fluid.layers.rsqrt
:noindex:
.. _api_fluid_layers_sigmoid:
sigmoid
...
...
@@ -1773,6 +1861,14 @@ create_tensor
.. autofunction:: paddle.fluid.layers.create_tensor
:noindex:
.. _api_fluid_layers_diag:
diag
----
.. autofunction:: paddle.fluid.layers.diag
:noindex:
.. _api_fluid_layers_fill_constant:
fill_constant
...
...
@@ -1813,6 +1909,14 @@ isfinite
.. autofunction:: paddle.fluid.layers.isfinite
:noindex:
.. _api_fluid_layers_linspace:
linspace
--------
.. autofunction:: paddle.fluid.layers.linspace
:noindex:
.. _api_fluid_layers_ones:
ones
...
...
@@ -1861,17 +1965,17 @@ zeros
.. autofunction:: paddle.fluid.layers.zeros
:noindex:
learning_rate_scheduler
=======================
.. _api_fluid_layers_zeros_like:
.. _api_fluid_layers_append_LARS:
append_LARS
-----------
zeros_like
----------
.. autofunction:: paddle.fluid.layers.
append_LARS
.. autofunction:: paddle.fluid.layers.
zeros_like
:noindex:
learning_rate_scheduler
=======================
.. _api_fluid_layers_cosine_decay:
cosine_decay
...
...
Paddle
@
c843e64c
比较
ef02d060
...
c843e64c
Subproject commit
ef02d06055c79ae9ee11ea9b89520d7185e53482
Subproject commit
c843e64cf538d9869b18d647b46bbb21190f64d0
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录