提交 37c789f0 编写于 作者: A Aurelius84

add static.nn zh doc tree

上级 5fe7e81e
......@@ -20,6 +20,8 @@ API接口
layers_cn.rst
metrics_cn.rst
nets_cn.rst
static_cn.rst
static_cn/nn_cn.rst
optimizer_cn.rst
profiler_cn.rst
regularizer_cn.rst
......
=======================
paddle.static
=======================
.. toctree::
:maxdepth: 1
static_cn/append_backward_cn.rst
static_cn/gradients_cn.rst
static_cn/Executor_cn.rst
static_cn/global_scope_cn.rst
static_cn/scope_guard_cn.rst
static_cn/BuildStrategy_cn.rst
static_cn/CompiledProgram_cn.rst
static_cn/Print_cn.rst
static_cn/py_func_cn.rst
static_cn/ExecutionStrategy_cn.rst
static_cn/name_scope_cn.rst
static_cn/ParallelExecutor_cn.rst
static_cn/program_guard_cn.rst
static_cn/WeightNormParamAttr_cn.rst
static_cn/default_main_program_cn.rst
static_cn/default_startup_program_cn.rst
static_cn/Program_cn.rst
static_cn/save_cn.rst
static_cn/load_cn.rst
static_cn/data_cn.rst
static_cn/InputSpec_cn.rst
.. _cn_api_static_cn/nn_cn_batch_norm:
batch_norm
------------------------------
:doc_source: paddle.fluid.layers.batch_norm
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_bilinear_tensor_product:
bilinear_tensor_product
------------------------------
:doc_source: paddle.fluid.layers.bilinear_tensor_product
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_conv2d:
conv2d
------------------------------
:doc_source: paddle.fluid.layers.conv2d
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_conv2d_transpose:
conv2d_transpose
------------------------------
:doc_source: paddle.fluid.layers.conv2d_transpose
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_conv3d:
conv3d
------------------------------
:doc_source: paddle.fluid.layers.conv3d
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_conv3d_transpose:
conv3d_transpose
------------------------------
:doc_source: paddle.fluid.layers.conv3d_transpose
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_create_parameter:
create_parameter
------------------------------
:doc_source: paddle.fluid.layers.create_parameter
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_crf_decoding:
crf_decoding
------------------------------
:doc_source: paddle.fluid.layers.crf_decoding
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_data_norm:
data_norm
------------------------------
:doc_source: paddle.fluid.layers.data_norm
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_deformable_conv:
deformable_conv
------------------------------
:doc_source: paddle.fluid.layers.deformable_conv
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_embedding:
embedding
------------------------------
:doc_source: paddle.fluid.embedding
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_fc:
fc
------------------------------
:doc_source: paddle.fluid.layers.fc
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_group_norm:
group_norm
------------------------------
:doc_source: paddle.fluid.layers.group_norm
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_hsigmoid:
hsigmoid
------------------------------
:doc_source: paddle.fluid.layers.hsigmoid
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_instance_norm:
instance_norm
------------------------------
:doc_source: paddle.fluid.layers.instance_norm
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_layer_norm:
layer_norm
------------------------------
:doc_source: paddle.fluid.layers.layer_norm
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_multi_box_head:
multi_box_head
------------------------------
:doc_source: paddle.fluid.layers.multi_box_head
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_nce:
nce
------------------------------
:doc_source: paddle.fluid.layers.nce
\ No newline at end of file
=======================
paddle.static.nn
=======================
.. toctree::
:maxdepth: 1
nn_cn/fc_cn.rst
nn_cn/batch_norm.rst
nn_cn/embedding_cn.rst
nn_cn/bilinear_tensor_product_cn.rst
nn_cn/conv2d_cn.rst
nn_cn/conv2d_transpose_cn.rst
nn_cn/conv3d_cn.rst
nn_cn/conv3d_transpose_cn.rst
nn_cn/create_parameter_cn.rst
nn_cn/crf_decoding_cn.rst
nn_cn/data_norm_cn.rst
nn_cn/deformable_conv_cn.rst
nn_cn/group_norm_cn.rst
nn_cn/hsigmoid_cn.rst
nn_cn/instance_norm_cn.rst
nn_cn/layer_norm_cn.rst
nn_cn/multi_box_head_cn.rst
nn_cn/nce_cn.rst
nn_cn/prelu_cn.rst
nn_cn/row_conv_cn.rst
nn_cn/spectral_norm_cn.rst
.. _cn_api_static_cn/nn_prelu:
prelu
------------------------------
:doc_source: paddle.fluid.layers.prelu
\ No newline at end of file
.. _cn_api_static_cn/nn_row_conv:
row_conv
------------------------------
:doc_source: paddle.fluid.layers.row_conv
\ No newline at end of file
.. _cn_api_static_cn/nn_cn_spectral_norm:
spectral_norm
------------------------------
:doc_source: paddle.fluid.layers.spectral_norm
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册