提交 d3222798 编写于 作者: A Aurelius84

add static en doc tree

上级 37c789f0
...@@ -13,6 +13,8 @@ API Reference ...@@ -13,6 +13,8 @@ API Reference
io.rst io.rst
metric.rst metric.rst
nn.rst nn.rst
static.rst
static/nn.rst
optimizer.rst optimizer.rst
tensor.rst tensor.rst
fluid.rst fluid.rst
......
=======================
paddle.static
=======================
.. toctree::
:maxdepth: 1
static/append_backward.rst
static/gradients.rst
static/Executor.rst
static/global_scope.rst
static/scope_guard.rst
static/BuildStrategy.rst
static/CompiledProgram.rst
static/Print.rst
static/py_func.rst
static/ExecutionStrategy.rst
static/name_scope.rst
static/ParallelExecutor.rst
static/program_guard.rst
static/WeightNormParamAttr.rst
static/default_main_program.rst
static/default_startup_program.rst
static/Program.rst
static/save.rst
static/load.rst
static/data.rst
static/InputSpec.rst
.. _api_static_BuildStrategy:
BuildStrategy
------------------------------
:doc_source: paddle.fluid.BuildStrategy
\ No newline at end of file
.. _api_static_CompiledProgram:
CompiledProgram
------------------------------
:doc_source: paddle.fluid.CompiledProgram
\ No newline at end of file
.. _api_static_ExecutionStrategy:
ExecutionStrategy
------------------------------
:doc_source: paddle.fluid.ExecutionStrategy
\ No newline at end of file
.. _api_static_Executor:
Executor
------------------------------
:doc_source: paddle.fluid.Executor
\ No newline at end of file
.. _api_static_InputSpec:
InputSpec
------------
.. autoclass:: paddle.static.InputSpec
:members:
:noindex:
\ No newline at end of file
.. _api_static_ParallelExecutor:
ParallelExecutor
------------------------------
:doc_source: paddle.fluid.ParallelExecutor
\ No newline at end of file
.. _api_static_Print:
Print
------------------------------
:doc_source: paddle.fluid.layers.Print
\ No newline at end of file
.. _api_static_Program:
Program
------------------------------
:doc_source: paddle.fluid.Program
\ No newline at end of file
.. _api_static_WeightNormParamAttr:
WeightNormParamAttr
------------------------------
:doc_source: paddle.fluid.WeightNormParamAttr
\ No newline at end of file
.. _api_static_append_backward:
append_backward
------------------------------
:doc_source: paddle.fluid.backward.append_backward
\ No newline at end of file
.. _api_static_data:
data
------------
.. autofunction:: paddle.static.data
:noindex:
\ No newline at end of file
.. _api_static_default_main_program:
default_main_program
------------------------------
:doc_source: paddle.fluid.default_main_program
\ No newline at end of file
.. _api_static_default_default_startup_program:
default_startup_program
------------------------------
:doc_source: paddle.fluid.default_startup_program
\ No newline at end of file
.. _api_static_global_scope:
global_scope
------------------------------
:doc_source: paddle.fluid.global_scope
\ No newline at end of file
.. _api_static_gradients:
gradients
------------------------------
:doc_source: paddle.fluid.backward.gradients
\ No newline at end of file
.. _api_static_load:
load
------------------------------
:doc_source: paddle.fluid.load
\ No newline at end of file
.. _api_static_name_scope:
name_scope
------------------------------
:doc_source: paddle.fluid.name_scope
\ No newline at end of file
=======================
paddle.static.nn
=======================
.. toctree::
:maxdepth: 1
nn/fc.rst
nn/batch_norm.rst
nn/embedding.rst
nn/bilinear_tensor_product.rst
nn/conv2d.rst
nn/conv2d_transpose.rst
nn/conv3d.rst
nn/conv3d_transpose.rst
nn/create_parameter.rst
nn/crf_decoding.rst
nn/data_norm.rst
nn/deformable_conv.rst
nn/group_norm.rst
nn/hsigmoid.rst
nn/instance_norm.rst
nn/layer_norm.rst
nn/multi_box_head.rst
nn/nce.rst
nn/prelu.rst
nn/row_conv.rst
nn/spectral_norm.rst
.. _cn_api_static/nn_batch_norm:
batch_norm
------------------------------
:doc_source: paddle.fluid.layers.batch_norm
\ No newline at end of file
.. _cn_api_static/nn_bilinear_tensor_product:
bilinear_tensor_product
------------------------------
:doc_source: paddle.fluid.layers.bilinear_tensor_product
\ No newline at end of file
.. _cn_api_static/nn_conv2d:
conv2d
------------------------------
:doc_source: paddle.fluid.layers.conv2d
\ No newline at end of file
.. _cn_api_static/nn_conv2d_transpose:
conv2d_transpose
------------------------------
:doc_source: paddle.fluid.layers.conv2d_transpose
\ No newline at end of file
.. _cn_api_static/nn_conv3d:
conv3d
------------------------------
:doc_source: paddle.fluid.layers.conv3d
\ No newline at end of file
.. _cn_api_static/nn_conv3d_transpose:
conv3d_transpose
------------------------------
:doc_source: paddle.fluid.layers.conv3d_transpose
\ No newline at end of file
.. _cn_api_static/nn_create_parameter:
create_parameter
------------------------------
:doc_source: paddle.fluid.layers.create_parameter
\ No newline at end of file
.. _cn_api_static/nn_crf_decoding:
crf_decoding
------------------------------
:doc_source: paddle.fluid.layers.crf_decoding
\ No newline at end of file
.. _cn_api_static/nn_data_norm:
data_norm
------------------------------
:doc_source: paddle.fluid.layers.data_norm
\ No newline at end of file
.. _cn_api_static/nn_deformable_conv:
deformable_conv
------------------------------
:doc_source: paddle.fluid.layers.deformable_conv
\ No newline at end of file
.. _cn_api_static/nn_embedding:
embedding
------------------------------
:doc_source: paddle.fluid.embedding
\ No newline at end of file
.. _cn_api_static/nn_fc:
fc
------------------------------
:doc_source: paddle.fluid.layers.fc
\ No newline at end of file
.. _cn_api_static/nn_group_norm:
group_norm
------------------------------
:doc_source: paddle.fluid.layers.group_norm
\ No newline at end of file
.. _cn_api_static/nn_hsigmoid:
hsigmoid
------------------------------
:doc_source: paddle.fluid.layers.hsigmoid
\ No newline at end of file
.. _cn_api_static/nn_instance_norm:
instance_norm
------------------------------
:doc_source: paddle.fluid.layers.instance_norm
\ No newline at end of file
.. _cn_api_static/nn_layer_norm:
layer_norm
------------------------------
:doc_source: paddle.fluid.layers.layer_norm
\ No newline at end of file
.. _cn_api_static/nn_multi_box_head:
multi_box_head
------------------------------
:doc_source: paddle.fluid.layers.multi_box_head
\ No newline at end of file
.. _cn_api_static/nn_nce:
nce
------------------------------
:doc_source: paddle.fluid.layers.nce
\ No newline at end of file
.. _cn_api_static/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/nn_spectral_norm:
spectral_norm
------------------------------
:doc_source: paddle.fluid.layers.spectral_norm
\ No newline at end of file
.. _api_static_program_guard:
program_guard
------------------------------
:doc_source: paddle.fluid.program_guard
\ No newline at end of file
.. _api_static_py_func:
py_func
------------------------------
:doc_source: paddle.fluid.layers.py_func
\ No newline at end of file
.. _api_static_save:
save
------------------------------
:doc_source: paddle.fluid.save
\ No newline at end of file
.. _api_static_scope_guard:
scope_guard
------------------------------
:doc_source: paddle.fluid.executor.scope_guard
\ No newline at end of file
...@@ -99,6 +99,8 @@ Note。 ...@@ -99,6 +99,8 @@ Note。
dataset_cn.rst dataset_cn.rst
tensor_cn.rst tensor_cn.rst
nn_cn.rst nn_cn.rst
static_cn.rst
static_cn/nn_cn.rst
imperative_cn.rst imperative_cn.rst
declarative_cn.rst declarative_cn.rst
optimizer_cn.rst optimizer_cn.rst
...@@ -120,7 +122,6 @@ Note。 ...@@ -120,7 +122,6 @@ Note。
layers_cn.rst layers_cn.rst
metrics_cn.rst metrics_cn.rst
nets_cn.rst nets_cn.rst
optimizer_cn.rst
profiler_cn.rst profiler_cn.rst
regularizer_cn.rst regularizer_cn.rst
transpiler_cn.rst transpiler_cn.rst
......
.. _cn_api_static_cn/nn_prelu: .. _cn_api_static_cn/nn_cn_prelu:
prelu prelu
------------------------------ ------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册