parent
57780401b2
commit
043763ad50
@ -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
@ -0,0 +1,23 @@
|
||||
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
|
||||
!DO NOT EDIT THIS FILE MANUALLY!
|
||||
|
||||
=====================
|
||||
fluid.recordio_writer
|
||||
=====================
|
||||
|
||||
.. _api_fluid_recordio_writer_convert_reader_to_recordio_file:
|
||||
|
||||
convert_reader_to_recordio_file
|
||||
-------------------------------
|
||||
|
||||
.. autofunction:: paddle.fluid.recordio_writer.convert_reader_to_recordio_file
|
||||
:noindex:
|
||||
|
||||
.. _api_fluid_recordio_writer_convert_reader_to_recordio_files:
|
||||
|
||||
convert_reader_to_recordio_files
|
||||
--------------------------------
|
||||
|
||||
.. autofunction:: paddle.fluid.recordio_writer.convert_reader_to_recordio_files
|
||||
:noindex:
|
||||
|
Loading…
Reference in new issue