未验证 提交 076a2077 编写于 作者: T Tao Luo 提交者: GitHub

add unique_name.rst (#871)

上级 56acb0cf
#!/bin/bash
python gen_doc.py layers --submodules control_flow device io nn ops tensor learning_rate_scheduler detection metric_op > layers.rst
for module in data_feeder dataset clip metrics executor initializer io nets optimizer profiler regularizer transpiler recordio_writer backward average profiler
for module in data_feeder dataset clip metrics executor initializer io nets optimizer profiler regularizer transpiler recordio_writer backward average profiler unique_name
do
python gen_doc.py ${module} > ${module}.rst
done
......
......@@ -24,6 +24,7 @@ API Reference
recordio_writer.rst
regularizer.rst
transpiler.rst
unique_name.rst
data/dataset.rst
data/data_reader.rst
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
=================
fluid.unique_name
=================
.. _api_fluid_unique_name_generate:
generate
--------
.. autofunction:: paddle.fluid.unique_name.generate
:noindex:
.. _api_fluid_unique_name_guard:
guard
-----
.. autofunction:: paddle.fluid.unique_name.guard
:noindex:
.. _api_fluid_unique_name_switch:
switch
------
.. autofunction:: paddle.fluid.unique_name.switch
:noindex:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册