Skip to content

Commit 2a22da6

Browse files
authored
Merge pull request #10478 from weixing02/api
Add classification_cost to v2 documentation
2 parents 9a98a57 + 74a07fc commit 2a22da6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/v2/api/config/layer.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ gated_unit
142142
-----------
143143
.. autoclass:: paddle.v2.layer.gated_unit
144144
:noindex:
145-
145+
146146
Recurrent Layer Group
147147
=====================
148148

@@ -354,7 +354,7 @@ dropout
354354
--------
355355
.. autoclass:: paddle.v2.layer.dropout
356356
:noindex:
357-
357+
358358
dot_prod
359359
---------
360360
.. autoclass:: paddle.v2.layer.dot_prod
@@ -460,6 +460,11 @@ multi_binary_label_cross_entropy_cost
460460
.. autoclass:: paddle.v2.layer.multi_binary_label_cross_entropy_cost
461461
:noindex:
462462

463+
classification_cost
464+
-------------------
465+
.. autoclass:: paddle.v2.layer.classification_cost
466+
:noindex:
467+
463468
huber_regression_cost
464469
-------------------------
465470
.. autoclass:: paddle.v2.layer.huber_regression_cost
@@ -534,7 +539,7 @@ detection_output
534539
----------------
535540
.. autoclass:: paddle.v2.layer.detection_output
536541
:noindex:
537-
542+
538543
Check Layer
539544
============
540545

0 commit comments

Comments
 (0)