gen_doc.sh 403 字节
Newer Older
Y
yuyang18 已提交
1
#!/bin/bash
2
python gen_doc.py layers --submodules control_flow device io nn ops tensor learning_rate_scheduler detection metric_op tensor > layers.rst
Y
yuyang18 已提交
3

Y
yuyang18 已提交
4
for module in data_feeder clip metrics executor initializer io nets optimizer param_attr profiler regularizer transpiler recordio_writer backward average profiler
Y
yuyang18 已提交
5 6 7
do
  python gen_doc.py ${module} > ${module}.rst
done
Y
yuyang18 已提交
8 9

python gen_doc.py "" > fluid.rst