Skip to content

Commit

Permalink
reunit_nn (PaddlePaddle#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyi15 authored Jun 28, 2019
1 parent cf538c7 commit 6988c0b
Show file tree
Hide file tree
Showing 172 changed files with 1,361 additions and 2,037 deletions.
12 changes: 6 additions & 6 deletions doc/fluid/api/gen_doc.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

for module in nn
do
python gen_doc.py --module_name layers.${module} --module_prefix layers --output layers/${module} --to_multiple_files True
done
#for module in nn
#do
# python gen_doc.py --module_name layers.${module} --module_prefix layers --output layers/${module} --to_multiple_files True
#done

for module in control_flow io ops tensor learning_rate_scheduler detection metric_op
for module in control_flow nn io ops tensor learning_rate_scheduler detection metric_op
do
python gen_doc.py --module_name layers.${module} --module_prefix layers --output layers/${module}.rst
done
Expand All @@ -17,7 +17,7 @@ done

python gen_doc.py --module_name "" --module_prefix "" --output fluid.rst

python gen_module_index.py layers.nn nn
#python gen_module_index.py layers.nn nn
python gen_module_index.py layers fluid.layers

python gen_index.py
Expand Down
8 changes: 8 additions & 0 deletions doc/fluid/api/layers/detection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ density_prior_box
.. autofunction:: paddle.fluid.layers.density_prior_box
:noindex:

.. _api_fluid_layers_detection_map:

detection_map
-------------

.. autofunction:: paddle.fluid.layers.detection_map
:noindex:

.. _api_fluid_layers_detection_output:

detection_output
Expand Down
Loading

0 comments on commit 6988c0b

Please sign in to comment.