Skip to content

Commit ee0b995

Browse files
committed
Add detection
1 parent 5348257 commit ee0b995

File tree

3 files changed

+82
-1
lines changed

3 files changed

+82
-1
lines changed

source/api_reference/gen_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
python gen_doc.py layers --submodules control_flow device io nn ops tensor learning_rate_scheduler > layers.rst
2+
python gen_doc.py layers --submodules control_flow device io nn ops tensor learning_rate_scheduler detection > layers.rst
33

44
for module in data_feeder clip metrics executor initializer io nets optimizer param_attr profiler regularizer
55
do

source/api_reference/io.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,21 @@ clean_checkpoint
7777
.. autofunction:: paddle.fluid.io.clean_checkpoint
7878
:noindex:
7979

80+
load_persist_vars_without_grad
81+
------------------------------
82+
83+
.. autofunction:: paddle.fluid.io.load_persist_vars_without_grad
84+
:noindex:
85+
86+
save_persist_vars_without_grad
87+
------------------------------
88+
89+
.. autofunction:: paddle.fluid.io.save_persist_vars_without_grad
90+
:noindex:
91+
92+
get_latest_checkpoint_serial
93+
----------------------------
94+
95+
.. autofunction:: paddle.fluid.io.get_latest_checkpoint_serial
96+
:noindex:
97+

source/api_reference/layers.rst

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,12 @@ shape
814814
.. autofunction:: paddle.fluid.layers.shape
815815
:noindex:
816816

817+
maxout
818+
------
819+
820+
.. autofunction:: paddle.fluid.layers.maxout
821+
:noindex:
822+
817823
sigmoid
818824
-------
819825

@@ -1102,3 +1108,60 @@ noam_decay
11021108
.. autofunction:: paddle.fluid.layers.noam_decay
11031109
:noindex:
11041110

1111+
detection
1112+
=========
1113+
1114+
prior_box
1115+
---------
1116+
1117+
.. autofunction:: paddle.fluid.layers.prior_box
1118+
:noindex:
1119+
1120+
multi_box_head
1121+
--------------
1122+
1123+
.. autofunction:: paddle.fluid.layers.multi_box_head
1124+
:noindex:
1125+
1126+
bipartite_match
1127+
---------------
1128+
1129+
.. autofunction:: paddle.fluid.layers.bipartite_match
1130+
:noindex:
1131+
1132+
target_assign
1133+
-------------
1134+
1135+
.. autofunction:: paddle.fluid.layers.target_assign
1136+
:noindex:
1137+
1138+
detection_output
1139+
----------------
1140+
1141+
.. autofunction:: paddle.fluid.layers.detection_output
1142+
:noindex:
1143+
1144+
ssd_loss
1145+
--------
1146+
1147+
.. autofunction:: paddle.fluid.layers.ssd_loss
1148+
:noindex:
1149+
1150+
detection_map
1151+
-------------
1152+
1153+
.. autofunction:: paddle.fluid.layers.detection_map
1154+
:noindex:
1155+
1156+
iou_similarity
1157+
--------------
1158+
1159+
.. autofunction:: paddle.fluid.layers.iou_similarity
1160+
:noindex:
1161+
1162+
box_coder
1163+
---------
1164+
1165+
.. autofunction:: paddle.fluid.layers.box_coder
1166+
:noindex:
1167+

0 commit comments

Comments
 (0)