diff --git a/doc/fluid/api/index_en.rst b/doc/fluid/api/index_en.rst index f360715383903c2f6efae7a01e662a710fafc340..f79e722b2995e22d9d0124420b6f3e449789c90e 100644 --- a/doc/fluid/api/index_en.rst +++ b/doc/fluid/api/index_en.rst @@ -13,6 +13,8 @@ API Reference io.rst metric.rst nn.rst + static.rst + static/nn.rst optimizer.rst tensor.rst fluid.rst diff --git a/doc/fluid/api/static.rst b/doc/fluid/api/static.rst new file mode 100644 index 0000000000000000000000000000000000000000..49308e3b7e542f74fd01e8c64d0e6d50d16e2bf9 --- /dev/null +++ b/doc/fluid/api/static.rst @@ -0,0 +1,31 @@ +======================= +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 diff --git a/doc/fluid/api/static/BuildStrategy.rst b/doc/fluid/api/static/BuildStrategy.rst new file mode 100644 index 0000000000000000000000000000000000000000..4433c9ad2077392c498cf59157b002367836b307 --- /dev/null +++ b/doc/fluid/api/static/BuildStrategy.rst @@ -0,0 +1,5 @@ +.. _api_static_BuildStrategy: + +BuildStrategy +------------------------------ +:doc_source: paddle.fluid.BuildStrategy \ No newline at end of file diff --git a/doc/fluid/api/static/CompiledProgram.rst b/doc/fluid/api/static/CompiledProgram.rst new file mode 100644 index 0000000000000000000000000000000000000000..ebb1be06f8f368e4b76e1ff13954c92e561313fb --- /dev/null +++ b/doc/fluid/api/static/CompiledProgram.rst @@ -0,0 +1,5 @@ +.. _api_static_CompiledProgram: + +CompiledProgram +------------------------------ +:doc_source: paddle.fluid.CompiledProgram \ No newline at end of file diff --git a/doc/fluid/api/static/ExecutionStrategy.rst b/doc/fluid/api/static/ExecutionStrategy.rst new file mode 100644 index 0000000000000000000000000000000000000000..dc412ddb846a3e03a897519d22fcb64fb90677be --- /dev/null +++ b/doc/fluid/api/static/ExecutionStrategy.rst @@ -0,0 +1,5 @@ +.. _api_static_ExecutionStrategy: + +ExecutionStrategy +------------------------------ +:doc_source: paddle.fluid.ExecutionStrategy \ No newline at end of file diff --git a/doc/fluid/api/static/Executor.rst b/doc/fluid/api/static/Executor.rst new file mode 100644 index 0000000000000000000000000000000000000000..2fc32ade83994243cd00602d9e2ca917ded47bcc --- /dev/null +++ b/doc/fluid/api/static/Executor.rst @@ -0,0 +1,5 @@ +.. _api_static_Executor: + +Executor +------------------------------ +:doc_source: paddle.fluid.Executor \ No newline at end of file diff --git a/doc/fluid/api/static/InputSpec.rst b/doc/fluid/api/static/InputSpec.rst new file mode 100644 index 0000000000000000000000000000000000000000..89da356c9dd82fdf7e32a0f25e1ccc6601138c80 --- /dev/null +++ b/doc/fluid/api/static/InputSpec.rst @@ -0,0 +1,8 @@ +.. _api_static_InputSpec: + +InputSpec +------------ + +.. autoclass:: paddle.static.InputSpec + :members: + :noindex: \ No newline at end of file diff --git a/doc/fluid/api/static/ParallelExecutor.rst b/doc/fluid/api/static/ParallelExecutor.rst new file mode 100644 index 0000000000000000000000000000000000000000..27d79a20325595873d474726bddfa4443afca2fa --- /dev/null +++ b/doc/fluid/api/static/ParallelExecutor.rst @@ -0,0 +1,5 @@ +.. _api_static_ParallelExecutor: + +ParallelExecutor +------------------------------ +:doc_source: paddle.fluid.ParallelExecutor \ No newline at end of file diff --git a/doc/fluid/api/static/Print.rst b/doc/fluid/api/static/Print.rst new file mode 100644 index 0000000000000000000000000000000000000000..d5127da6235dd1a6976933959121d7152156da63 --- /dev/null +++ b/doc/fluid/api/static/Print.rst @@ -0,0 +1,5 @@ +.. _api_static_Print: + +Print +------------------------------ +:doc_source: paddle.fluid.layers.Print \ No newline at end of file diff --git a/doc/fluid/api/static/Program.rst b/doc/fluid/api/static/Program.rst new file mode 100644 index 0000000000000000000000000000000000000000..66b361e862b245e35283de6f9b747ce7870dd9a9 --- /dev/null +++ b/doc/fluid/api/static/Program.rst @@ -0,0 +1,5 @@ +.. _api_static_Program: + +Program +------------------------------ +:doc_source: paddle.fluid.Program \ No newline at end of file diff --git a/doc/fluid/api/static/WeightNormParamAttr.rst b/doc/fluid/api/static/WeightNormParamAttr.rst new file mode 100644 index 0000000000000000000000000000000000000000..7c7591856b81816e06252c26c29021a4c58874ed --- /dev/null +++ b/doc/fluid/api/static/WeightNormParamAttr.rst @@ -0,0 +1,5 @@ +.. _api_static_WeightNormParamAttr: + +WeightNormParamAttr +------------------------------ +:doc_source: paddle.fluid.WeightNormParamAttr \ No newline at end of file diff --git a/doc/fluid/api/static/append_backward.rst b/doc/fluid/api/static/append_backward.rst new file mode 100644 index 0000000000000000000000000000000000000000..23da12ebff87972d882f94f70fd64a8972a842e8 --- /dev/null +++ b/doc/fluid/api/static/append_backward.rst @@ -0,0 +1,5 @@ +.. _api_static_append_backward: + +append_backward +------------------------------ +:doc_source: paddle.fluid.backward.append_backward \ No newline at end of file diff --git a/doc/fluid/api/static/data.rst b/doc/fluid/api/static/data.rst new file mode 100644 index 0000000000000000000000000000000000000000..5555d9314555acfb69fadcc6ee5edff47fa2dea8 --- /dev/null +++ b/doc/fluid/api/static/data.rst @@ -0,0 +1,7 @@ +.. _api_static_data: + +data +------------ + +.. autofunction:: paddle.static.data + :noindex: \ No newline at end of file diff --git a/doc/fluid/api/static/default_main_program.rst b/doc/fluid/api/static/default_main_program.rst new file mode 100644 index 0000000000000000000000000000000000000000..f964bfd055b5e4a13ae2e1295e4ae567787d3e84 --- /dev/null +++ b/doc/fluid/api/static/default_main_program.rst @@ -0,0 +1,5 @@ +.. _api_static_default_main_program: + +default_main_program +------------------------------ +:doc_source: paddle.fluid.default_main_program \ No newline at end of file diff --git a/doc/fluid/api/static/default_startup_program.rst b/doc/fluid/api/static/default_startup_program.rst new file mode 100644 index 0000000000000000000000000000000000000000..b21dd623f43ee42c7c09885bb1a99f317f624da1 --- /dev/null +++ b/doc/fluid/api/static/default_startup_program.rst @@ -0,0 +1,5 @@ +.. _api_static_default_default_startup_program: + +default_startup_program +------------------------------ +:doc_source: paddle.fluid.default_startup_program \ No newline at end of file diff --git a/doc/fluid/api/static/global_scope.rst b/doc/fluid/api/static/global_scope.rst new file mode 100644 index 0000000000000000000000000000000000000000..5c1b2991f6f5f2f68b75cc5eaecf35d0f1231b4e --- /dev/null +++ b/doc/fluid/api/static/global_scope.rst @@ -0,0 +1,5 @@ +.. _api_static_global_scope: + +global_scope +------------------------------ +:doc_source: paddle.fluid.global_scope \ No newline at end of file diff --git a/doc/fluid/api/static/gradients.rst b/doc/fluid/api/static/gradients.rst new file mode 100644 index 0000000000000000000000000000000000000000..b3c0c310e7e56e6b0932c46f20771300968b1b14 --- /dev/null +++ b/doc/fluid/api/static/gradients.rst @@ -0,0 +1,5 @@ +.. _api_static_gradients: + +gradients +------------------------------ +:doc_source: paddle.fluid.backward.gradients \ No newline at end of file diff --git a/doc/fluid/api/static/load.rst b/doc/fluid/api/static/load.rst new file mode 100644 index 0000000000000000000000000000000000000000..2140c2481310c3fe973c010532332facb6e85c12 --- /dev/null +++ b/doc/fluid/api/static/load.rst @@ -0,0 +1,5 @@ +.. _api_static_load: + +load +------------------------------ +:doc_source: paddle.fluid.load \ No newline at end of file diff --git a/doc/fluid/api/static/name_scope.rst b/doc/fluid/api/static/name_scope.rst new file mode 100644 index 0000000000000000000000000000000000000000..46ca27bec7b0ed85d74552cc78d732f5a726fbf8 --- /dev/null +++ b/doc/fluid/api/static/name_scope.rst @@ -0,0 +1,5 @@ +.. _api_static_name_scope: + +name_scope +------------------------------ +:doc_source: paddle.fluid.name_scope \ No newline at end of file diff --git a/doc/fluid/api/static/nn.rst b/doc/fluid/api/static/nn.rst new file mode 100644 index 0000000000000000000000000000000000000000..4189dd5cb3c0419da99072e76ecccfba9cb04b84 --- /dev/null +++ b/doc/fluid/api/static/nn.rst @@ -0,0 +1,32 @@ +======================= +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 + diff --git a/doc/fluid/api/static/nn/batch_norm.rst b/doc/fluid/api/static/nn/batch_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..e4a68a628e96033d33babe7eed920a79859c0dce --- /dev/null +++ b/doc/fluid/api/static/nn/batch_norm.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_batch_norm: + +batch_norm +------------------------------ +:doc_source: paddle.fluid.layers.batch_norm \ No newline at end of file diff --git a/doc/fluid/api/static/nn/bilinear_tensor_product.rst b/doc/fluid/api/static/nn/bilinear_tensor_product.rst new file mode 100644 index 0000000000000000000000000000000000000000..3c6d726848bc722dd005d42664e18bcd9d3609d6 --- /dev/null +++ b/doc/fluid/api/static/nn/bilinear_tensor_product.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_bilinear_tensor_product: + +bilinear_tensor_product +------------------------------ +:doc_source: paddle.fluid.layers.bilinear_tensor_product \ No newline at end of file diff --git a/doc/fluid/api/static/nn/conv2d.rst b/doc/fluid/api/static/nn/conv2d.rst new file mode 100644 index 0000000000000000000000000000000000000000..a67c5659af134403c2f0ab01361145b1bc46e350 --- /dev/null +++ b/doc/fluid/api/static/nn/conv2d.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_conv2d: + +conv2d +------------------------------ +:doc_source: paddle.fluid.layers.conv2d \ No newline at end of file diff --git a/doc/fluid/api/static/nn/conv2d_transpose.rst b/doc/fluid/api/static/nn/conv2d_transpose.rst new file mode 100644 index 0000000000000000000000000000000000000000..6dc64caa5ce6951431930704e38964e402427a73 --- /dev/null +++ b/doc/fluid/api/static/nn/conv2d_transpose.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_conv2d_transpose: + +conv2d_transpose +------------------------------ +:doc_source: paddle.fluid.layers.conv2d_transpose \ No newline at end of file diff --git a/doc/fluid/api/static/nn/conv3d.rst b/doc/fluid/api/static/nn/conv3d.rst new file mode 100644 index 0000000000000000000000000000000000000000..f25ff6e85edee0b5c36e9130a3cf2b1c9686919a --- /dev/null +++ b/doc/fluid/api/static/nn/conv3d.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_conv3d: + +conv3d +------------------------------ +:doc_source: paddle.fluid.layers.conv3d \ No newline at end of file diff --git a/doc/fluid/api/static/nn/conv3d_transpose.rst b/doc/fluid/api/static/nn/conv3d_transpose.rst new file mode 100644 index 0000000000000000000000000000000000000000..b0b7982a5a10f8857e8737c0ac0db3001bb735cb --- /dev/null +++ b/doc/fluid/api/static/nn/conv3d_transpose.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_conv3d_transpose: + +conv3d_transpose +------------------------------ +:doc_source: paddle.fluid.layers.conv3d_transpose \ No newline at end of file diff --git a/doc/fluid/api/static/nn/create_parameter.rst b/doc/fluid/api/static/nn/create_parameter.rst new file mode 100644 index 0000000000000000000000000000000000000000..9f7ec0ae0bcb389ed32989c92fd9db151616dd20 --- /dev/null +++ b/doc/fluid/api/static/nn/create_parameter.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_create_parameter: + +create_parameter +------------------------------ +:doc_source: paddle.fluid.layers.create_parameter \ No newline at end of file diff --git a/doc/fluid/api/static/nn/crf_decoding.rst b/doc/fluid/api/static/nn/crf_decoding.rst new file mode 100644 index 0000000000000000000000000000000000000000..0d8636b19abc39f0615eb34aa0a00466e9d5d8a2 --- /dev/null +++ b/doc/fluid/api/static/nn/crf_decoding.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_crf_decoding: + +crf_decoding +------------------------------ +:doc_source: paddle.fluid.layers.crf_decoding \ No newline at end of file diff --git a/doc/fluid/api/static/nn/data_norm.rst b/doc/fluid/api/static/nn/data_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..79ff1652fbd6b4887d28c73fe3a00625d1ab1ba4 --- /dev/null +++ b/doc/fluid/api/static/nn/data_norm.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_data_norm: + +data_norm +------------------------------ +:doc_source: paddle.fluid.layers.data_norm \ No newline at end of file diff --git a/doc/fluid/api/static/nn/deformable_conv.rst b/doc/fluid/api/static/nn/deformable_conv.rst new file mode 100644 index 0000000000000000000000000000000000000000..159fb5e3316fa10247990c94e69d3768abd05823 --- /dev/null +++ b/doc/fluid/api/static/nn/deformable_conv.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_deformable_conv: + +deformable_conv +------------------------------ +:doc_source: paddle.fluid.layers.deformable_conv \ No newline at end of file diff --git a/doc/fluid/api/static/nn/embedding.rst b/doc/fluid/api/static/nn/embedding.rst new file mode 100644 index 0000000000000000000000000000000000000000..2744dd9649d5fca0af84c0e125c33bc811a741de --- /dev/null +++ b/doc/fluid/api/static/nn/embedding.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_embedding: + +embedding +------------------------------ +:doc_source: paddle.fluid.embedding \ No newline at end of file diff --git a/doc/fluid/api/static/nn/fc.rst b/doc/fluid/api/static/nn/fc.rst new file mode 100644 index 0000000000000000000000000000000000000000..0aecdb99695295074614ac646f18eb1d2b9fe953 --- /dev/null +++ b/doc/fluid/api/static/nn/fc.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_fc: + +fc +------------------------------ +:doc_source: paddle.fluid.layers.fc \ No newline at end of file diff --git a/doc/fluid/api/static/nn/group_norm.rst b/doc/fluid/api/static/nn/group_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..467b0d5877d829206cb2b20ee4aa271c134fb222 --- /dev/null +++ b/doc/fluid/api/static/nn/group_norm.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_group_norm: + +group_norm +------------------------------ +:doc_source: paddle.fluid.layers.group_norm \ No newline at end of file diff --git a/doc/fluid/api/static/nn/hsigmoid.rst b/doc/fluid/api/static/nn/hsigmoid.rst new file mode 100644 index 0000000000000000000000000000000000000000..5b6bd2186a08ad076492e89e09f6df2a3b34ca3a --- /dev/null +++ b/doc/fluid/api/static/nn/hsigmoid.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_hsigmoid: + +hsigmoid +------------------------------ +:doc_source: paddle.fluid.layers.hsigmoid \ No newline at end of file diff --git a/doc/fluid/api/static/nn/instance_norm.rst b/doc/fluid/api/static/nn/instance_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..a09216f890f00b2d3ad28871ce36b38dfee2cbde --- /dev/null +++ b/doc/fluid/api/static/nn/instance_norm.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_instance_norm: + +instance_norm +------------------------------ +:doc_source: paddle.fluid.layers.instance_norm \ No newline at end of file diff --git a/doc/fluid/api/static/nn/layer_norm.rst b/doc/fluid/api/static/nn/layer_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..8fc01cb38aa14408b3a9416f3a94c5b5e5cef9e8 --- /dev/null +++ b/doc/fluid/api/static/nn/layer_norm.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_layer_norm: + +layer_norm +------------------------------ +:doc_source: paddle.fluid.layers.layer_norm \ No newline at end of file diff --git a/doc/fluid/api/static/nn/multi_box_head.rst b/doc/fluid/api/static/nn/multi_box_head.rst new file mode 100644 index 0000000000000000000000000000000000000000..ff36678dccad9e87120dfd21fe9fefa1f9b9b40a --- /dev/null +++ b/doc/fluid/api/static/nn/multi_box_head.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_multi_box_head: + +multi_box_head +------------------------------ +:doc_source: paddle.fluid.layers.multi_box_head \ No newline at end of file diff --git a/doc/fluid/api/static/nn/nce.rst b/doc/fluid/api/static/nn/nce.rst new file mode 100644 index 0000000000000000000000000000000000000000..91413736796e5b51d0dc2465200d48379463f06c --- /dev/null +++ b/doc/fluid/api/static/nn/nce.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_nce: + +nce +------------------------------ +:doc_source: paddle.fluid.layers.nce \ No newline at end of file diff --git a/doc/fluid/api/static/nn/prelu.rst b/doc/fluid/api/static/nn/prelu.rst new file mode 100644 index 0000000000000000000000000000000000000000..b803f65efde1513a7847a273af27c2c2a0e701d8 --- /dev/null +++ b/doc/fluid/api/static/nn/prelu.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_prelu: + +prelu +------------------------------ +:doc_source: paddle.fluid.layers.prelu \ No newline at end of file diff --git a/doc/fluid/api/static/nn/row_conv.rst b/doc/fluid/api/static/nn/row_conv.rst new file mode 100644 index 0000000000000000000000000000000000000000..1bd19dc577be811c3c2ff40d1f9fb77d9a4c3cc8 --- /dev/null +++ b/doc/fluid/api/static/nn/row_conv.rst @@ -0,0 +1,5 @@ +.. _cn_api_static_cn/nn_row_conv: + +row_conv +------------------------------ +:doc_source: paddle.fluid.layers.row_conv \ No newline at end of file diff --git a/doc/fluid/api/static/nn/spectral_norm.rst b/doc/fluid/api/static/nn/spectral_norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..9570d455f3d4646c151f78098faccb1519ad9f9e --- /dev/null +++ b/doc/fluid/api/static/nn/spectral_norm.rst @@ -0,0 +1,5 @@ +.. _cn_api_static/nn_spectral_norm: + +spectral_norm +------------------------------ +:doc_source: paddle.fluid.layers.spectral_norm \ No newline at end of file diff --git a/doc/fluid/api/static/program_guard.rst b/doc/fluid/api/static/program_guard.rst new file mode 100644 index 0000000000000000000000000000000000000000..61a7186360ac68ff974895817f665916ccff5f97 --- /dev/null +++ b/doc/fluid/api/static/program_guard.rst @@ -0,0 +1,5 @@ +.. _api_static_program_guard: + +program_guard +------------------------------ +:doc_source: paddle.fluid.program_guard \ No newline at end of file diff --git a/doc/fluid/api/static/py_func.rst b/doc/fluid/api/static/py_func.rst new file mode 100644 index 0000000000000000000000000000000000000000..c1d3fe7e78f943bcb3308e1343c58c85385fbcb1 --- /dev/null +++ b/doc/fluid/api/static/py_func.rst @@ -0,0 +1,5 @@ +.. _api_static_py_func: + +py_func +------------------------------ +:doc_source: paddle.fluid.layers.py_func \ No newline at end of file diff --git a/doc/fluid/api/static/save.rst b/doc/fluid/api/static/save.rst new file mode 100644 index 0000000000000000000000000000000000000000..5fd39523329aa2bc51308cf4c9cdee567e66c666 --- /dev/null +++ b/doc/fluid/api/static/save.rst @@ -0,0 +1,5 @@ +.. _api_static_save: + +save +------------------------------ +:doc_source: paddle.fluid.save \ No newline at end of file diff --git a/doc/fluid/api/static/scope_guard.rst b/doc/fluid/api/static/scope_guard.rst new file mode 100644 index 0000000000000000000000000000000000000000..ad86cc4a6b73a8624164dc790d22095a9c898c77 --- /dev/null +++ b/doc/fluid/api/static/scope_guard.rst @@ -0,0 +1,5 @@ +.. _api_static_scope_guard: + +scope_guard +------------------------------ +:doc_source: paddle.fluid.executor.scope_guard \ No newline at end of file diff --git a/doc/fluid/api_cn/index_cn.rst b/doc/fluid/api_cn/index_cn.rst index 94e629783cd3595519c7c42188c97b81ac55c29d..3fa12916e46cee83ad143f93377cac51232918a4 100644 --- a/doc/fluid/api_cn/index_cn.rst +++ b/doc/fluid/api_cn/index_cn.rst @@ -99,6 +99,8 @@ Note。 dataset_cn.rst tensor_cn.rst nn_cn.rst + static_cn.rst + static_cn/nn_cn.rst imperative_cn.rst declarative_cn.rst optimizer_cn.rst @@ -120,7 +122,6 @@ Note。 layers_cn.rst metrics_cn.rst nets_cn.rst - optimizer_cn.rst profiler_cn.rst regularizer_cn.rst transpiler_cn.rst diff --git a/doc/fluid/api_cn/static_cn/nn_cn/nn_cn.rst b/doc/fluid/api_cn/static_cn/nn_cn.rst similarity index 100% rename from doc/fluid/api_cn/static_cn/nn_cn/nn_cn.rst rename to doc/fluid/api_cn/static_cn/nn_cn.rst diff --git a/doc/fluid/api_cn/static_cn/nn_cn/prelu_cn.rst b/doc/fluid/api_cn/static_cn/nn_cn/prelu_cn.rst index 13f40ec95eb0e0d6cad627d74e8787f6a40b64e2..27cd13cc682a8949b50cfd1104566d720f26403e 100644 --- a/doc/fluid/api_cn/static_cn/nn_cn/prelu_cn.rst +++ b/doc/fluid/api_cn/static_cn/nn_cn/prelu_cn.rst @@ -1,4 +1,4 @@ -.. _cn_api_static_cn/nn_prelu: +.. _cn_api_static_cn/nn_cn_prelu: prelu ------------------------------