diff --git a/source/api_reference/gen_doc.sh b/source/api_reference/gen_doc.sh index d628cdf050fc0b78b615c64d2a0d3aa6c05d124a..85315fce40f9b6677160dc1c617a700cae151cbe 100755 --- a/source/api_reference/gen_doc.sh +++ b/source/api_reference/gen_doc.sh @@ -1,5 +1,5 @@ #!/bin/bash -python gen_doc.py layers --submodules control_flow device io nn ops tensor learning_rate_scheduler > layers.rst +python gen_doc.py layers --submodules control_flow device io nn ops tensor learning_rate_scheduler detection > layers.rst for module in data_feeder clip metrics executor initializer io nets optimizer param_attr profiler regularizer do diff --git a/source/api_reference/io.rst b/source/api_reference/io.rst index 3e956f8302d261b52f9f76ff8eb4a01f9c6381f8..21334c9edaada4398ec53455e31625d29f67dc54 100644 --- a/source/api_reference/io.rst +++ b/source/api_reference/io.rst @@ -77,3 +77,21 @@ clean_checkpoint .. autofunction:: paddle.fluid.io.clean_checkpoint :noindex: +load_persist_vars_without_grad +------------------------------ + +.. autofunction:: paddle.fluid.io.load_persist_vars_without_grad + :noindex: + +save_persist_vars_without_grad +------------------------------ + +.. autofunction:: paddle.fluid.io.save_persist_vars_without_grad + :noindex: + +get_latest_checkpoint_serial +---------------------------- + +.. autofunction:: paddle.fluid.io.get_latest_checkpoint_serial + :noindex: + diff --git a/source/api_reference/layers.rst b/source/api_reference/layers.rst index cef7383862765f420f16daa34e4033fdcbaf53d9..1d6108244e91352063c2626c501f2171c0aa1465 100644 --- a/source/api_reference/layers.rst +++ b/source/api_reference/layers.rst @@ -814,6 +814,12 @@ shape .. autofunction:: paddle.fluid.layers.shape :noindex: +maxout +------ + +.. autofunction:: paddle.fluid.layers.maxout + :noindex: + sigmoid ------- @@ -1102,3 +1108,60 @@ noam_decay .. autofunction:: paddle.fluid.layers.noam_decay :noindex: +detection +========= + +prior_box +--------- + +.. autofunction:: paddle.fluid.layers.prior_box + :noindex: + +multi_box_head +-------------- + +.. autofunction:: paddle.fluid.layers.multi_box_head + :noindex: + +bipartite_match +--------------- + +.. autofunction:: paddle.fluid.layers.bipartite_match + :noindex: + +target_assign +------------- + +.. autofunction:: paddle.fluid.layers.target_assign + :noindex: + +detection_output +---------------- + +.. autofunction:: paddle.fluid.layers.detection_output + :noindex: + +ssd_loss +-------- + +.. autofunction:: paddle.fluid.layers.ssd_loss + :noindex: + +detection_map +------------- + +.. autofunction:: paddle.fluid.layers.detection_map + :noindex: + +iou_similarity +-------------- + +.. autofunction:: paddle.fluid.layers.iou_similarity + :noindex: + +box_coder +--------- + +.. autofunction:: paddle.fluid.layers.box_coder + :noindex: +