File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ gated_unit
142
142
-----------
143
143
.. autoclass :: paddle.v2.layer.gated_unit
144
144
:noindex:
145
-
145
+
146
146
Recurrent Layer Group
147
147
=====================
148
148
@@ -354,7 +354,7 @@ dropout
354
354
--------
355
355
.. autoclass :: paddle.v2.layer.dropout
356
356
:noindex:
357
-
357
+
358
358
dot_prod
359
359
---------
360
360
.. autoclass :: paddle.v2.layer.dot_prod
@@ -460,6 +460,11 @@ multi_binary_label_cross_entropy_cost
460
460
.. autoclass :: paddle.v2.layer.multi_binary_label_cross_entropy_cost
461
461
:noindex:
462
462
463
+ classification_cost
464
+ -------------------
465
+ .. autoclass :: paddle.v2.layer.classification_cost
466
+ :noindex:
467
+
463
468
huber_regression_cost
464
469
-------------------------
465
470
.. autoclass :: paddle.v2.layer.huber_regression_cost
@@ -534,7 +539,7 @@ detection_output
534
539
----------------
535
540
.. autoclass :: paddle.v2.layer.detection_output
536
541
:noindex:
537
-
542
+
538
543
Check Layer
539
544
============
540
545
You can’t perform that action at this time.
0 commit comments