Skip to content

Commit 043763a

Browse files
committed
Update api.rst
1 parent 5778040 commit 043763a

23 files changed

+1320
-141
lines changed

doc/fluid/api/average.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
2+
!DO NOT EDIT THIS FILE MANUALLY!
3+
4+
=============
5+
fluid.average
6+
=============
7+
8+
.. _api_fluid_average_WeightedAverage:
9+
10+
WeightedAverage
11+
---------------
12+
13+
.. autoclass:: paddle.fluid.average.WeightedAverage
14+
:members:
15+
:noindex:
16+

doc/fluid/api/backward.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
2+
!DO NOT EDIT THIS FILE MANUALLY!
3+
4+
==============
5+
fluid.backward
6+
==============
7+
8+
.. _api_fluid_backward_append_backward:
9+
10+
append_backward
11+
---------------
12+
13+
.. autofunction:: paddle.fluid.backward.append_backward
14+
:noindex:
15+
16+
.. _api_fluid_backward_calc_gradient:
17+
18+
calc_gradient
19+
-------------
20+
21+
.. autofunction:: paddle.fluid.backward.calc_gradient
22+
:noindex:
23+

doc/fluid/api/clip.rst

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
22
!DO NOT EDIT THIS FILE MANUALLY!
33
4-
====
5-
clip
6-
====
4+
==========
5+
fluid.clip
6+
==========
7+
8+
.. _api_fluid_clip_ErrorClipByValue:
79

810
ErrorClipByValue
911
----------------
@@ -12,36 +14,30 @@ ErrorClipByValue
1214
:members:
1315
:noindex:
1416

17+
.. _api_fluid_clip_GradientClipByValue:
18+
1519
GradientClipByValue
1620
-------------------
1721

1822
.. autoclass:: paddle.fluid.clip.GradientClipByValue
1923
:members:
2024
:noindex:
2125

26+
.. _api_fluid_clip_GradientClipByNorm:
27+
2228
GradientClipByNorm
2329
------------------
2430

2531
.. autoclass:: paddle.fluid.clip.GradientClipByNorm
2632
:members:
2733
:noindex:
2834

35+
.. _api_fluid_clip_GradientClipByGlobalNorm:
36+
2937
GradientClipByGlobalNorm
3038
------------------------
3139

3240
.. autoclass:: paddle.fluid.clip.GradientClipByGlobalNorm
3341
:members:
3442
:noindex:
3543

36-
append_gradient_clip_ops
37-
------------------------
38-
39-
.. autofunction:: paddle.fluid.clip.append_gradient_clip_ops
40-
:noindex:
41-
42-
error_clip_callback
43-
-------------------
44-
45-
.. autofunction:: paddle.fluid.clip.error_clip_callback
46-
:noindex:
47-

doc/fluid/api/data.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc/fluid/api/data_feeder.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
22
!DO NOT EDIT THIS FILE MANUALLY!
33
4-
===========
5-
data_feeder
6-
===========
4+
=================
5+
fluid.data_feeder
6+
=================
7+
8+
.. _api_fluid_data_feeder_DataFeeder:
79

810
DataFeeder
911
----------

doc/fluid/api/detection.rst

Whitespace-only changes.

doc/fluid/api/evaluator.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/fluid/api/executor.rst

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
22
!DO NOT EDIT THIS FILE MANUALLY!
33
4-
========
5-
executor
6-
========
4+
==============
5+
fluid.executor
6+
==============
7+
8+
.. _api_fluid_executor_Executor:
79

810
Executor
911
--------
@@ -12,24 +14,32 @@ Executor
1214
:members:
1315
:noindex:
1416

17+
.. _api_fluid_executor_global_scope:
18+
1519
global_scope
1620
------------
1721

1822
.. autofunction:: paddle.fluid.executor.global_scope
1923
:noindex:
2024

25+
.. _api_fluid_executor_scope_guard:
26+
2127
scope_guard
2228
-----------
2329

2430
.. autofunction:: paddle.fluid.executor.scope_guard
2531
:noindex:
2632

27-
switch_scope
28-
------------
33+
.. _api_fluid_executor__switch_scope:
34+
35+
_switch_scope
36+
-------------
2937

30-
.. autofunction:: paddle.fluid.executor.switch_scope
38+
.. autofunction:: paddle.fluid.executor._switch_scope
3139
:noindex:
3240

41+
.. _api_fluid_executor_fetch_var:
42+
3343
fetch_var
3444
---------
3545

0 commit comments

Comments
 (0)