Skip to content

Commit

Permalink
Merge pull request #8085 from luotao1/v2_api_refine
Browse files Browse the repository at this point in the history
Reclassify and change of V2 API documentation structure
  • Loading branch information
luotao1 authored Feb 2, 2018
2 parents a43594f + 2c35e63 commit 624d22d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 39 deletions.
66 changes: 27 additions & 39 deletions doc/api/v2/config/layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ roi_pool
.. autoclass:: paddle.v2.layer.roi_pool
:noindex:

pad
----
.. autoclass:: paddle.v2.layer.pad
:noindex:

Norm Layer
==========

Expand Down Expand Up @@ -133,6 +138,11 @@ grumemory
.. autoclass:: paddle.v2.layer.grumemory
:noindex:

gated_unit
-----------
.. autoclass:: paddle.v2.layer.gated_unit
:noindex:

Recurrent Layer Group
=====================

Expand Down Expand Up @@ -340,6 +350,11 @@ bilinear_interp
.. autoclass:: paddle.v2.layer.bilinear_interp
:noindex:

dropout
--------
.. autoclass:: paddle.v2.layer.dropout
:noindex:

dot_prod
---------
.. autoclass:: paddle.v2.layer.dot_prod
Expand Down Expand Up @@ -402,6 +417,11 @@ scale_shift
.. autoclass:: paddle.v2.layer.scale_shift
:noindex:

factorization_machine
---------------------
.. autoclass:: paddle.v2.layer.factorization_machine
:noindex:

Sampling Layers
===============

Expand All @@ -420,22 +440,6 @@ multiplex
.. autoclass:: paddle.v2.layer.multiplex
:noindex:

Factorization Machine Layer
============================

factorization_machine
---------------------
.. autoclass:: paddle.v2.layer.factorization_machine
:noindex:

Slicing and Joining Layers
==========================

pad
----
.. autoclass:: paddle.v2.layer.pad
:noindex:

.. _api_v2.layer_costs:

Cost Layers
Expand Down Expand Up @@ -526,6 +530,11 @@ multibox_loss
.. autoclass:: paddle.v2.layer.multibox_loss
:noindex:

detection_output
----------------
.. autoclass:: paddle.v2.layer.detection_output
:noindex:

Check Layer
============

Expand All @@ -534,31 +543,10 @@ eos
.. autoclass:: paddle.v2.layer.eos
:noindex:

Miscs
=====

dropout
--------
.. autoclass:: paddle.v2.layer.dropout
:noindex:

Activation with learnable parameter
===================================
Activation
==========

prelu
--------
.. autoclass:: paddle.v2.layer.prelu
:noindex:

gated_unit
-----------
.. autoclass:: paddle.v2.layer.gated_unit
:noindex:

Detection output Layer
======================

detection_output
----------------
.. autoclass:: paddle.v2.layer.detection_output
:noindex:
7 changes: 7 additions & 0 deletions doc/api/v2/data/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ wmt14
.. automodule:: paddle.v2.dataset.wmt14
:members:
:noindex:

wmt16
+++++

.. automodule:: paddle.v2.dataset.wmt16
:members:
:noindex:

0 comments on commit 624d22d

Please sign in to comment.