未验证 提交 6ac2199b 编写于 作者: Z zq19 提交者: GitHub

Update FluidDoc of develop on 08/23 (#1121)

* test=document_preview

* 0823 update FluidDoc,test=document_preview

* add two files
上级 14c25ab6
......@@ -5,8 +5,12 @@ fluid
.. toctree::
:maxdepth: 1
fluid/append_backward.rst
fluid/backward.rst
fluid/BuildStrategy.rst
fluid/clip.rst
fluid/CompiledProgram.rst
fluid/contrib.rst
fluid/cpu_places.rst
fluid/CPUPlace.rst
fluid/create_lod_tensor.rst
......@@ -19,22 +23,44 @@ fluid
fluid/DataFeeder.rst
fluid/default_main_program.rst
fluid/default_startup_program.rst
fluid/DistMultiTrainer.rst
fluid/DistributeTranspiler.rst
fluid/DistributeTranspilerConfig.rst
fluid/dygraph.rst
fluid/dygraph_grad_clip.rst
fluid/ExecutionStrategy.rst
fluid/Executor.rst
fluid/global_scope.rst
fluid/gradients.rst
fluid/HashName.rst
fluid/in_dygraph_mode.rst
fluid/initializer.rst
fluid/install_check.rst
fluid/io.rst
fluid/is_compiled_with_cuda.rst
fluid/layers.rst
fluid/learning_rate_decay.rst
fluid/LoDTensor.rst
fluid/LoDTensorArray.rst
fluid/memory_optimize.rst
fluid/MultiTrainer.rst
fluid/name_scope.rst
fluid/nets.rst
fluid/optimizer.rst
fluid/ParallelExecutor.rst
fluid/ParamAttr.rst
fluid/PipelineTrainer.rst
fluid/profiler.rst
fluid/Program.rst
fluid/program_guard.rst
fluid/recordio_writer.rst
fluid/regularizer.rst
fluid/release_memory.rst
fluid/RoundRobin.rst
fluid/Scope.rst
fluid/scope_guard.rst
fluid/Tensor.rst
fluid/TrainerDesc.rst
fluid/transpiler.rst
fluid/unique_name.rst
fluid/WeightNormParamAttr.rst
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_random_data_generator:
.. _api_fluid_is_compiled_with_cuda:
random_data_generator
is_compiled_with_cuda
---------------------
.. autofunction:: paddle.fluid.layers.random_data_generator
.. autofunction:: paddle.fluid.is_compiled_with_cuda
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
......@@ -82,8 +82,8 @@ class DocGenerator(object):
self.print_method(name)
else:
self.stream.close()
path = os.getcwd()+"/fluid/"+name+".rst"
os.remove(path)
#path = os.getcwd()+"/fluid/"+name+".rst"
#os.remove(path)
def print_class(self, name):
self._print_ref_(name)
......
......@@ -5,7 +5,7 @@ API Reference
.. toctree::
:maxdepth: 1
../flags_en.rst
../api_guides/index_en.rst
fluid.rst
average.rst
......
......@@ -5,12 +5,25 @@ fluid.io
.. toctree::
:maxdepth: 1
io/batch.rst
io/buffered.rst
io/cache.rst
io/chain.rst
io/compose.rst
io/ComposeNotAligned.rst
io/Fake.rst
io/firstn.rst
io/load_inference_model.rst
io/load_params.rst
io/load_persistables.rst
io/load_vars.rst
io/map_readers.rst
io/multiprocess_reader.rst
io/PipeReader.rst
io/PyReader.rst
io/save_inference_model.rst
io/save_params.rst
io/save_persistables.rst
io/save_vars.rst
io/shuffle.rst
io/xmap_readers.rst
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_io_ComposeNotAligned:
ComposeNotAligned
-----------------
.. autoclass:: paddle.fluid.io.ComposeNotAligned
:members:
:inherited-members:
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_Preprocessor:
.. _api_fluid_io_Fake:
Preprocessor
------------
Fake
----
.. autoclass:: paddle.fluid.layers.Preprocessor
.. autoclass:: paddle.fluid.io.Fake
:members:
:inherited-members:
:noindex:
......
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_batch:
.. _api_fluid_io_batch:
batch
-----
.. autofunction:: paddle.fluid.layers.batch
.. autofunction:: paddle.fluid.io.batch
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_io_buffered:
buffered
--------
.. autofunction:: paddle.fluid.io.buffered
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_io_cache:
cache
-----
.. autofunction:: paddle.fluid.io.cache
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_io_chain:
chain
-----
.. autofunction:: paddle.fluid.io.chain
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_io_compose:
compose
-------
.. autofunction:: paddle.fluid.io.compose
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_io_firstn:
firstn
------
.. autofunction:: paddle.fluid.io.firstn
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_io_map_readers:
map_readers
-----------
.. autofunction:: paddle.fluid.io.map_readers
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_io_multiprocess_reader:
multiprocess_reader
-------------------
.. autofunction:: paddle.fluid.io.multiprocess_reader
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_shuffle:
.. _api_fluid_io_shuffle:
shuffle
-------
.. autofunction:: paddle.fluid.layers.shuffle
.. autofunction:: paddle.fluid.io.shuffle
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_io_xmap_readers:
xmap_readers
------------
.. autofunction:: paddle.fluid.io.xmap_readers
:noindex:
......@@ -25,7 +25,6 @@ fluid.layers
layers/atan.rst
layers/auc.rst
layers/autoincreased_step_counter.rst
layers/batch.rst
layers/batch_norm.rst
layers/beam_search.rst
layers/beam_search_decode.rst
......@@ -38,6 +37,7 @@ fluid.layers
layers/brelu.rst
layers/cast.rst
layers/ceil.rst
layers/center_loss.rst
layers/chunk_eval.rst
layers/clip.rst
layers/clip_by_norm.rst
......@@ -71,7 +71,6 @@ fluid.layers
layers/diag.rst
layers/dice_loss.rst
layers/distribute_fpn_proposals.rst
layers/double_buffer.rst
layers/dropout.rst
layers/dynamic_gru.rst
layers/dynamic_lstm.rst
......@@ -93,9 +92,11 @@ fluid.layers
layers/exp.rst
layers/expand.rst
layers/exponential_decay.rst
layers/eye.rst
layers/fc.rst
layers/fill_constant.rst
layers/fill_constant_batch_size_like.rst
layers/filter_by_instag.rst
layers/flatten.rst
layers/floor.rst
layers/fsp_matrix.rst
......@@ -113,6 +114,7 @@ fluid.layers
layers/gru_unit.rst
layers/hard_shrink.rst
layers/hard_sigmoid.rst
layers/hard_swish.rst
layers/has_inf.rst
layers/has_nan.rst
layers/hash.rst
......@@ -138,6 +140,7 @@ fluid.layers
layers/linear_lr_warmup.rst
layers/linspace.rst
layers/load.rst
layers/lod_append.rst
layers/lod_reset.rst
layers/log.rst
layers/log_loss.rst
......@@ -150,6 +153,7 @@ fluid.layers
layers/lstm.rst
layers/lstm_unit.rst
layers/margin_rank_loss.rst
layers/match_matrix_tensor.rst
layers/matmul.rst
layers/maxout.rst
layers/mean.rst
......@@ -162,11 +166,12 @@ fluid.layers
layers/natural_exp_decay.rst
layers/nce.rst
layers/noam_decay.rst
layers/Normal.rst
layers/not_equal.rst
layers/npair_loss.rst
layers/one_hot.rst
layers/ones.rst
layers/open_files.rst
layers/ones_like.rst
layers/pad.rst
layers/pad2d.rst
layers/pad_constant_like.rst
......@@ -178,18 +183,15 @@ fluid.layers
layers/pool3d.rst
layers/pow.rst
layers/prelu.rst
layers/Preprocessor.rst
layers/Print.rst
layers/prior_box.rst
layers/psroi_pool.rst
layers/py_func.rst
layers/py_reader.rst
layers/random_crop.rst
layers/random_data_generator.rst
layers/range.rst
layers/rank.rst
layers/rank_loss.rst
layers/read_file.rst
layers/reciprocal.rst
layers/reduce_all.rst
layers/reduce_any.rst
......@@ -204,6 +206,7 @@ fluid.layers
layers/reshape.rst
layers/resize_bilinear.rst
layers/resize_nearest.rst
layers/resize_trilinear.rst
layers/retinanet_detection_output.rst
layers/retinanet_target_assign.rst
layers/reverse.rst
......@@ -236,7 +239,7 @@ fluid.layers
layers/sequence_softmax.rst
layers/sequence_unpad.rst
layers/shape.rst
layers/shuffle.rst
layers/shard_index.rst
layers/shuffle_channel.rst
layers/sigmoid.rst
layers/sigmoid_cross_entropy_with_logits.rst
......@@ -244,6 +247,7 @@ fluid.layers
layers/sign.rst
layers/similarity_focus.rst
layers/sin.rst
layers/size.rst
layers/slice.rst
layers/smooth_l1.rst
layers/soft_relu.rst
......@@ -277,10 +281,15 @@ fluid.layers
layers/topk.rst
layers/transpose.rst
layers/tree_conv.rst
layers/unfold.rst
layers/Uniform.rst
layers/uniform_random.rst
layers/uniform_random_batch_size_like.rst
layers/unique.rst
layers/unique_with_counts.rst
layers/unsqueeze.rst
layers/unstack.rst
layers/var_conv_2d.rst
layers/warpctc.rst
layers/where.rst
layers/While.rst
......
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_Normal:
Normal
------
.. autoclass:: paddle.fluid.layers.Normal
:members:
:inherited-members:
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_Uniform:
Uniform
-------
.. autoclass:: paddle.fluid.layers.Uniform
:members:
:inherited-members:
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_center_loss:
center_loss
-----------
.. autofunction:: paddle.fluid.layers.center_loss
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_eye:
eye
---
.. autofunction:: paddle.fluid.layers.eye
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_filter_by_instag:
filter_by_instag
----------------
.. autofunction:: paddle.fluid.layers.filter_by_instag
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_open_files:
.. _api_fluid_layers_hard_swish:
open_files
hard_swish
----------
.. autofunction:: paddle.fluid.layers.open_files
.. autofunction:: paddle.fluid.layers.hard_swish
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_lod_append:
lod_append
----------
.. autofunction:: paddle.fluid.layers.lod_append
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_match_matrix_tensor:
match_matrix_tensor
-------------------
.. autofunction:: paddle.fluid.layers.match_matrix_tensor
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_ones_like:
ones_like
---------
.. autofunction:: paddle.fluid.layers.ones_like
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_resize_trilinear:
resize_trilinear
----------------
.. autofunction:: paddle.fluid.layers.resize_trilinear
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_shard_index:
shard_index
-----------
.. autofunction:: paddle.fluid.layers.shard_index
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_size:
size
----
.. autofunction:: paddle.fluid.layers.size
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_unfold:
unfold
------
.. autofunction:: paddle.fluid.layers.unfold
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_unique:
unique
------
.. autofunction:: paddle.fluid.layers.unique
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_unique_with_counts:
unique_with_counts
------------------
.. autofunction:: paddle.fluid.layers.unique_with_counts
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_layers_var_conv_2d:
var_conv_2d
-----------
.. autofunction:: paddle.fluid.layers.var_conv_2d
:noindex:
Subproject commit 3fdecc19b7350b15be8724de44f360bf8c33bdae
Subproject commit 0fe72469ea84295d02561e9d9709d96ab0584026
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册