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

4
for module in data_feeder clip metrics executor initializer io nets optimizer param_attr profiler regularizer
Y
Yang Yu 已提交
5 6 7
do
  python gen_doc.py ${module} > ${module}.rst
done