commit
9386ac0a40
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -1,10 +0,0 @@
|
||||
==================================
|
||||
Data Reader Interface and DataSets
|
||||
==================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
data/data_reader.rst
|
||||
data/image.rst
|
||||
data/dataset.rst
|
@ -1,7 +0,0 @@
|
||||
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
|
||||
!DO NOT EDIT THIS FILE MANUALLY!
|
||||
|
||||
=========
|
||||
evaluator
|
||||
=========
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,9 @@
|
||||
#!/bin/bash
|
||||
python gen_doc.py layers --submodules control_flow device io nn ops tensor detection learning_rate_scheduler metric > layers.rst
|
||||
python gen_doc.py layers --submodules control_flow device io nn ops tensor learning_rate_scheduler detection metric_op tensor > layers.rst
|
||||
|
||||
for module in data_feeder clip metrics executor initializer io nets optimizer param_attr profiler regularizer transpiler
|
||||
for module in data_feeder clip metrics executor initializer io nets optimizer param_attr profiler regularizer transpiler recordio_writer backward average profiler
|
||||
do
|
||||
python gen_doc.py ${module} > ${module}.rst
|
||||
done
|
||||
|
||||
python gen_doc.py "" > fluid.rst
|
||||
|
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue