Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: