Skip to content
Merged
16 changes: 16 additions & 0 deletions doc/fluid/api/average.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!

=============
fluid.average
=============

.. _api_fluid_average_WeightedAverage:

WeightedAverage
---------------

.. autoclass:: paddle.fluid.average.WeightedAverage
:members:
:noindex:

23 changes: 23 additions & 0 deletions doc/fluid/api/backward.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!

==============
fluid.backward
==============

.. _api_fluid_backward_append_backward:

append_backward
---------------

.. autofunction:: paddle.fluid.backward.append_backward
:noindex:

.. _api_fluid_backward_calc_gradient:

calc_gradient
-------------

.. autofunction:: paddle.fluid.backward.calc_gradient
:noindex:

26 changes: 11 additions & 15 deletions doc/fluid/api/clip.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!

====
clip
====
==========
fluid.clip
==========

.. _api_fluid_clip_ErrorClipByValue:

ErrorClipByValue
----------------
Expand All @@ -12,36 +14,30 @@ ErrorClipByValue
:members:
:noindex:

.. _api_fluid_clip_GradientClipByValue:

GradientClipByValue
-------------------

.. autoclass:: paddle.fluid.clip.GradientClipByValue
:members:
:noindex:

.. _api_fluid_clip_GradientClipByNorm:

GradientClipByNorm
------------------

.. autoclass:: paddle.fluid.clip.GradientClipByNorm
:members:
:noindex:

.. _api_fluid_clip_GradientClipByGlobalNorm:

GradientClipByGlobalNorm
------------------------

.. autoclass:: paddle.fluid.clip.GradientClipByGlobalNorm
:members:
:noindex:

append_gradient_clip_ops
------------------------

.. autofunction:: paddle.fluid.clip.append_gradient_clip_ops
:noindex:

error_clip_callback
-------------------

.. autofunction:: paddle.fluid.clip.error_clip_callback
:noindex:

10 changes: 0 additions & 10 deletions doc/fluid/api/data.rst

This file was deleted.

8 changes: 5 additions & 3 deletions doc/fluid/api/data_feeder.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!

===========
data_feeder
===========
=================
fluid.data_feeder
=================

.. _api_fluid_data_feeder_DataFeeder:

DataFeeder
----------
Expand Down
Empty file removed doc/fluid/api/detection.rst
Empty file.
7 changes: 0 additions & 7 deletions doc/fluid/api/evaluator.rst

This file was deleted.

22 changes: 16 additions & 6 deletions doc/fluid/api/executor.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!

========
executor
========
==============
fluid.executor
==============

.. _api_fluid_executor_Executor:

Executor
--------
Expand All @@ -12,24 +14,32 @@ Executor
:members:
:noindex:

.. _api_fluid_executor_global_scope:

global_scope
------------

.. autofunction:: paddle.fluid.executor.global_scope
:noindex:

.. _api_fluid_executor_scope_guard:

scope_guard
-----------

.. autofunction:: paddle.fluid.executor.scope_guard
:noindex:

switch_scope
------------
.. _api_fluid_executor__switch_scope:

_switch_scope
-------------

.. autofunction:: paddle.fluid.executor.switch_scope
.. autofunction:: paddle.fluid.executor._switch_scope
:noindex:

.. _api_fluid_executor_fetch_var:

fetch_var
---------

Expand Down
Loading