Add some new api documentations (#10637)
parent
0cd3d46147
commit
5b2de50c41
@ -0,0 +1,47 @@
|
|||||||
|
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
|
||||||
|
!DO NOT EDIT THIS FILE MANUALLY!
|
||||||
|
|
||||||
|
====
|
||||||
|
clip
|
||||||
|
====
|
||||||
|
|
||||||
|
ErrorClipByValue
|
||||||
|
----------------
|
||||||
|
|
||||||
|
.. autoclass:: paddle.fluid.clip.ErrorClipByValue
|
||||||
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
GradientClipByValue
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
.. autoclass:: paddle.fluid.clip.GradientClipByValue
|
||||||
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
GradientClipByNorm
|
||||||
|
------------------
|
||||||
|
|
||||||
|
.. autoclass:: paddle.fluid.clip.GradientClipByNorm
|
||||||
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
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:
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
python gen_doc.py layers --submodules control_flow device io nn ops tensor > layers.rst
|
python gen_doc.py layers --submodules control_flow device io nn ops tensor > layers.rst
|
||||||
|
|
||||||
for module in io data_feeder evaluator executor initializer io nets optimizer param_attr profiler regularizer
|
for module in data_feeder clip metrics executor initializer io nets optimizer param_attr profiler regularizer
|
||||||
do
|
do
|
||||||
python gen_doc.py ${module} > ${module}.rst
|
python gen_doc.py ${module} > ${module}.rst
|
||||||
done
|
done
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,56 @@
|
|||||||
|
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
|
||||||
|
!DO NOT EDIT THIS FILE MANUALLY!
|
||||||
|
|
||||||
|
=======
|
||||||
|
metrics
|
||||||
|
=======
|
||||||
|
|
||||||
|
MetricBase
|
||||||
|
----------
|
||||||
|
|
||||||
|
.. autoclass:: paddle.fluid.metrics.MetricBase
|
||||||
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
CompositeMetric
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. autoclass:: paddle.fluid.metrics.CompositeMetric
|
||||||
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
Accuracy
|
||||||
|
--------
|
||||||
|
|
||||||
|
.. autoclass:: paddle.fluid.metrics.Accuracy
|
||||||
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
ChunkEvaluator
|
||||||
|
--------------
|
||||||
|
|
||||||
|
.. autoclass:: paddle.fluid.metrics.ChunkEvaluator
|
||||||
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
EditDistance
|
||||||
|
------------
|
||||||
|
|
||||||
|
.. autoclass:: paddle.fluid.metrics.EditDistance
|
||||||
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
DetectionMAP
|
||||||
|
------------
|
||||||
|
|
||||||
|
.. autoclass:: paddle.fluid.metrics.DetectionMAP
|
||||||
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
Auc
|
||||||
|
---
|
||||||
|
|
||||||
|
.. autoclass:: paddle.fluid.metrics.Auc
|
||||||
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
Loading…
Reference in new issue