diff --git a/doc/fluid/api/callbacks.rst b/doc/fluid/api/callbacks.rst new file mode 100644 index 0000000000000000000000000000000000000000..ab516fa763a8781e7035b2a0f95bbbbea43b1f32 --- /dev/null +++ b/doc/fluid/api/callbacks.rst @@ -0,0 +1,7 @@ +========= +callbacks +========= + +.. toctree:: + :maxdepth: 1 + diff --git a/doc/fluid/api/complex.rst b/doc/fluid/api/complex.rst new file mode 100644 index 0000000000000000000000000000000000000000..5834d3adeaf2a9cd052609d1718ef0c2908e42fd --- /dev/null +++ b/doc/fluid/api/complex.rst @@ -0,0 +1,8 @@ +============== +paddle.complex +============== + +.. toctree:: + :maxdepth: 1 + + complex/tensor.rst diff --git a/doc/fluid/api/complex/tensor.rst b/doc/fluid/api/complex/tensor.rst new file mode 100644 index 0000000000000000000000000000000000000000..276ba0ea0f62a5cde11c0a83aa0e31722026b99a --- /dev/null +++ b/doc/fluid/api/complex/tensor.rst @@ -0,0 +1,10 @@ +====== +tensor +====== + +.. toctree:: + :maxdepth: 1 + + tensor/linalg.rst + tensor/manipulation.rst + tensor/math.rst diff --git a/doc/fluid/api/complex/tensor/linalg.rst b/doc/fluid/api/complex/tensor/linalg.rst new file mode 100644 index 0000000000000000000000000000000000000000..a6998eb6e7bee3ccf57b3e1a0f6319832431322a --- /dev/null +++ b/doc/fluid/api/complex/tensor/linalg.rst @@ -0,0 +1,8 @@ +====== +linalg +====== + +.. toctree:: + :maxdepth: 1 + + linalg/matmul.rst diff --git a/doc/fluid/api/complex/tensor/linalg/matmul.rst b/doc/fluid/api/complex/tensor/linalg/matmul.rst new file mode 100644 index 0000000000000000000000000000000000000000..6f63147715e08b9c1ce61a82c0fe0dbe5cc41c0c --- /dev/null +++ b/doc/fluid/api/complex/tensor/linalg/matmul.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_complex_tensor_linalg_matmul: + +matmul +------ + +.. autofunction:: paddle.complex.tensor.linalg.matmul + :noindex: + diff --git a/doc/fluid/api/complex/tensor/manipulation.rst b/doc/fluid/api/complex/tensor/manipulation.rst new file mode 100644 index 0000000000000000000000000000000000000000..8142664f82d9a972ce7b09209030a8d2fad8e9f4 --- /dev/null +++ b/doc/fluid/api/complex/tensor/manipulation.rst @@ -0,0 +1,9 @@ +============ +manipulation +============ + +.. toctree:: + :maxdepth: 1 + + manipulation/reshape.rst + manipulation/transpose.rst diff --git a/doc/fluid/api/complex/tensor/manipulation/reshape.rst b/doc/fluid/api/complex/tensor/manipulation/reshape.rst new file mode 100644 index 0000000000000000000000000000000000000000..681c7dfc683ae8bdc8e00893f104c95fe07fb7db --- /dev/null +++ b/doc/fluid/api/complex/tensor/manipulation/reshape.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_complex_tensor_manipulation_reshape: + +reshape +------- + +.. autofunction:: paddle.complex.tensor.manipulation.reshape + :noindex: + diff --git a/doc/fluid/api/complex/tensor/manipulation/transpose.rst b/doc/fluid/api/complex/tensor/manipulation/transpose.rst new file mode 100644 index 0000000000000000000000000000000000000000..641b546e01973a780ae0db6e8ec26f1971ec5eff --- /dev/null +++ b/doc/fluid/api/complex/tensor/manipulation/transpose.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_complex_tensor_manipulation_transpose: + +transpose +--------- + +.. autofunction:: paddle.complex.tensor.manipulation.transpose + :noindex: + diff --git a/doc/fluid/api/complex/tensor/math.rst b/doc/fluid/api/complex/tensor/math.rst new file mode 100644 index 0000000000000000000000000000000000000000..501f3c10cf4b5e9f4f5ebf1c995df862ac325ba0 --- /dev/null +++ b/doc/fluid/api/complex/tensor/math.rst @@ -0,0 +1,13 @@ +==== +math +==== + +.. toctree:: + :maxdepth: 1 + + math/elementwise_add.rst + math/elementwise_div.rst + math/elementwise_mul.rst + math/elementwise_sub.rst + math/kron.rst + math/matmul.rst diff --git a/doc/fluid/api/complex/tensor/math/elementwise_add.rst b/doc/fluid/api/complex/tensor/math/elementwise_add.rst new file mode 100644 index 0000000000000000000000000000000000000000..0a4fb3ad42350c3d806569d13951e2397c49b60a --- /dev/null +++ b/doc/fluid/api/complex/tensor/math/elementwise_add.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_complex_tensor_math_elementwise_add: + +elementwise_add +--------------- + +.. autofunction:: paddle.complex.tensor.math.elementwise_add + :noindex: + diff --git a/doc/fluid/api/complex/tensor/math/elementwise_div.rst b/doc/fluid/api/complex/tensor/math/elementwise_div.rst new file mode 100644 index 0000000000000000000000000000000000000000..1f7f9784930ceb6c244bb63e9fcdea0be81c0ab9 --- /dev/null +++ b/doc/fluid/api/complex/tensor/math/elementwise_div.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_complex_tensor_math_elementwise_div: + +elementwise_div +--------------- + +.. autofunction:: paddle.complex.tensor.math.elementwise_div + :noindex: + diff --git a/doc/fluid/api/complex/tensor/math/elementwise_mul.rst b/doc/fluid/api/complex/tensor/math/elementwise_mul.rst new file mode 100644 index 0000000000000000000000000000000000000000..7173d6147fc2ec0c3818e5c2097018234299fdc6 --- /dev/null +++ b/doc/fluid/api/complex/tensor/math/elementwise_mul.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_complex_tensor_math_elementwise_mul: + +elementwise_mul +--------------- + +.. autofunction:: paddle.complex.tensor.math.elementwise_mul + :noindex: + diff --git a/doc/fluid/api/complex/tensor/math/elementwise_sub.rst b/doc/fluid/api/complex/tensor/math/elementwise_sub.rst new file mode 100644 index 0000000000000000000000000000000000000000..0f32dcb47a32e282947fa711ea82b07dead55eaa --- /dev/null +++ b/doc/fluid/api/complex/tensor/math/elementwise_sub.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_complex_tensor_math_elementwise_sub: + +elementwise_sub +--------------- + +.. autofunction:: paddle.complex.tensor.math.elementwise_sub + :noindex: + diff --git a/doc/fluid/api/complex/tensor/math/kron.rst b/doc/fluid/api/complex/tensor/math/kron.rst new file mode 100644 index 0000000000000000000000000000000000000000..b15d4d5becb05455248a3cafb28fcb7b095cd49c --- /dev/null +++ b/doc/fluid/api/complex/tensor/math/kron.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_complex_tensor_math_kron: + +kron +---- + +.. autofunction:: paddle.complex.tensor.math.kron + :noindex: + diff --git a/doc/fluid/api/complex/tensor/math/matmul.rst b/doc/fluid/api/complex/tensor/math/matmul.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1580be03c178c8b8046c98a8c12d8d0da6247be --- /dev/null +++ b/doc/fluid/api/complex/tensor/math/matmul.rst @@ -0,0 +1,3 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + diff --git a/doc/fluid/api/dataset.rst b/doc/fluid/api/dataset.rst index f86bb206329ab3599e780586a9a4d7cec7a93fa8..a8b6bcab25b1a77b30678852c9d0d35153943b40 100644 --- a/doc/fluid/api/dataset.rst +++ b/doc/fluid/api/dataset.rst @@ -1,5 +1,5 @@ ============= -paddle.dataset +fluid.dataset ============= .. toctree:: diff --git a/doc/fluid/api/datasets.rst b/doc/fluid/api/datasets.rst new file mode 100644 index 0000000000000000000000000000000000000000..d76c09f55249d192bf5346ac030bf4c657b287a7 --- /dev/null +++ b/doc/fluid/api/datasets.rst @@ -0,0 +1,7 @@ +======== +datasets +======== + +.. toctree:: + :maxdepth: 1 + diff --git a/doc/fluid/api/distributed.rst b/doc/fluid/api/distributed.rst new file mode 100644 index 0000000000000000000000000000000000000000..5a003f8dbf0814e06d118de6c4923aea0c9d9d2a --- /dev/null +++ b/doc/fluid/api/distributed.rst @@ -0,0 +1,7 @@ +=========== +distributed +=========== + +.. toctree:: + :maxdepth: 1 + diff --git a/doc/fluid/api/download.rst b/doc/fluid/api/download.rst new file mode 100644 index 0000000000000000000000000000000000000000..9e0f13f77b16b7c3ce542169c9a296f3003191ad --- /dev/null +++ b/doc/fluid/api/download.rst @@ -0,0 +1,7 @@ +======== +download +======== + +.. toctree:: + :maxdepth: 1 + diff --git a/doc/fluid/api/dygraph.rst b/doc/fluid/api/dygraph.rst index 397419a8bee35b419f7d23b7a7ce47eb764c56fd..2c3486e9e8b7b9b6688707da48d686abd2546e23 100644 --- a/doc/fluid/api/dygraph.rst +++ b/doc/fluid/api/dygraph.rst @@ -27,16 +27,21 @@ fluid.dygraph dygraph/ExponentialDecay.rst dygraph/grad.rst dygraph/GroupNorm.rst + dygraph/GRUCell.rst dygraph/GRUUnit.rst dygraph/guard.rst dygraph/InstanceNorm.rst dygraph/InverseTimeDecay.rst dygraph/jit.rst + dygraph/LambdaDecay.rst dygraph/Layer.rst dygraph/LayerList.rst dygraph/LayerNorm.rst dygraph/Linear.rst + dygraph/LinearLrWarmup.rst dygraph/load_dygraph.rst + dygraph/LSTMCell.rst + dygraph/MultiStepDecay.rst dygraph/NaturalExpDecay.rst dygraph/NCE.rst dygraph/no_grad.rst @@ -53,6 +58,7 @@ fluid.dygraph dygraph/save_dygraph.rst dygraph/Sequential.rst dygraph/SpectralNorm.rst + dygraph/StepDecay.rst dygraph/to_variable.rst dygraph/TracedLayer.rst dygraph/Tracer.rst diff --git a/doc/fluid/api/dygraph/InstanceNorm.rst b/doc/fluid/api/dygraph/InstanceNorm.rst index 2e09ea9754bbceb1b1af9111dcfcfb404e0c70f4..548185e89faae02aa8fb5e96a391e569b5480d9b 100644 --- a/doc/fluid/api/dygraph/InstanceNorm.rst +++ b/doc/fluid/api/dygraph/InstanceNorm.rst @@ -4,7 +4,7 @@ .. _api_fluid_dygraph_InstanceNorm: InstanceNorm ---------- +------------ .. autoclass:: paddle.fluid.dygraph.InstanceNorm :members: diff --git a/doc/fluid/api/dygraph/LambdaDecay.rst b/doc/fluid/api/dygraph/LambdaDecay.rst new file mode 100644 index 0000000000000000000000000000000000000000..da530d420a5460f0dc0a29412417f5cad215566f --- /dev/null +++ b/doc/fluid/api/dygraph/LambdaDecay.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_LambdaDecay: + +LambdaDecay +----------- + +.. autoclass:: paddle.fluid.dygraph.LambdaDecay + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/LinearLrWarmup.rst b/doc/fluid/api/dygraph/LinearLrWarmup.rst new file mode 100644 index 0000000000000000000000000000000000000000..8881fd96ce9a2828a21747b55b1e4670dba1ca91 --- /dev/null +++ b/doc/fluid/api/dygraph/LinearLrWarmup.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_LinearLrWarmup: + +LinearLrWarmup +-------------- + +.. autoclass:: paddle.fluid.dygraph.LinearLrWarmup + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/MultiStepDecay.rst b/doc/fluid/api/dygraph/MultiStepDecay.rst new file mode 100644 index 0000000000000000000000000000000000000000..b174f6a8dd223cea5bb05c620da5d498bf33ce50 --- /dev/null +++ b/doc/fluid/api/dygraph/MultiStepDecay.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_MultiStepDecay: + +MultiStepDecay +-------------- + +.. autoclass:: paddle.fluid.dygraph.MultiStepDecay + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/ProgramTranslator.rst b/doc/fluid/api/dygraph/ProgramTranslator.rst new file mode 100644 index 0000000000000000000000000000000000000000..ac995abd210c9c74545ca7ac47c3d7d0460e17b2 --- /dev/null +++ b/doc/fluid/api/dygraph/ProgramTranslator.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_ProgramTranslator: + +ProgramTranslator +----------------- + +.. autoclass:: paddle.fluid.dygraph.ProgramTranslator + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/StepDecay.rst b/doc/fluid/api/dygraph/StepDecay.rst new file mode 100644 index 0000000000000000000000000000000000000000..649663d0b90b2af013eefdfbe1d749965766079e --- /dev/null +++ b/doc/fluid/api/dygraph/StepDecay.rst @@ -0,0 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_StepDecay: + +StepDecay +--------- + +.. autoclass:: paddle.fluid.dygraph.StepDecay + :members: + :noindex: + diff --git a/doc/fluid/api/dygraph/TranslatedLayer.rst b/doc/fluid/api/dygraph/TranslatedLayer.rst index a6f7fd9411e5179999a8bda3f1ae197092343a7a..8640b087a29f5c2a08c4c6f62d58cafe622dbfb8 100644 --- a/doc/fluid/api/dygraph/TranslatedLayer.rst +++ b/doc/fluid/api/dygraph/TranslatedLayer.rst @@ -1,8 +1,12 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + .. _api_fluid_dygraph_TranslatedLayer: TranslatedLayer ------------------------ +--------------- .. autoclass:: paddle.fluid.dygraph.TranslatedLayer :members: :noindex: + diff --git a/doc/fluid/api/dygraph/declarative.rst b/doc/fluid/api/dygraph/declarative.rst new file mode 100644 index 0000000000000000000000000000000000000000..4d603e862973002734b740b036496d0c5eb94958 --- /dev/null +++ b/doc/fluid/api/dygraph/declarative.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_dygraph_declarative: + +declarative +----------- + +.. autofunction:: paddle.fluid.dygraph.declarative + :noindex: + diff --git a/doc/fluid/api/fluid.rst b/doc/fluid/api/fluid.rst index 1440d541e1d7abe78aa11609c33ceda0ce8a4f93..e99bc1fb8bd30d4a05843921bfaed8d8fb995866 100644 --- a/doc/fluid/api/fluid.rst +++ b/doc/fluid/api/fluid.rst @@ -23,10 +23,12 @@ fluid fluid/default_startup_program.rst fluid/device_guard.rst fluid/disable_dygraph.rst + fluid/disable_imperative.rst fluid/DistributeTranspiler.rst fluid/DistributeTranspilerConfig.rst fluid/embedding.rst fluid/enable_dygraph.rst + fluid/enable_imperative.rst fluid/ExecutionStrategy.rst fluid/Executor.rst fluid/get_flags.rst diff --git a/doc/fluid/api/fluid/ComplexVariable.rst b/doc/fluid/api/fluid/ComplexVariable.rst new file mode 100644 index 0000000000000000000000000000000000000000..071457e8ce7fd30541027cb556f780b82aa01393 --- /dev/null +++ b/doc/fluid/api/fluid/ComplexVariable.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_ComplexVariable: + +ComplexVariable +--------------- + +.. autoclass:: paddle.fluid.ComplexVariable + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/fluid/disable_imperative.rst b/doc/fluid/api/fluid/disable_imperative.rst new file mode 100644 index 0000000000000000000000000000000000000000..fc5655bf19870f3b44b8cc2af6fa16cd4db16efb --- /dev/null +++ b/doc/fluid/api/fluid/disable_imperative.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_disable_imperative: + +disable_imperative +------------------ + +.. autofunction:: paddle.fluid.disable_imperative + :noindex: + diff --git a/doc/fluid/api/fluid/enable_imperative.rst b/doc/fluid/api/fluid/enable_imperative.rst new file mode 100644 index 0000000000000000000000000000000000000000..4fcd0dd2000e281ac0ce6eee66e9150baf1db46c --- /dev/null +++ b/doc/fluid/api/fluid/enable_imperative.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_enable_imperative: + +enable_imperative +----------------- + +.. autofunction:: paddle.fluid.enable_imperative + :noindex: + diff --git a/doc/fluid/api/framework.rst b/doc/fluid/api/framework.rst index f95b77c5cb7b1907aaaa58b9e620e9447c9b66f5..38b2185eebb715837c2af0d77189ee860b28351f 100644 --- a/doc/fluid/api/framework.rst +++ b/doc/fluid/api/framework.rst @@ -1,31 +1,42 @@ -======================= +================ paddle.framework -======================= +================ .. toctree:: - :maxdepth: 1 + :maxdepth: 1 - framework/append_backward.rst - framework/BuildStrategy.rst - framework/CompiledProgram.rst - framework/CPUPlace.rst - framework/create_global_var.rst - framework/create_parameter.rst - framework/CUDAPinnedPlace.rst - framework/CUDAPlace.rst - framework/default_main_program.rst - framework/default_startup_program.rst - framework/ExecutionStrateg y.rst - framework/Executor.rst - framework/global_scope.rst - framework/gradients.rst - framework/name_scope.rst - framework/ParallelExecutor.rst - framework/ParamAttr.rst - framework/Print.rst - framework/Program.rst - framework/program_guard.rst - framework/py_func.rst - framework/scope_guard.rst - framework/Variable.rst - framework/WeightNormParamAttr.rst + framework/append_backward.rst + framework/BuildStrategy.rst + framework/CompiledProgram.rst + framework/ComplexVariable.rst + framework/cpu_places.rst + framework/CPUPlace.rst + framework/create_global_var.rst + framework/create_parameter.rst + framework/cuda_pinned_places.rst + framework/cuda_places.rst + framework/CUDAPinnedPlace.rst + framework/CUDAPlace.rst + framework/default_main_program.rst + framework/default_startup_program.rst + framework/device_guard.rst + framework/ExecutionStrateg y.rst + framework/Executor.rst + framework/get_flags.rst + framework/global_scope.rst + framework/gradients.rst + framework/in_dygraph_mode.rst + framework/is_compiled_with_cuda.rst + framework/load_op_library.rst + framework/name_scope.rst + framework/ParallelExecutor.rst + framework/ParamAttr.rst + framework/Print.rst + framework/Program.rst + framework/program_guard.rst + framework/py_func.rst + framework/require_version.rst + framework/scope_guard.rst + framework/set_flags.rst + framework/Variable.rst + framework/WeightNormParamAttr.rst diff --git a/doc/fluid/api/framework/ComplexVariable.rst b/doc/fluid/api/framework/ComplexVariable.rst new file mode 100644 index 0000000000000000000000000000000000000000..1a447b15a3d78a419c3348bd7abf02848e0252f9 --- /dev/null +++ b/doc/fluid/api/framework/ComplexVariable.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_ComplexVariable: + +ComplexVariable +--------------- + +.. autoclass:: paddle.fluid.framework.ComplexVariable + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/framework/Program.rst b/doc/fluid/api/framework/Program.rst index f118dc60164aee8ccc56e0b9aa0954883c39a203..8ab081eb55b6e08d281167b65b0dcfa6adec160a 100644 --- a/doc/fluid/api/framework/Program.rst +++ b/doc/fluid/api/framework/Program.rst @@ -1,7 +1,13 @@ -.. _api_framework_Program: +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_Program: Program -------------------------------- -:doc_source: paddle.fluid.framework.Program +------- +.. autoclass:: paddle.fluid.framework.Program + :members: + :inherited-members: + :noindex: diff --git a/doc/fluid/api/framework/Variable.rst b/doc/fluid/api/framework/Variable.rst index f25d40720945653915f12a67f81d918696e178c1..1749ec2fd6d70d5ecf6a2129ee959ffb7e6d33f8 100644 --- a/doc/fluid/api/framework/Variable.rst +++ b/doc/fluid/api/framework/Variable.rst @@ -1,7 +1,13 @@ -.. _api_framework_Variable: +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_Variable: Variable -------------------------------- -:doc_source: paddle.fluid.framework.Variable +-------- +.. autoclass:: paddle.fluid.framework.Variable + :members: + :inherited-members: + :noindex: diff --git a/doc/fluid/api/framework/cpu_places.rst b/doc/fluid/api/framework/cpu_places.rst new file mode 100644 index 0000000000000000000000000000000000000000..708cfe465d6e11c540d6225febd6406da35c3710 --- /dev/null +++ b/doc/fluid/api/framework/cpu_places.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_cpu_places: + +cpu_places +---------- + +.. autofunction:: paddle.fluid.framework.cpu_places + :noindex: + diff --git a/doc/fluid/api/framework/cuda_pinned_places.rst b/doc/fluid/api/framework/cuda_pinned_places.rst new file mode 100644 index 0000000000000000000000000000000000000000..baacf78ed497f7398b9736f2384318d8937f1a57 --- /dev/null +++ b/doc/fluid/api/framework/cuda_pinned_places.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_cuda_pinned_places: + +cuda_pinned_places +------------------ + +.. autofunction:: paddle.fluid.framework.cuda_pinned_places + :noindex: + diff --git a/doc/fluid/api/framework/cuda_places.rst b/doc/fluid/api/framework/cuda_places.rst new file mode 100644 index 0000000000000000000000000000000000000000..4722d806442f71e68f8645fbd95fae93097bff92 --- /dev/null +++ b/doc/fluid/api/framework/cuda_places.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_cuda_places: + +cuda_places +----------- + +.. autofunction:: paddle.fluid.framework.cuda_places + :noindex: + diff --git a/doc/fluid/api/framework/default_main_program.rst b/doc/fluid/api/framework/default_main_program.rst index 774845e799986d60abda4d3aa7a84346b586a9c1..e667a386d508294de2c62ea76c258e39f2379d1e 100644 --- a/doc/fluid/api/framework/default_main_program.rst +++ b/doc/fluid/api/framework/default_main_program.rst @@ -1,7 +1,11 @@ -.. _api_framework_default_main_program: +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_default_main_program: default_main_program -------------------------------- -:doc_source: paddle.fluid.framework.default_main_program +-------------------- +.. autofunction:: paddle.fluid.framework.default_main_program + :noindex: diff --git a/doc/fluid/api/framework/default_startup_program.rst b/doc/fluid/api/framework/default_startup_program.rst index 72872cc3ac2a325f8c459a8a8c9d8f681e7aaff7..f6545f2b6085aa232d0ba6e482a1cda6038536cb 100644 --- a/doc/fluid/api/framework/default_startup_program.rst +++ b/doc/fluid/api/framework/default_startup_program.rst @@ -1,7 +1,11 @@ -.. _api_framework_default_startup_program: +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_default_startup_program: default_startup_program -------------------------------- -:doc_source: paddle.fluid.framework.default_startup_program +----------------------- +.. autofunction:: paddle.fluid.framework.default_startup_program + :noindex: diff --git a/doc/fluid/api/framework/device_guard.rst b/doc/fluid/api/framework/device_guard.rst new file mode 100644 index 0000000000000000000000000000000000000000..60ae70c9f710f91cb1d9eef0287800bc5dc8317c --- /dev/null +++ b/doc/fluid/api/framework/device_guard.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_device_guard: + +device_guard +------------ + +.. autofunction:: paddle.fluid.framework.device_guard + :noindex: + diff --git a/doc/fluid/api/framework/get_flags.rst b/doc/fluid/api/framework/get_flags.rst new file mode 100644 index 0000000000000000000000000000000000000000..5cadaf7ce855cda470f8e8c6c85f2351ab44d696 --- /dev/null +++ b/doc/fluid/api/framework/get_flags.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_get_flags: + +get_flags +--------- + +.. autofunction:: paddle.fluid.framework.get_flags + :noindex: + diff --git a/doc/fluid/api/framework/in_dygraph_mode.rst b/doc/fluid/api/framework/in_dygraph_mode.rst new file mode 100644 index 0000000000000000000000000000000000000000..192e02e6364a7a03a7a4b39a45f23cfdffbd0450 --- /dev/null +++ b/doc/fluid/api/framework/in_dygraph_mode.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_in_dygraph_mode: + +in_dygraph_mode +--------------- + +.. autofunction:: paddle.fluid.framework.in_dygraph_mode + :noindex: + diff --git a/doc/fluid/api/framework/is_compiled_with_cuda.rst b/doc/fluid/api/framework/is_compiled_with_cuda.rst new file mode 100644 index 0000000000000000000000000000000000000000..aac1ca3170fc2d457af4e19dd7e7f0c57d493d39 --- /dev/null +++ b/doc/fluid/api/framework/is_compiled_with_cuda.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_is_compiled_with_cuda: + +is_compiled_with_cuda +--------------------- + +.. autofunction:: paddle.fluid.framework.is_compiled_with_cuda + :noindex: + diff --git a/doc/fluid/api/framework/load_op_library.rst b/doc/fluid/api/framework/load_op_library.rst new file mode 100644 index 0000000000000000000000000000000000000000..d95af76360cabda80db49d53d5960a8924e59c18 --- /dev/null +++ b/doc/fluid/api/framework/load_op_library.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_load_op_library: + +load_op_library +--------------- + +.. autofunction:: paddle.fluid.framework.load_op_library + :noindex: + diff --git a/doc/fluid/api/framework/name_scope.rst b/doc/fluid/api/framework/name_scope.rst index 616c4cd677bca531fefa3c4719839cc52341a608..1f8911a12e0120bb4684e66da85e566f62813843 100644 --- a/doc/fluid/api/framework/name_scope.rst +++ b/doc/fluid/api/framework/name_scope.rst @@ -1,7 +1,11 @@ -.. _api_framework_name_scope: +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_name_scope: name_scope -------------------------------- -:doc_source: paddle.fluid.framework.name_scope +---------- +.. autofunction:: paddle.fluid.framework.name_scope + :noindex: diff --git a/doc/fluid/api/framework/program_guard.rst b/doc/fluid/api/framework/program_guard.rst index d68a50af22b0225a3c3059f02c9c9e3c8a2b57b9..eb06d9e6a6569f4f82844ffa14b2c74a5cf18a16 100644 --- a/doc/fluid/api/framework/program_guard.rst +++ b/doc/fluid/api/framework/program_guard.rst @@ -1,7 +1,11 @@ -.. _api_framework_program_guard: +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_program_guard: program_guard -------------------------------- -:doc_source: paddle.fluid.framework.program_guard +------------- +.. autofunction:: paddle.fluid.framework.program_guard + :noindex: diff --git a/doc/fluid/api/framework/require_version.rst b/doc/fluid/api/framework/require_version.rst new file mode 100644 index 0000000000000000000000000000000000000000..7489135b606ef39804d3536eff52e24dfa40dba4 --- /dev/null +++ b/doc/fluid/api/framework/require_version.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_require_version: + +require_version +--------------- + +.. autofunction:: paddle.fluid.framework.require_version + :noindex: + diff --git a/doc/fluid/api/framework/set_flags.rst b/doc/fluid/api/framework/set_flags.rst new file mode 100644 index 0000000000000000000000000000000000000000..b1422d7e905a9d491afb97a392adc1f184aaf96f --- /dev/null +++ b/doc/fluid/api/framework/set_flags.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_framework_set_flags: + +set_flags +--------- + +.. autofunction:: paddle.fluid.framework.set_flags + :noindex: + diff --git a/doc/fluid/api/gen_doc.sh b/doc/fluid/api/gen_doc.sh index b2ea86c2a0a99290935d6d9c112edfe3d86da869..b2ad0053b78d0387278ab278fefc00d4b4c9b1fe 100644 --- a/doc/fluid/api/gen_doc.sh +++ b/doc/fluid/api/gen_doc.sh @@ -46,7 +46,7 @@ do python gen_module_index.py incubate.hapi.vision.${module} ${module} done -for module in text callbacks distributed download loss metrics model +for module in text callbacks distributed download loss metrics model datasets do python gen_doc.py --module_name ${module} --module_prefix ${module} --output ${module} --output_name incubate.hapi --to_multiple_files True --output_dir incubate/hapi python gen_module_index.py ${module} ${module} diff --git a/doc/fluid/api/incubate.rst b/doc/fluid/api/incubate.rst new file mode 100644 index 0000000000000000000000000000000000000000..8188043ab59e7ad73c6a48b8f6663c9bacd6db7b --- /dev/null +++ b/doc/fluid/api/incubate.rst @@ -0,0 +1,8 @@ +=============== +paddle.incubate +=============== + +.. toctree:: + :maxdepth: 1 + + incubate/hapi.rst diff --git a/doc/fluid/api/incubate/hapi.rst b/doc/fluid/api/incubate/hapi.rst new file mode 100644 index 0000000000000000000000000000000000000000..4ac5e2fef6698fbab087f5ee31b883a62767ce91 --- /dev/null +++ b/doc/fluid/api/incubate/hapi.rst @@ -0,0 +1,8 @@ +==== +hapi +==== + +.. toctree:: + :maxdepth: 1 + + hapi/vision.rst diff --git a/doc/fluid/api/incubate/hapi/callbacks/Callback.rst b/doc/fluid/api/incubate/hapi/callbacks/Callback.rst new file mode 100644 index 0000000000000000000000000000000000000000..9562c6884a5cdfdbf73f3d2bb9b0eb9a0ef0c399 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/callbacks/Callback.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_callbacks_Callback: + +Callback +-------- + +.. autoclass:: paddle.incubate.hapi.callbacks.Callback + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/callbacks/ModelCheckpoint.rst b/doc/fluid/api/incubate/hapi/callbacks/ModelCheckpoint.rst new file mode 100644 index 0000000000000000000000000000000000000000..0b495135da2c8603fb6c2e1487692aeb9d91b955 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/callbacks/ModelCheckpoint.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_callbacks_ModelCheckpoint: + +ModelCheckpoint +--------------- + +.. autoclass:: paddle.incubate.hapi.callbacks.ModelCheckpoint + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/callbacks/ProgBarLogger.rst b/doc/fluid/api/incubate/hapi/callbacks/ProgBarLogger.rst new file mode 100644 index 0000000000000000000000000000000000000000..aa29ddee6e9d9cb4e9f11448c320f52dc2160a48 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/callbacks/ProgBarLogger.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_callbacks_ProgBarLogger: + +ProgBarLogger +------------- + +.. autoclass:: paddle.incubate.hapi.callbacks.ProgBarLogger + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/Cifar.rst b/doc/fluid/api/incubate/hapi/datasets/Cifar.rst new file mode 100644 index 0000000000000000000000000000000000000000..1c726b38a851ce9d6eea30093d53f5362cdbdc07 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/Cifar.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_Cifar: + +Cifar +----- + +.. autoclass:: paddle.incubate.hapi.datasets.Cifar + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/Conll05st.rst b/doc/fluid/api/incubate/hapi/datasets/Conll05st.rst new file mode 100644 index 0000000000000000000000000000000000000000..8e2077ba8a75ff64ade8430738ec00bb2f1ec4f3 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/Conll05st.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_Conll05st: + +Conll05st +--------- + +.. autoclass:: paddle.incubate.hapi.datasets.Conll05st + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/DatasetFolder.rst b/doc/fluid/api/incubate/hapi/datasets/DatasetFolder.rst new file mode 100644 index 0000000000000000000000000000000000000000..4b876fe2b211d4e7aa84983e8b39832536c951f6 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/DatasetFolder.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_DatasetFolder: + +DatasetFolder +------------- + +.. autoclass:: paddle.incubate.hapi.datasets.DatasetFolder + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/Flowers.rst b/doc/fluid/api/incubate/hapi/datasets/Flowers.rst new file mode 100644 index 0000000000000000000000000000000000000000..960c4bf48f1c53f70c26ba65caae346d61350cfb --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/Flowers.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_Flowers: + +Flowers +------- + +.. autoclass:: paddle.incubate.hapi.datasets.Flowers + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/ImageFolder.rst b/doc/fluid/api/incubate/hapi/datasets/ImageFolder.rst new file mode 100644 index 0000000000000000000000000000000000000000..a768ed8ad8502d326ddbdcb967bec19a2602206c --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/ImageFolder.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_ImageFolder: + +ImageFolder +----------- + +.. autoclass:: paddle.incubate.hapi.datasets.ImageFolder + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/Imdb.rst b/doc/fluid/api/incubate/hapi/datasets/Imdb.rst new file mode 100644 index 0000000000000000000000000000000000000000..ba0e9e0edd44d1256ba677c7650c14e8bd46f944 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/Imdb.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_Imdb: + +Imdb +---- + +.. autoclass:: paddle.incubate.hapi.datasets.Imdb + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/Imikolov.rst b/doc/fluid/api/incubate/hapi/datasets/Imikolov.rst new file mode 100644 index 0000000000000000000000000000000000000000..4c203f36f28a26693a9fe52898049142c96e3d4b --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/Imikolov.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_Imikolov: + +Imikolov +-------- + +.. autoclass:: paddle.incubate.hapi.datasets.Imikolov + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/MNIST.rst b/doc/fluid/api/incubate/hapi/datasets/MNIST.rst new file mode 100644 index 0000000000000000000000000000000000000000..ad311ecfd8a1c0a335ffac69314f98c06ee6f171 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/MNIST.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_MNIST: + +MNIST +----- + +.. autoclass:: paddle.incubate.hapi.datasets.MNIST + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/Movielens.rst b/doc/fluid/api/incubate/hapi/datasets/Movielens.rst new file mode 100644 index 0000000000000000000000000000000000000000..a3f0069f01545abcba912cf75af94b18176a698f --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/Movielens.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_Movielens: + +Movielens +--------- + +.. autoclass:: paddle.incubate.hapi.datasets.Movielens + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/Sentiment.rst b/doc/fluid/api/incubate/hapi/datasets/Sentiment.rst new file mode 100644 index 0000000000000000000000000000000000000000..1b78ee039352f6cbacce990c56a6cacc15810c90 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/Sentiment.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_Sentiment: + +Sentiment +--------- + +.. autoclass:: paddle.incubate.hapi.datasets.Sentiment + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/UCIHousing.rst b/doc/fluid/api/incubate/hapi/datasets/UCIHousing.rst new file mode 100644 index 0000000000000000000000000000000000000000..186d0f9bc153e3486607de9f25d5f06c003fd170 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/UCIHousing.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_UCIHousing: + +UCIHousing +---------- + +.. autoclass:: paddle.incubate.hapi.datasets.UCIHousing + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/VOC2012.rst b/doc/fluid/api/incubate/hapi/datasets/VOC2012.rst new file mode 100644 index 0000000000000000000000000000000000000000..f05b3cce4eb0e978ecc19d05bc5c7dd4d4497656 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/VOC2012.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_VOC2012: + +VOC2012 +------- + +.. autoclass:: paddle.incubate.hapi.datasets.VOC2012 + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/WMT14.rst b/doc/fluid/api/incubate/hapi/datasets/WMT14.rst new file mode 100644 index 0000000000000000000000000000000000000000..ac6005362187a1c8a53be9f4fd56371a99738c9e --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/WMT14.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_WMT14: + +WMT14 +----- + +.. autoclass:: paddle.incubate.hapi.datasets.WMT14 + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/datasets/WMT16.rst b/doc/fluid/api/incubate/hapi/datasets/WMT16.rst new file mode 100644 index 0000000000000000000000000000000000000000..06f3252662e2acabb4d9a9f53ff325ac15217c7a --- /dev/null +++ b/doc/fluid/api/incubate/hapi/datasets/WMT16.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_datasets_WMT16: + +WMT16 +----- + +.. autoclass:: paddle.incubate.hapi.datasets.WMT16 + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/distributed/DistributedBatchSampler.rst b/doc/fluid/api/incubate/hapi/distributed/DistributedBatchSampler.rst new file mode 100644 index 0000000000000000000000000000000000000000..09e76f47b6eee933a0a6d41c69db161abaf34571 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/distributed/DistributedBatchSampler.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_distributed_DistributedBatchSampler: + +DistributedBatchSampler +----------------------- + +.. autoclass:: paddle.incubate.hapi.distributed.DistributedBatchSampler + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/download/get_weights_path_from_url.rst b/doc/fluid/api/incubate/hapi/download/get_weights_path_from_url.rst new file mode 100644 index 0000000000000000000000000000000000000000..a9ba75e1948fd02a64c04aca82769a78c577b828 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/download/get_weights_path_from_url.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_download_get_weights_path_from_url: + +get_weights_path_from_url +------------------------- + +.. autofunction:: paddle.incubate.hapi.download.get_weights_path_from_url + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/metrics/Accuracy.rst b/doc/fluid/api/incubate/hapi/metrics/Accuracy.rst new file mode 100644 index 0000000000000000000000000000000000000000..06dafe4394bb05323839f18590ceee4a8ed03513 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/metrics/Accuracy.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_metrics_Accuracy: + +Accuracy +-------- + +.. autoclass:: paddle.incubate.hapi.metrics.Accuracy + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/metrics/Metric.rst b/doc/fluid/api/incubate/hapi/metrics/Metric.rst new file mode 100644 index 0000000000000000000000000000000000000000..99fff8696cce5f5b2b6523e53872256b791f633b --- /dev/null +++ b/doc/fluid/api/incubate/hapi/metrics/Metric.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_metrics_Metric: + +Metric +------ + +.. autoclass:: paddle.incubate.hapi.metrics.Metric + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/model/Input.rst b/doc/fluid/api/incubate/hapi/model/Input.rst new file mode 100644 index 0000000000000000000000000000000000000000..40f43d61e102ff67344f8eb371459c3d11d956b7 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/model/Input.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_model_Input: + +Input +----- + +.. autoclass:: paddle.incubate.hapi.model.Input + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/model/Model.rst b/doc/fluid/api/incubate/hapi/model/Model.rst new file mode 100644 index 0000000000000000000000000000000000000000..23a7fcf2db00af4baf06b81d0272ae489a1bfcdb --- /dev/null +++ b/doc/fluid/api/incubate/hapi/model/Model.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_model_Model: + +Model +----- + +.. autoclass:: paddle.incubate.hapi.model.Model + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/BasicGRUCell.rst b/doc/fluid/api/incubate/hapi/text/BasicGRUCell.rst new file mode 100644 index 0000000000000000000000000000000000000000..8581d14f063af732b12e95916bf7c5d92a978c29 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/BasicGRUCell.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_BasicGRUCell: + +BasicGRUCell +------------ + +.. autoclass:: paddle.incubate.hapi.text.BasicGRUCell + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/BasicLSTMCell.rst b/doc/fluid/api/incubate/hapi/text/BasicLSTMCell.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e6bca5034bccb2a9b04351fea881dfaf9845c08 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/BasicLSTMCell.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_BasicLSTMCell: + +BasicLSTMCell +------------- + +.. autoclass:: paddle.incubate.hapi.text.BasicLSTMCell + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/BeamSearchDecoder.rst b/doc/fluid/api/incubate/hapi/text/BeamSearchDecoder.rst new file mode 100644 index 0000000000000000000000000000000000000000..0b1f0e4d3197187e473a62543dc42f1d24b7db00 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/BeamSearchDecoder.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_BeamSearchDecoder: + +BeamSearchDecoder +----------------- + +.. autoclass:: paddle.incubate.hapi.text.BeamSearchDecoder + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/BidirectionalGRU.rst b/doc/fluid/api/incubate/hapi/text/BidirectionalGRU.rst new file mode 100644 index 0000000000000000000000000000000000000000..4638ce80a601b40fb67c5c3e28907648af758092 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/BidirectionalGRU.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_BidirectionalGRU: + +BidirectionalGRU +---------------- + +.. autoclass:: paddle.incubate.hapi.text.BidirectionalGRU + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/BidirectionalLSTM.rst b/doc/fluid/api/incubate/hapi/text/BidirectionalLSTM.rst new file mode 100644 index 0000000000000000000000000000000000000000..27a364cd08ef6932a39016eb835a9508fcd7e726 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/BidirectionalLSTM.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_BidirectionalLSTM: + +BidirectionalLSTM +----------------- + +.. autoclass:: paddle.incubate.hapi.text.BidirectionalLSTM + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/BidirectionalRNN.rst b/doc/fluid/api/incubate/hapi/text/BidirectionalRNN.rst new file mode 100644 index 0000000000000000000000000000000000000000..106c40a995a767b5dbf9eb4887dce19c16aa684c --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/BidirectionalRNN.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_BidirectionalRNN: + +BidirectionalRNN +---------------- + +.. autoclass:: paddle.incubate.hapi.text.BidirectionalRNN + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/CNNEncoder.rst b/doc/fluid/api/incubate/hapi/text/CNNEncoder.rst new file mode 100644 index 0000000000000000000000000000000000000000..ed672da8d82b48800860f9e95d0877fcacad5da0 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/CNNEncoder.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_CNNEncoder: + +CNNEncoder +---------- + +.. autoclass:: paddle.incubate.hapi.text.CNNEncoder + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/CRFDecoding.rst b/doc/fluid/api/incubate/hapi/text/CRFDecoding.rst new file mode 100644 index 0000000000000000000000000000000000000000..6fd29e2bb4da1d30935ebb079a55abd8270b738c --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/CRFDecoding.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_CRFDecoding: + +CRFDecoding +----------- + +.. autoclass:: paddle.incubate.hapi.text.CRFDecoding + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/Conv1dPoolLayer.rst b/doc/fluid/api/incubate/hapi/text/Conv1dPoolLayer.rst new file mode 100644 index 0000000000000000000000000000000000000000..c67d28e2ba5de25cf121934a17f193e07bd3ac5d --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/Conv1dPoolLayer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_Conv1dPoolLayer: + +Conv1dPoolLayer +--------------- + +.. autoclass:: paddle.incubate.hapi.text.Conv1dPoolLayer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/DynamicDecode.rst b/doc/fluid/api/incubate/hapi/text/DynamicDecode.rst new file mode 100644 index 0000000000000000000000000000000000000000..8d830eaba0b15fc8df8f607d1b8642f92d9c791c --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/DynamicDecode.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_DynamicDecode: + +DynamicDecode +------------- + +.. autoclass:: paddle.incubate.hapi.text.DynamicDecode + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/FFN.rst b/doc/fluid/api/incubate/hapi/text/FFN.rst new file mode 100644 index 0000000000000000000000000000000000000000..8af8f946133323aea58cf53b6d25bf34bddcdb02 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/FFN.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_FFN: + +FFN +--- + +.. autoclass:: paddle.incubate.hapi.text.FFN + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/GRU.rst b/doc/fluid/api/incubate/hapi/text/GRU.rst new file mode 100644 index 0000000000000000000000000000000000000000..3b0a2f8dd21df0fadbcbaf61d1ff25b8c9dafce1 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/GRU.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_GRU: + +GRU +--- + +.. autoclass:: paddle.incubate.hapi.text.GRU + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/LSTM.rst b/doc/fluid/api/incubate/hapi/text/LSTM.rst new file mode 100644 index 0000000000000000000000000000000000000000..9bf3be30d650eee6a6667ca5442b8ba52b32b14d --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/LSTM.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_LSTM: + +LSTM +---- + +.. autoclass:: paddle.incubate.hapi.text.LSTM + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/LinearChainCRF.rst b/doc/fluid/api/incubate/hapi/text/LinearChainCRF.rst new file mode 100644 index 0000000000000000000000000000000000000000..a67a41a1632eaa64fb73f3a2e7696f90bf0bf779 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/LinearChainCRF.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_LinearChainCRF: + +LinearChainCRF +-------------- + +.. autoclass:: paddle.incubate.hapi.text.LinearChainCRF + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/MultiHeadAttention.rst b/doc/fluid/api/incubate/hapi/text/MultiHeadAttention.rst new file mode 100644 index 0000000000000000000000000000000000000000..b5606a59475b11e23b816bf1dc0d716e425a2a38 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/MultiHeadAttention.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_MultiHeadAttention: + +MultiHeadAttention +------------------ + +.. autoclass:: paddle.incubate.hapi.text.MultiHeadAttention + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/RNN.rst b/doc/fluid/api/incubate/hapi/text/RNN.rst new file mode 100644 index 0000000000000000000000000000000000000000..43cb6ac5938c3c3168099581fe8ec5c70b6315f4 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/RNN.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_RNN: + +RNN +--- + +.. autoclass:: paddle.incubate.hapi.text.RNN + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/RNNCell.rst b/doc/fluid/api/incubate/hapi/text/RNNCell.rst new file mode 100644 index 0000000000000000000000000000000000000000..c2e1e6b64819bb983996f16384ca7790e9c1dd22 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/RNNCell.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_RNNCell: + +RNNCell +------- + +.. autoclass:: paddle.incubate.hapi.text.RNNCell + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/SequenceTagging.rst b/doc/fluid/api/incubate/hapi/text/SequenceTagging.rst new file mode 100644 index 0000000000000000000000000000000000000000..207470dce1be0bf922b78195bbf727a23defc614 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/SequenceTagging.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_SequenceTagging: + +SequenceTagging +--------------- + +.. autoclass:: paddle.incubate.hapi.text.SequenceTagging + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/StackedGRUCell.rst b/doc/fluid/api/incubate/hapi/text/StackedGRUCell.rst new file mode 100644 index 0000000000000000000000000000000000000000..0f3ca2f60621c2a64b6ea547e103fc4ba3218cdb --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/StackedGRUCell.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_StackedGRUCell: + +StackedGRUCell +-------------- + +.. autoclass:: paddle.incubate.hapi.text.StackedGRUCell + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/StackedLSTMCell.rst b/doc/fluid/api/incubate/hapi/text/StackedLSTMCell.rst new file mode 100644 index 0000000000000000000000000000000000000000..350ab8df06a737e34e6f789dff242b886f1724ad --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/StackedLSTMCell.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_StackedLSTMCell: + +StackedLSTMCell +--------------- + +.. autoclass:: paddle.incubate.hapi.text.StackedLSTMCell + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/StackedRNNCell.rst b/doc/fluid/api/incubate/hapi/text/StackedRNNCell.rst new file mode 100644 index 0000000000000000000000000000000000000000..1d7ccb6d5c029dd7b8f942b9d0fe7b43ff2e8eb2 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/StackedRNNCell.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_StackedRNNCell: + +StackedRNNCell +-------------- + +.. autoclass:: paddle.incubate.hapi.text.StackedRNNCell + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/TransformerBeamSearchDecoder.rst b/doc/fluid/api/incubate/hapi/text/TransformerBeamSearchDecoder.rst new file mode 100644 index 0000000000000000000000000000000000000000..16f6147f08e3fbf99e0fae0a5d3b15f9c9bb7c14 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/TransformerBeamSearchDecoder.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_TransformerBeamSearchDecoder: + +TransformerBeamSearchDecoder +---------------------------- + +.. autoclass:: paddle.incubate.hapi.text.TransformerBeamSearchDecoder + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/TransformerCell.rst b/doc/fluid/api/incubate/hapi/text/TransformerCell.rst new file mode 100644 index 0000000000000000000000000000000000000000..ef92c5b879a6af5156de578c6815d56ec42ea689 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/TransformerCell.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_TransformerCell: + +TransformerCell +--------------- + +.. autoclass:: paddle.incubate.hapi.text.TransformerCell + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/TransformerDecoder.rst b/doc/fluid/api/incubate/hapi/text/TransformerDecoder.rst new file mode 100644 index 0000000000000000000000000000000000000000..e20d64bed1f6da90eefc5fd7bc83285895a86e01 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/TransformerDecoder.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_TransformerDecoder: + +TransformerDecoder +------------------ + +.. autoclass:: paddle.incubate.hapi.text.TransformerDecoder + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/TransformerDecoderLayer.rst b/doc/fluid/api/incubate/hapi/text/TransformerDecoderLayer.rst new file mode 100644 index 0000000000000000000000000000000000000000..233d360668dd20757a86b234a05afb7e639d86a2 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/TransformerDecoderLayer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_TransformerDecoderLayer: + +TransformerDecoderLayer +----------------------- + +.. autoclass:: paddle.incubate.hapi.text.TransformerDecoderLayer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/TransformerEncoder.rst b/doc/fluid/api/incubate/hapi/text/TransformerEncoder.rst new file mode 100644 index 0000000000000000000000000000000000000000..7d4f0650c28b54346042ab4d15d30b92c8b5c985 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/TransformerEncoder.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_TransformerEncoder: + +TransformerEncoder +------------------ + +.. autoclass:: paddle.incubate.hapi.text.TransformerEncoder + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/text/TransformerEncoderLayer.rst b/doc/fluid/api/incubate/hapi/text/TransformerEncoderLayer.rst new file mode 100644 index 0000000000000000000000000000000000000000..473079d5f17653460d75d812095843a93ee56d50 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/text/TransformerEncoderLayer.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_text_TransformerEncoderLayer: + +TransformerEncoderLayer +----------------------- + +.. autoclass:: paddle.incubate.hapi.text.TransformerEncoderLayer + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision.rst b/doc/fluid/api/incubate/hapi/vision.rst new file mode 100644 index 0000000000000000000000000000000000000000..119d815c8cb659588a3b5dd2cb46651bec41ed44 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision.rst @@ -0,0 +1,9 @@ +====== +vision +====== + +.. toctree:: + :maxdepth: 1 + + vision/models.rst + vision/transforms.rst diff --git a/doc/fluid/api/incubate/hapi/vision/models.rst b/doc/fluid/api/incubate/hapi/vision/models.rst new file mode 100644 index 0000000000000000000000000000000000000000..9a7ef041645db687093ecf66ac8d6211a93282c3 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models.rst @@ -0,0 +1,23 @@ +====== +models +====== + +.. toctree:: + :maxdepth: 1 + + models/LeNet.rst + models/mobilenet_v1.rst + models/mobilenet_v2.rst + models/MobileNetV1.rst + models/MobileNetV2.rst + models/ResNet.rst + models/resnet101.rst + models/resnet152.rst + models/resnet18.rst + models/resnet34.rst + models/resnet50.rst + models/VGG.rst + models/vgg11.rst + models/vgg13.rst + models/vgg16.rst + models/vgg19.rst diff --git a/doc/fluid/api/incubate/hapi/vision/models/LeNet.rst b/doc/fluid/api/incubate/hapi/vision/models/LeNet.rst new file mode 100644 index 0000000000000000000000000000000000000000..043dbd69ecd95da08029b389bb1dcbaa172bdfea --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/LeNet.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_LeNet: + +LeNet +----- + +.. autoclass:: paddle.incubate.hapi.vision.models.LeNet + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/MobileNetV1.rst b/doc/fluid/api/incubate/hapi/vision/models/MobileNetV1.rst new file mode 100644 index 0000000000000000000000000000000000000000..338178f91089640be7681d2e4331526744d39e40 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/MobileNetV1.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_MobileNetV1: + +MobileNetV1 +----------- + +.. autoclass:: paddle.incubate.hapi.vision.models.MobileNetV1 + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/MobileNetV2.rst b/doc/fluid/api/incubate/hapi/vision/models/MobileNetV2.rst new file mode 100644 index 0000000000000000000000000000000000000000..359c4f6354062f11cf361574a1ebbcd510ab199e --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/MobileNetV2.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_MobileNetV2: + +MobileNetV2 +----------- + +.. autoclass:: paddle.incubate.hapi.vision.models.MobileNetV2 + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/ResNet.rst b/doc/fluid/api/incubate/hapi/vision/models/ResNet.rst new file mode 100644 index 0000000000000000000000000000000000000000..f17ad1d0064f808d9fc5b5cca05920750a197a98 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/ResNet.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_ResNet: + +ResNet +------ + +.. autoclass:: paddle.incubate.hapi.vision.models.ResNet + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/VGG.rst b/doc/fluid/api/incubate/hapi/vision/models/VGG.rst new file mode 100644 index 0000000000000000000000000000000000000000..0a0b684e3be64fd6d7733364dee1de146d086f47 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/VGG.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_VGG: + +VGG +--- + +.. autoclass:: paddle.incubate.hapi.vision.models.VGG + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/mobilenet_v1.rst b/doc/fluid/api/incubate/hapi/vision/models/mobilenet_v1.rst new file mode 100644 index 0000000000000000000000000000000000000000..3086df6685ac9c99c91d8e088c4243f585ea7b0b --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/mobilenet_v1.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_mobilenet_v1: + +mobilenet_v1 +------------ + +.. autofunction:: paddle.incubate.hapi.vision.models.mobilenet_v1 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/mobilenet_v2.rst b/doc/fluid/api/incubate/hapi/vision/models/mobilenet_v2.rst new file mode 100644 index 0000000000000000000000000000000000000000..6aed19197b7d92db42e1001177744f68b5b98901 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/mobilenet_v2.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_mobilenet_v2: + +mobilenet_v2 +------------ + +.. autofunction:: paddle.incubate.hapi.vision.models.mobilenet_v2 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/resnet101.rst b/doc/fluid/api/incubate/hapi/vision/models/resnet101.rst new file mode 100644 index 0000000000000000000000000000000000000000..ea658c062d156ca07f4c548021426333911bb2b1 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/resnet101.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_resnet101: + +resnet101 +--------- + +.. autofunction:: paddle.incubate.hapi.vision.models.resnet101 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/resnet152.rst b/doc/fluid/api/incubate/hapi/vision/models/resnet152.rst new file mode 100644 index 0000000000000000000000000000000000000000..589de001570304ca2cf5a4a80974e93060978563 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/resnet152.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_resnet152: + +resnet152 +--------- + +.. autofunction:: paddle.incubate.hapi.vision.models.resnet152 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/resnet18.rst b/doc/fluid/api/incubate/hapi/vision/models/resnet18.rst new file mode 100644 index 0000000000000000000000000000000000000000..d8598d2ad194c0fef04b23ddf137eb1898979b0e --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/resnet18.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_resnet18: + +resnet18 +-------- + +.. autofunction:: paddle.incubate.hapi.vision.models.resnet18 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/resnet34.rst b/doc/fluid/api/incubate/hapi/vision/models/resnet34.rst new file mode 100644 index 0000000000000000000000000000000000000000..07a77862897e2c57e6803c745dd80075202bfea7 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/resnet34.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_resnet34: + +resnet34 +-------- + +.. autofunction:: paddle.incubate.hapi.vision.models.resnet34 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/resnet50.rst b/doc/fluid/api/incubate/hapi/vision/models/resnet50.rst new file mode 100644 index 0000000000000000000000000000000000000000..ebffde970c3c070ad027b8e91b260231b8b23e86 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/resnet50.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_resnet50: + +resnet50 +-------- + +.. autofunction:: paddle.incubate.hapi.vision.models.resnet50 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/vgg11.rst b/doc/fluid/api/incubate/hapi/vision/models/vgg11.rst new file mode 100644 index 0000000000000000000000000000000000000000..c52510e2508d1ea908ef244a19cb56267e1c41fa --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/vgg11.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_vgg11: + +vgg11 +----- + +.. autofunction:: paddle.incubate.hapi.vision.models.vgg11 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/vgg13.rst b/doc/fluid/api/incubate/hapi/vision/models/vgg13.rst new file mode 100644 index 0000000000000000000000000000000000000000..7de00fc3077b2fd2f2e3cf736e4ffff37f754a9f --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/vgg13.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_vgg13: + +vgg13 +----- + +.. autofunction:: paddle.incubate.hapi.vision.models.vgg13 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/vgg16.rst b/doc/fluid/api/incubate/hapi/vision/models/vgg16.rst new file mode 100644 index 0000000000000000000000000000000000000000..387d6a6d60038d10c8559a65f2b20a88dab2a63b --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/vgg16.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_vgg16: + +vgg16 +----- + +.. autofunction:: paddle.incubate.hapi.vision.models.vgg16 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/models/vgg19.rst b/doc/fluid/api/incubate/hapi/vision/models/vgg19.rst new file mode 100644 index 0000000000000000000000000000000000000000..1ac0f89f66ab684b244c0e6f4a887363a0364fa7 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/models/vgg19.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_models_vgg19: + +vgg19 +----- + +.. autofunction:: paddle.incubate.hapi.vision.models.vgg19 + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms.rst b/doc/fluid/api/incubate/hapi/vision/transforms.rst new file mode 100644 index 0000000000000000000000000000000000000000..bc92a8d38967e8280a6994a8964117c6220f9605 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms.rst @@ -0,0 +1,33 @@ +========== +transforms +========== + +.. toctree:: + :maxdepth: 1 + + transforms/BatchCompose.rst + transforms/BrightnessTransform.rst + transforms/CenterCrop.rst + transforms/CenterCropResize.rst + transforms/ColorJitter.rst + transforms/Compose.rst + transforms/ContrastTransform.rst + transforms/flip.rst + transforms/GaussianNoise.rst + transforms/Grayscale.rst + transforms/HueTransform.rst + transforms/Normalize.rst + transforms/pad.rst + transforms/Pad.rst + transforms/Permute.rst + transforms/RandomCrop.rst + transforms/RandomErasing.rst + transforms/RandomHorizontalFlip.rst + transforms/RandomResizedCrop.rst + transforms/RandomRotate.rst + transforms/RandomVerticalFlip.rst + transforms/Resize.rst + transforms/resize.rst + transforms/rotate.rst + transforms/SaturationTransform.rst + transforms/to_grayscale.rst diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/BatchCompose.rst b/doc/fluid/api/incubate/hapi/vision/transforms/BatchCompose.rst new file mode 100644 index 0000000000000000000000000000000000000000..0ed471485dc3e35f6b5f81bbdc407b0865259ad5 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/BatchCompose.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_BatchCompose: + +BatchCompose +------------ + +.. autoclass:: paddle.incubate.hapi.vision.transforms.BatchCompose + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/BrightnessTransform.rst b/doc/fluid/api/incubate/hapi/vision/transforms/BrightnessTransform.rst new file mode 100644 index 0000000000000000000000000000000000000000..d4bca1615a3b92e9237acc9e184737a974694c69 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/BrightnessTransform.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_BrightnessTransform: + +BrightnessTransform +------------------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.BrightnessTransform + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/CenterCrop.rst b/doc/fluid/api/incubate/hapi/vision/transforms/CenterCrop.rst new file mode 100644 index 0000000000000000000000000000000000000000..9deccf867c87d12a07b7ea229dd2263640b3c5e4 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/CenterCrop.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_CenterCrop: + +CenterCrop +---------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.CenterCrop + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/CenterCropResize.rst b/doc/fluid/api/incubate/hapi/vision/transforms/CenterCropResize.rst new file mode 100644 index 0000000000000000000000000000000000000000..8c301c970ada17eb852b670e711f95885b9bf94b --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/CenterCropResize.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_CenterCropResize: + +CenterCropResize +---------------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.CenterCropResize + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/ColorJitter.rst b/doc/fluid/api/incubate/hapi/vision/transforms/ColorJitter.rst new file mode 100644 index 0000000000000000000000000000000000000000..faa811b51152fb98444c5aba9c00a9013ffca6af --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/ColorJitter.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_ColorJitter: + +ColorJitter +----------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.ColorJitter + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/Compose.rst b/doc/fluid/api/incubate/hapi/vision/transforms/Compose.rst new file mode 100644 index 0000000000000000000000000000000000000000..c3913cf1a699945a52df050214a73484c3e04abe --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/Compose.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_Compose: + +Compose +------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.Compose + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/ContrastTransform.rst b/doc/fluid/api/incubate/hapi/vision/transforms/ContrastTransform.rst new file mode 100644 index 0000000000000000000000000000000000000000..e85d557e0f575abff52254f8dcc544157c619d2f --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/ContrastTransform.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_ContrastTransform: + +ContrastTransform +----------------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.ContrastTransform + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/GaussianNoise.rst b/doc/fluid/api/incubate/hapi/vision/transforms/GaussianNoise.rst new file mode 100644 index 0000000000000000000000000000000000000000..61b1a46673b6eb0e3f45bb898642a7633d61bccb --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/GaussianNoise.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_GaussianNoise: + +GaussianNoise +------------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.GaussianNoise + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/Grayscale.rst b/doc/fluid/api/incubate/hapi/vision/transforms/Grayscale.rst new file mode 100644 index 0000000000000000000000000000000000000000..8ca5769c397c13f9f5b9f83a82447d7b8364521d --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/Grayscale.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_Grayscale: + +Grayscale +--------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.Grayscale + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/HueTransform.rst b/doc/fluid/api/incubate/hapi/vision/transforms/HueTransform.rst new file mode 100644 index 0000000000000000000000000000000000000000..a0228d9bc3d164bb53c1f646a78c4531dd05071c --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/HueTransform.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_HueTransform: + +HueTransform +------------ + +.. autoclass:: paddle.incubate.hapi.vision.transforms.HueTransform + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/Normalize.rst b/doc/fluid/api/incubate/hapi/vision/transforms/Normalize.rst new file mode 100644 index 0000000000000000000000000000000000000000..3fc61ed38c50d1076a6b541537ce4b7ccc726bcc --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/Normalize.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_Normalize: + +Normalize +--------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.Normalize + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/Pad.rst b/doc/fluid/api/incubate/hapi/vision/transforms/Pad.rst new file mode 100644 index 0000000000000000000000000000000000000000..913e5537dcac706adb22b29914418feee22cb4e3 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/Pad.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_Pad: + +Pad +--- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.Pad + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/Permute.rst b/doc/fluid/api/incubate/hapi/vision/transforms/Permute.rst new file mode 100644 index 0000000000000000000000000000000000000000..f3f623a8ce405bbf7884c35fdc9471a800ec45bf --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/Permute.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_Permute: + +Permute +------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.Permute + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/RandomCrop.rst b/doc/fluid/api/incubate/hapi/vision/transforms/RandomCrop.rst new file mode 100644 index 0000000000000000000000000000000000000000..14f6b9507cfe90fcad599e47be23702c1e5016ef --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/RandomCrop.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_RandomCrop: + +RandomCrop +---------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.RandomCrop + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/RandomErasing.rst b/doc/fluid/api/incubate/hapi/vision/transforms/RandomErasing.rst new file mode 100644 index 0000000000000000000000000000000000000000..028c01c86846c9f1a32edf607c953dd8e5c62593 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/RandomErasing.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_RandomErasing: + +RandomErasing +------------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.RandomErasing + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/RandomHorizontalFlip.rst b/doc/fluid/api/incubate/hapi/vision/transforms/RandomHorizontalFlip.rst new file mode 100644 index 0000000000000000000000000000000000000000..e261556c558c704f4cc8fdbcf14bb1e41d8b8866 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/RandomHorizontalFlip.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_RandomHorizontalFlip: + +RandomHorizontalFlip +-------------------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.RandomHorizontalFlip + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/RandomResizedCrop.rst b/doc/fluid/api/incubate/hapi/vision/transforms/RandomResizedCrop.rst new file mode 100644 index 0000000000000000000000000000000000000000..e5773932c4e5299405dad799b2f0d2317a3919cb --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/RandomResizedCrop.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_RandomResizedCrop: + +RandomResizedCrop +----------------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.RandomResizedCrop + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/RandomRotate.rst b/doc/fluid/api/incubate/hapi/vision/transforms/RandomRotate.rst new file mode 100644 index 0000000000000000000000000000000000000000..26d2e8a1c35326cacc7ffc27e1a90edc12fe69c3 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/RandomRotate.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_RandomRotate: + +RandomRotate +------------ + +.. autoclass:: paddle.incubate.hapi.vision.transforms.RandomRotate + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/RandomVerticalFlip.rst b/doc/fluid/api/incubate/hapi/vision/transforms/RandomVerticalFlip.rst new file mode 100644 index 0000000000000000000000000000000000000000..d612441845df6eec29c74ef5196f6d7df0aca355 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/RandomVerticalFlip.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_RandomVerticalFlip: + +RandomVerticalFlip +------------------ + +.. autoclass:: paddle.incubate.hapi.vision.transforms.RandomVerticalFlip + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/Resize.rst b/doc/fluid/api/incubate/hapi/vision/transforms/Resize.rst new file mode 100644 index 0000000000000000000000000000000000000000..4c129227ddd2eec8fa95c1b48c026f96470671c2 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/Resize.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_Resize: + +Resize +------ + +.. autoclass:: paddle.incubate.hapi.vision.transforms.Resize + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/SaturationTransform.rst b/doc/fluid/api/incubate/hapi/vision/transforms/SaturationTransform.rst new file mode 100644 index 0000000000000000000000000000000000000000..ad8f21f703666825690bfb6d76ad91008b744a79 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/SaturationTransform.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_SaturationTransform: + +SaturationTransform +------------------- + +.. autoclass:: paddle.incubate.hapi.vision.transforms.SaturationTransform + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/flip.rst b/doc/fluid/api/incubate/hapi/vision/transforms/flip.rst new file mode 100644 index 0000000000000000000000000000000000000000..bcdf813f45d55d2bc367bbf20f728e18b8fabb37 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/flip.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_flip: + +flip +---- + +.. autofunction:: paddle.incubate.hapi.vision.transforms.flip + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/pad.rst b/doc/fluid/api/incubate/hapi/vision/transforms/pad.rst new file mode 100644 index 0000000000000000000000000000000000000000..e7a79fb296831b3846666cffd476cc1c9bcb47d5 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/pad.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_pad: + +pad +--- + +.. autofunction:: paddle.incubate.hapi.vision.transforms.pad + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/resize.rst b/doc/fluid/api/incubate/hapi/vision/transforms/resize.rst new file mode 100644 index 0000000000000000000000000000000000000000..11b2109d9d7545de6b35aa3121f904c79b322f62 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/resize.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_resize: + +resize +------ + +.. autofunction:: paddle.incubate.hapi.vision.transforms.resize + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/rotate.rst b/doc/fluid/api/incubate/hapi/vision/transforms/rotate.rst new file mode 100644 index 0000000000000000000000000000000000000000..0efbded1ed1103db33ce2c2f7b4778540ae32eb8 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/rotate.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_rotate: + +rotate +------ + +.. autofunction:: paddle.incubate.hapi.vision.transforms.rotate + :noindex: + diff --git a/doc/fluid/api/incubate/hapi/vision/transforms/to_grayscale.rst b/doc/fluid/api/incubate/hapi/vision/transforms/to_grayscale.rst new file mode 100644 index 0000000000000000000000000000000000000000..32aee5f6956735da52d0e502e35f46fda787c371 --- /dev/null +++ b/doc/fluid/api/incubate/hapi/vision/transforms/to_grayscale.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_incubate_hapi_vision_transforms_to_grayscale: + +to_grayscale +------------ + +.. autofunction:: paddle.incubate.hapi.vision.transforms.to_grayscale + :noindex: + diff --git a/doc/fluid/api/index_en.rst b/doc/fluid/api/index_en.rst index f360715383903c2f6efae7a01e662a710fafc340..b47e7aad0cab8a5389eec32d58808994577268b6 100644 --- a/doc/fluid/api/index_en.rst +++ b/doc/fluid/api/index_en.rst @@ -6,30 +6,39 @@ API Reference :maxdepth: 1 ../api_guides/index_en.rst - dataset.rst + complex.rst declarative.rst framework.rst imperative.rst - io.rst + incubate.rst metric.rst nn.rst - optimizer.rst + review_tmp.rst tensor.rst fluid.rst backward.rst + callbacks.rst clip.rst data/data_reader.rst data/dataset.rst + dataset.rst + datasets.rst + distributed.rst + download.rst dygraph.rst executor.rst fluid.rst initializer.rst + io.rst layers.rst + loss.rst metrics.rst + model.rst nets.rst + optimizer.rst paddle.rst profiler.rst regularizer.rst + text.rst transpiler.rst unique_name.rst - review_tmp.rst diff --git a/doc/fluid/api/initializer.rst b/doc/fluid/api/initializer.rst index 0068f3f603e930d564d71f964cf3ff49a15b9f0d..cb47ce0b17556aa0f902c132dcf7df12b9c47317 100644 --- a/doc/fluid/api/initializer.rst +++ b/doc/fluid/api/initializer.rst @@ -16,6 +16,7 @@ fluid.initializer initializer/Normal.rst initializer/NormalInitializer.rst initializer/NumpyArrayInitializer.rst + initializer/set_global_initializer.rst initializer/TruncatedNormal.rst initializer/TruncatedNormalInitializer.rst initializer/Uniform.rst diff --git a/doc/fluid/api/initializer/set_global_initializer.rst b/doc/fluid/api/initializer/set_global_initializer.rst new file mode 100644 index 0000000000000000000000000000000000000000..2d013ffd9c4307838ae225c21c2ee76f4c8beef1 --- /dev/null +++ b/doc/fluid/api/initializer/set_global_initializer.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_initializer_set_global_initializer: + +set_global_initializer +---------------------- + +.. autofunction:: paddle.fluid.initializer.set_global_initializer + :noindex: + diff --git a/doc/fluid/api/io.rst b/doc/fluid/api/io.rst index 666d584ca533027ddeb3f1a16575365804260b81..8df106b35e7a89acf504264b330238a54f54be23 100644 --- a/doc/fluid/api/io.rst +++ b/doc/fluid/api/io.rst @@ -1,5 +1,5 @@ ======== -paddle.io +fluid.io ======== .. toctree:: @@ -14,6 +14,7 @@ paddle.io io/ComposeNotAligned.rst io/DataLoader.rst io/Dataset.rst + io/default_collate_fn.rst io/firstn.rst io/get_program_parameter.rst io/get_program_persistable_vars.rst @@ -28,12 +29,9 @@ paddle.io io/PyReader.rst io/save.rst io/save_inference_model.rst - io/save_inference_model.rst io/save_params.rst io/save_persistables.rst io/save_vars.rst io/set_program_state.rst - io/set_program_state.rst - io/shuffle.rst io/shuffle.rst io/xmap_readers.rst diff --git a/doc/fluid/api/io/default_collate_fn.rst b/doc/fluid/api/io/default_collate_fn.rst new file mode 100644 index 0000000000000000000000000000000000000000..38f34e1eeaa476fb77874ea015dbfd4213a5f9fe --- /dev/null +++ b/doc/fluid/api/io/default_collate_fn.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_io_default_collate_fn: + +default_collate_fn +------------------ + +.. autofunction:: paddle.fluid.io.default_collate_fn + :noindex: + diff --git a/doc/fluid/api/layers.rst b/doc/fluid/api/layers.rst index 0f1fe3c222c5266deacca8603ff10ce9fed33429..79326ed3d212bc203d35efa9a800f22fb14cd500 100644 --- a/doc/fluid/api/layers.rst +++ b/doc/fluid/api/layers.rst @@ -21,6 +21,7 @@ fluid.layers layers/array_read.rst layers/array_write.rst layers/asin.rst + layers/Assert.rst layers/assign.rst layers/atan.rst layers/auc.rst @@ -55,6 +56,7 @@ fluid.layers layers/conv3d_transpose.rst layers/cos.rst layers/cos_sim.rst + layers/cosh.rst layers/cosine_decay.rst layers/create_array.rst layers/create_global_var.rst @@ -174,15 +176,16 @@ fluid.layers layers/LSTMCell.rst layers/margin_rank_loss.rst layers/matmul.rst + layers/matrix_nms.rst layers/maxout.rst layers/mean.rst layers/mean_iou.rst layers/merge_selected_rows.rst + layers/mish.rst layers/mse_loss.rst layers/mul.rst layers/multi_box_head.rst layers/multiclass_nms.rst - layers/matrix_nms.rst layers/multiplex.rst layers/MultivariateNormalDiag.rst layers/natural_exp_decay.rst @@ -229,6 +232,7 @@ fluid.layers layers/reorder_lod_tensor_by_rank.rst layers/reshape.rst layers/resize_bilinear.rst + layers/resize_linear.rst layers/resize_nearest.rst layers/resize_trilinear.rst layers/retinanet_detection_output.rst @@ -276,6 +280,7 @@ fluid.layers layers/sign.rst layers/similarity_focus.rst layers/sin.rst + layers/sinh.rst layers/size.rst layers/slice.rst layers/smooth_l1.rst @@ -312,6 +317,7 @@ fluid.layers layers/topk.rst layers/TrainingHelper.rst layers/transpose.rst + layers/unbind.rst layers/unfold.rst layers/Uniform.rst layers/uniform_random.rst diff --git a/doc/fluid/api/layers/Assert.rst b/doc/fluid/api/layers/Assert.rst new file mode 100644 index 0000000000000000000000000000000000000000..96c0a4bb2eb6d7975749ff6a7f51d25312d98281 --- /dev/null +++ b/doc/fluid/api/layers/Assert.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_Assert: + +Assert +------ + +.. autofunction:: paddle.fluid.layers.Assert + :noindex: + diff --git a/doc/fluid/api/layers/cosh.rst b/doc/fluid/api/layers/cosh.rst new file mode 100644 index 0000000000000000000000000000000000000000..e72a8694c6f414c542e0f44dff708475016716f9 --- /dev/null +++ b/doc/fluid/api/layers/cosh.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_cosh: + +cosh +---- + +.. autofunction:: paddle.fluid.layers.cosh + :noindex: + diff --git a/doc/fluid/api/layers/matrix_nms.rst b/doc/fluid/api/layers/matrix_nms.rst index 60bbbeb151bdd87861c37b625139988ce7db9467..979212c34250cfea62e3b6e87fb31b4f6e28491e 100644 --- a/doc/fluid/api/layers/matrix_nms.rst +++ b/doc/fluid/api/layers/matrix_nms.rst @@ -4,7 +4,7 @@ .. _api_fluid_layers_matrix_nms: matrix_nms --------------- +---------- .. autofunction:: paddle.fluid.layers.matrix_nms :noindex: diff --git a/doc/fluid/api/layers/mish.rst b/doc/fluid/api/layers/mish.rst new file mode 100644 index 0000000000000000000000000000000000000000..c902b87f0fd63d8903426f0b527109b82c869cef --- /dev/null +++ b/doc/fluid/api/layers/mish.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_mish: + +mish +---- + +.. autofunction:: paddle.fluid.layers.mish + :noindex: + diff --git a/doc/fluid/api/layers/resize_linear.rst b/doc/fluid/api/layers/resize_linear.rst new file mode 100644 index 0000000000000000000000000000000000000000..59b245f182c7eb86dcdfb66f3e86bbefe5ed5009 --- /dev/null +++ b/doc/fluid/api/layers/resize_linear.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_resize_linear: + +resize_linear +------------- + +.. autofunction:: paddle.fluid.layers.resize_linear + :noindex: + diff --git a/doc/fluid/api/layers/sinh.rst b/doc/fluid/api/layers/sinh.rst new file mode 100644 index 0000000000000000000000000000000000000000..426fec676d3d3b9176799fc6ad4399ce86abd2d0 --- /dev/null +++ b/doc/fluid/api/layers/sinh.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_sinh: + +sinh +---- + +.. autofunction:: paddle.fluid.layers.sinh + :noindex: + diff --git a/doc/fluid/api/layers/unbind.rst b/doc/fluid/api/layers/unbind.rst new file mode 100644 index 0000000000000000000000000000000000000000..c16ce4e2f6794c2a1158094d02b77a54bce13c58 --- /dev/null +++ b/doc/fluid/api/layers/unbind.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_layers_unbind: + +unbind +------ + +.. autofunction:: paddle.fluid.layers.unbind + :noindex: + diff --git a/doc/fluid/api/loss.rst b/doc/fluid/api/loss.rst new file mode 100644 index 0000000000000000000000000000000000000000..46ec697104195b692174b1f8ab824ca91508aee1 --- /dev/null +++ b/doc/fluid/api/loss.rst @@ -0,0 +1,7 @@ +==== +loss +==== + +.. toctree:: + :maxdepth: 1 + diff --git a/doc/fluid/api/metrics.rst b/doc/fluid/api/metrics.rst index 6a2b6ce1b6c2caaf936610385910850b1e4f5bf0..d56b6acb88e16b36216282199b8b219b5da00de9 100644 --- a/doc/fluid/api/metrics.rst +++ b/doc/fluid/api/metrics.rst @@ -1,6 +1,6 @@ -============= -fluid.metrics -============= +======= +metrics +======= .. toctree:: :maxdepth: 1 diff --git a/doc/fluid/api/model.rst b/doc/fluid/api/model.rst new file mode 100644 index 0000000000000000000000000000000000000000..70fe81f8ec819498d05c8ea63f77c7626e20fd0a --- /dev/null +++ b/doc/fluid/api/model.rst @@ -0,0 +1,7 @@ +===== +model +===== + +.. toctree:: + :maxdepth: 1 + diff --git a/doc/fluid/api/nn.rst b/doc/fluid/api/nn.rst index 3d8ad814db7dfe9da66f6324117ad7c6c83c18fb..c7a5b1f81be7ef13e0b0b5095415200ea09eb6da 100644 --- a/doc/fluid/api/nn.rst +++ b/doc/fluid/api/nn.rst @@ -7,7 +7,6 @@ paddle.nn nn/adaptive_pool2d.rst nn/adaptive_pool3d.rst - nn/add_position_encoding.rst nn/affine_channel.rst nn/affine_grid.rst nn/anchor_generator.rst @@ -28,7 +27,6 @@ paddle.nn nn/clip_by_norm.rst nn/collect_fpn_proposals.rst nn/cond.rst - nn/continuous_value_model.rst nn/conv2d.rst nn/conv2d_transpose.rst nn/conv3d.rst @@ -47,7 +45,6 @@ paddle.nn nn/Embedding.rst nn/erf.rst nn/exponential_decay.rst - nn/filter_by_instag.rst nn/fsp_matrix.rst nn/functional.rst nn/gather_tree.rst @@ -69,6 +66,7 @@ paddle.nn nn/image_resize.rst nn/image_resize_short.rst nn/initializer.rst + nn/InstanceNorm.rst nn/inverse_time_decay.rst nn/iou_similarity.rst nn/kldiv_loss.rst @@ -87,25 +85,23 @@ paddle.nn nn/matrix_nms.rst nn/maxout.rst nn/mse_loss.rst - nn/multiclass_nms.rst nn/natural_exp_decay.rst nn/noam_decay.rst nn/npair_loss.rst nn/one_hot.rst nn/pad.rst + nn/Pad2D.rst nn/pad2d.rst nn/pad_constant_like.rst nn/ParameterList.rst nn/piecewise_decay.rst nn/pixel_shuffle.rst - nn/polygon_box_transform.rst nn/polynomial_decay.rst nn/Pool2D.rst nn/pool3d.rst nn/prior_box.rst nn/prroi_pool.rst nn/psroi_pool.rst - nn/random_crop.rst nn/rank_loss.rst nn/ReLU.rst nn/relu6.rst @@ -117,15 +113,12 @@ paddle.nn nn/roi_align.rst nn/roi_perspective_transform.rst nn/roi_pool.rst - nn/row_conv.rst - nn/rpn_target_assign.rst nn/sampled_softmax_with_cross_entropy.rst nn/selu.rst nn/Sequential.rst nn/shuffle_channel.rst nn/sigmoid_cross_entropy_with_logits.rst nn/sigmoid_focal_loss.rst - nn/similarity_focus.rst nn/smooth_l1.rst nn/soft_relu.rst nn/softmax.rst @@ -140,14 +133,10 @@ paddle.nn nn/swish.rst nn/switch_case.rst nn/tanh_shrink.rst - nn/target_assign.rst nn/teacher_student_sigmoid_loss.rst - nn/temporal_shift.rst nn/thresholded_relu.rst nn/unfold.rst - nn/warpctc.rst + nn/UpSample.rst nn/while_loop.rst nn/yolo_box.rst nn/yolov3_loss.rst - nn/functional/loss/margin_ranking_loss.rst - nn/layer/loss/MarginRankingLoss.rst diff --git a/doc/fluid/api/nn/BatchNorm.rst b/doc/fluid/api/nn/BatchNorm.rst index b88ccdfa124f2bb0fab620878c61eb62ba22cbe0..bdc0c59eb1f65cc2d159c67a540f2bdc7ced6410 100644 --- a/doc/fluid/api/nn/BatchNorm.rst +++ b/doc/fluid/api/nn/BatchNorm.rst @@ -1,7 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + .. _api_nn_BatchNorm: BatchNorm -------------------------------- -:doc_source: paddle.fluid.dygraph.BatchNorm +--------- +.. autoclass:: paddle.nn.BatchNorm + :members: + :inherited-members: + :noindex: diff --git a/doc/fluid/api/nn/BilinearTensorProduct.rst b/doc/fluid/api/nn/BilinearTensorProduct.rst index ca0a1245228168f0f036ab0b7f0aff7819928870..16d3fdf913b9842fad1a758615247ddb40e4dca6 100644 --- a/doc/fluid/api/nn/BilinearTensorProduct.rst +++ b/doc/fluid/api/nn/BilinearTensorProduct.rst @@ -1,7 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + .. _api_nn_BilinearTensorProduct: BilinearTensorProduct -------------------------------- -:doc_source: paddle.fluid.dygraph.BilinearTensorProduct +--------------------- +.. autoclass:: paddle.nn.BilinearTensorProduct + :members: + :inherited-members: + :noindex: diff --git a/doc/fluid/api/nn/Embedding.rst b/doc/fluid/api/nn/Embedding.rst index b9ec790b5deb9232eac98d57896b7f730ab297da..1fcf4dc796632c98d491cefa06dcc2fdd5650422 100644 --- a/doc/fluid/api/nn/Embedding.rst +++ b/doc/fluid/api/nn/Embedding.rst @@ -1,7 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + .. _api_nn_Embedding: Embedding -------------------------------- -:doc_source: paddle.fluid.dygraph.Embedding +--------- +.. autoclass:: paddle.nn.Embedding + :members: + :inherited-members: + :noindex: diff --git a/doc/fluid/api/nn/GroupNorm.rst b/doc/fluid/api/nn/GroupNorm.rst index 0c87d6b16b9d0b02fe0833198599fa6024f8b0a9..6b74cb98dee9a3e1cc9bab6a52ffc458d73ffafb 100644 --- a/doc/fluid/api/nn/GroupNorm.rst +++ b/doc/fluid/api/nn/GroupNorm.rst @@ -1,7 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + .. _api_nn_GroupNorm: GroupNorm -------------------------------- -:doc_source: paddle.fluid.dygraph.GroupNorm +--------- +.. autoclass:: paddle.nn.GroupNorm + :members: + :inherited-members: + :noindex: diff --git a/doc/fluid/api/nn/InstanceNorm.rst b/doc/fluid/api/nn/InstanceNorm.rst new file mode 100644 index 0000000000000000000000000000000000000000..f925cd134bae7aaf1cf8cc0285fdc4b61f185e46 --- /dev/null +++ b/doc/fluid/api/nn/InstanceNorm.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_nn_InstanceNorm: + +InstanceNorm +------------ + +.. autoclass:: paddle.nn.InstanceNorm + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/nn/LayerNorm.rst b/doc/fluid/api/nn/LayerNorm.rst index 162d53ad754cbaaa4c96430309fc30f1c6820fdc..bedd3d8245a361511904b19ccc888caa59829f9a 100644 --- a/doc/fluid/api/nn/LayerNorm.rst +++ b/doc/fluid/api/nn/LayerNorm.rst @@ -1,7 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + .. _api_nn_LayerNorm: LayerNorm -------------------------------- -:doc_source: paddle.fluid.dygraph.LayerNorm +--------- +.. autoclass:: paddle.nn.LayerNorm + :members: + :inherited-members: + :noindex: diff --git a/doc/fluid/api/nn/Linear.rst b/doc/fluid/api/nn/Linear.rst index 239d4d2d22d4558aef5cb1fa7fb993e156871596..9d73cca568a69665670d5e4c92e895f7f17dfce8 100644 --- a/doc/fluid/api/nn/Linear.rst +++ b/doc/fluid/api/nn/Linear.rst @@ -1,7 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + .. _api_nn_Linear: Linear -------------------------------- -:doc_source: paddle.fluid.dygraph.Linear +------ +.. autoclass:: paddle.nn.Linear + :members: + :inherited-members: + :noindex: diff --git a/doc/fluid/api/nn/Pad2D.rst b/doc/fluid/api/nn/Pad2D.rst new file mode 100644 index 0000000000000000000000000000000000000000..3a9ddbe3f58450d9419746d9d19b5d65f86e2ae6 --- /dev/null +++ b/doc/fluid/api/nn/Pad2D.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_nn_Pad2D: + +Pad2D +----- + +.. autoclass:: paddle.nn.Pad2D + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/nn/Pool2D.rst b/doc/fluid/api/nn/Pool2D.rst index e34535daab0f95181dea2841a9ffb7c5732b7a50..b3998e5dcbdcb9bf122fd6d610490ee77788b17c 100644 --- a/doc/fluid/api/nn/Pool2D.rst +++ b/doc/fluid/api/nn/Pool2D.rst @@ -1,7 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + .. _api_nn_Pool2D: Pool2D -------------------------------- -:doc_source: paddle.fluid.dygraph.Pool2D +------ +.. autoclass:: paddle.nn.Pool2D + :members: + :inherited-members: + :noindex: diff --git a/doc/fluid/api/nn/SpectralNorm.rst b/doc/fluid/api/nn/SpectralNorm.rst index aff8682c35ae6b0f57bc7dff861bb21f7881fd64..487774ebd18e2784578e0b2589a1b39d9c403cb8 100644 --- a/doc/fluid/api/nn/SpectralNorm.rst +++ b/doc/fluid/api/nn/SpectralNorm.rst @@ -1,7 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + .. _api_nn_SpectralNorm: SpectralNorm -------------------------------- -:doc_source: paddle.fluid.dygraph.SpectralNorm +------------ +.. autoclass:: paddle.nn.SpectralNorm + :members: + :inherited-members: + :noindex: diff --git a/doc/fluid/api/nn/UpSample.rst b/doc/fluid/api/nn/UpSample.rst new file mode 100644 index 0000000000000000000000000000000000000000..ca92779a7545fa7eb05620f8a7b1669975f307b3 --- /dev/null +++ b/doc/fluid/api/nn/UpSample.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_nn_UpSample: + +UpSample +-------- + +.. autoclass:: paddle.nn.UpSample + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/nn/add_position_encoding.rst b/doc/fluid/api/nn/add_position_encoding.rst deleted file mode 100644 index 7f07f2ba62e729502edd54f526d516564259bdc6..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/add_position_encoding.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_add_position_encoding: - -add_position_encoding -------------------------------- -:doc_source: paddle.fluid.layers.add_position_encoding - - diff --git a/doc/fluid/api/nn/continuous_value_model.rst b/doc/fluid/api/nn/continuous_value_model.rst deleted file mode 100644 index 95e3694575659092ae0864b42ca21e19b39c15b3..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/continuous_value_model.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_continuous_value_model: - -continuous_value_model -------------------------------- -:doc_source: paddle.fluid.layers.continuous_value_model - - diff --git a/doc/fluid/api/nn/filter_by_instag.rst b/doc/fluid/api/nn/filter_by_instag.rst deleted file mode 100644 index 3587ac608f0d321d83dca11de89966f628c9eed0..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/filter_by_instag.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_filter_by_instag: - -filter_by_instag -------------------------------- -:doc_source: paddle.fluid.layers.filter_by_instag - - diff --git a/doc/fluid/api/nn/loss/BCELoss.rst b/doc/fluid/api/nn/loss/BCELoss.rst new file mode 100644 index 0000000000000000000000000000000000000000..8f1ff8d73903256669141ada6d7892c9fb6726aa --- /dev/null +++ b/doc/fluid/api/nn/loss/BCELoss.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_nn_loss_BCELoss: + +BCELoss +------- + +.. autoclass:: paddle.nn.loss.BCELoss + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/nn/loss/CrossEntropyLoss.rst b/doc/fluid/api/nn/loss/CrossEntropyLoss.rst new file mode 100644 index 0000000000000000000000000000000000000000..97cfbf20a64e48aaeef94b61d0847ea9250b0fe8 --- /dev/null +++ b/doc/fluid/api/nn/loss/CrossEntropyLoss.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_nn_loss_CrossEntropyLoss: + +CrossEntropyLoss +---------------- + +.. autoclass:: paddle.nn.loss.CrossEntropyLoss + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/nn/loss/MSELoss.rst b/doc/fluid/api/nn/loss/MSELoss.rst new file mode 100644 index 0000000000000000000000000000000000000000..61f15ac37026436c0adb0b216295fdf5dbca9b77 --- /dev/null +++ b/doc/fluid/api/nn/loss/MSELoss.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_nn_loss_MSELoss: + +MSELoss +------- + +.. autoclass:: paddle.nn.loss.MSELoss + :members: + :inherited-members: + :noindex: + diff --git a/doc/fluid/api/nn/loss/NLLLoss.rst b/doc/fluid/api/nn/loss/NLLLoss.rst index c1a0c26de51b8869a8eccb2150c8e5635159f1de..957a4dd432512334a6b933e1e320a85fbbba18b7 100644 --- a/doc/fluid/api/nn/loss/NLLLoss.rst +++ b/doc/fluid/api/nn/loss/NLLLoss.rst @@ -4,7 +4,7 @@ .. _api_nn_loss_NLLLoss: NLLLoss -------------------------------- +------- .. autoclass:: paddle.nn.loss.NLLLoss :members: diff --git a/doc/fluid/api/nn/multiclass_nms.rst b/doc/fluid/api/nn/multiclass_nms.rst deleted file mode 100644 index b81b4a72a50185e4b815d9b252d5747ed6890ef4..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/multiclass_nms.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_multiclass_nms: - -multiclass_nms -------------------------------- -:doc_source: paddle.fluid.layers.multiclass_nms - - diff --git a/doc/fluid/api/nn/polygon_box_transform.rst b/doc/fluid/api/nn/polygon_box_transform.rst deleted file mode 100644 index a993817b38a16227a04d1553f39881ea38ca8ef1..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/polygon_box_transform.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_polygon_box_transform: - -polygon_box_transform -------------------------------- -:doc_source: paddle.fluid.layers.polygon_box_transform - - diff --git a/doc/fluid/api/nn/random_crop.rst b/doc/fluid/api/nn/random_crop.rst deleted file mode 100644 index 6a20767bd9dc3d7be494f890e4109be41e7d7f8f..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/random_crop.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_random_crop: - -random_crop -------------------------------- -:doc_source: paddle.fluid.layers.random_crop - - diff --git a/doc/fluid/api/nn/row_conv.rst b/doc/fluid/api/nn/row_conv.rst deleted file mode 100644 index 93eb2dc4dd89a038653e9cba728cff085e713e70..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/row_conv.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_row_conv: - -row_conv -------------------------------- -:doc_source: paddle.fluid.layers.row_conv - - diff --git a/doc/fluid/api/nn/rpn_target_assign.rst b/doc/fluid/api/nn/rpn_target_assign.rst deleted file mode 100644 index 91c2213e7bed2b094f64fce29d51720b97304e19..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/rpn_target_assign.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_rpn_target_assign: - -rpn_target_assign -------------------------------- -:doc_source: paddle.fluid.layers.rpn_target_assign - - diff --git a/doc/fluid/api/nn/similarity_focus.rst b/doc/fluid/api/nn/similarity_focus.rst deleted file mode 100644 index 7f3bacb72cfcb2ec7a33b5d38f8df8748212f62d..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/similarity_focus.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_similarity_focus: - -similarity_focus -------------------------------- -:doc_source: paddle.fluid.layers.similarity_focus - - diff --git a/doc/fluid/api/nn/target_assign.rst b/doc/fluid/api/nn/target_assign.rst deleted file mode 100644 index 0a1337fafa87f830fa70458cafdad5fea62274df..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/target_assign.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_target_assign: - -target_assign -------------------------------- -:doc_source: paddle.fluid.layers.target_assign - - diff --git a/doc/fluid/api/nn/temporal_shift.rst b/doc/fluid/api/nn/temporal_shift.rst deleted file mode 100644 index 85eb76bad6ad68e0267f9a77b8d893040133ee6b..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/temporal_shift.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_temporal_shift: - -temporal_shift -------------------------------- -:doc_source: paddle.fluid.layers.temporal_shift - - diff --git a/doc/fluid/api/nn/warpctc.rst b/doc/fluid/api/nn/warpctc.rst deleted file mode 100644 index a7d791d58a4e985f620be9b43d2134422be9f8c8..0000000000000000000000000000000000000000 --- a/doc/fluid/api/nn/warpctc.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_nn_warpctc: - -warpctc -------------------------------- -:doc_source: paddle.fluid.layers.warpctc - - diff --git a/doc/fluid/api/optimizer.rst b/doc/fluid/api/optimizer.rst index 06ccc695574c9d060dfe4c853c7d6c2c4ed8eb4f..6f0377a58632782c3f12ccfbad658224286af3b5 100644 --- a/doc/fluid/api/optimizer.rst +++ b/doc/fluid/api/optimizer.rst @@ -1,5 +1,5 @@ =============== -paddle.optimizer +fluid.optimizer =============== .. toctree:: @@ -28,6 +28,7 @@ paddle.optimizer optimizer/ModelAverage.rst optimizer/Momentum.rst optimizer/MomentumOptimizer.rst + optimizer/PipelineOptimizer.rst optimizer/RecomputeOptimizer.rst optimizer/RMSPropOptimizer.rst optimizer/SGD.rst diff --git a/doc/fluid/api/optimizer/PipelineOptimizer.rst b/doc/fluid/api/optimizer/PipelineOptimizer.rst new file mode 100644 index 0000000000000000000000000000000000000000..87e6f4026d49f4db11dec390faf325082bb1fdbe --- /dev/null +++ b/doc/fluid/api/optimizer/PipelineOptimizer.rst @@ -0,0 +1,14 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_optimizer_PipelineOptimizer: + +PipelineOptimizer +----------------- + +.. autoclass:: paddle.fluid.optimizer.PipelineOptimizer + :members: + :inherited-members: + :exclude-members: apply_gradients, apply_optimize, backward, load + :noindex: + diff --git a/doc/fluid/api/tensor.rst b/doc/fluid/api/tensor.rst index a8eb2516782826e475c067311c765b50fddf4aaa..e5130b59b011d3ddb03cfb167c35845dd71769d6 100644 --- a/doc/fluid/api/tensor.rst +++ b/doc/fluid/api/tensor.rst @@ -67,7 +67,6 @@ paddle.tensor tensor/min.rst tensor/minimum.rst tensor/mm.rst - tensor/mul.rst tensor/multiplex.rst tensor/norm.rst tensor/not_equal.rst diff --git a/doc/fluid/api/tensor/linalg.rst b/doc/fluid/api/tensor/linalg.rst index 08cabf1c4bfb9ee5be5b8d843ce0936707c8a50c..5636704877e52c836d2f305509a0b719f41cf0b9 100644 --- a/doc/fluid/api/tensor/linalg.rst +++ b/doc/fluid/api/tensor/linalg.rst @@ -5,4 +5,13 @@ linalg .. toctree:: :maxdepth: 1 + linalg/bmm.rst + linalg/cholesky.rst + linalg/cross.rst linalg/dist.rst + linalg/dot.rst + linalg/histogram.rst + linalg/matmul.rst + linalg/norm.rst + linalg/t.rst + linalg/transpose.rst diff --git a/doc/fluid/api/tensor/linalg/bmm.rst b/doc/fluid/api/tensor/linalg/bmm.rst new file mode 100644 index 0000000000000000000000000000000000000000..8b6898f5c6b95ba93df405b5d20ff8655a662f29 --- /dev/null +++ b/doc/fluid/api/tensor/linalg/bmm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_linalg_bmm: + +bmm +--- + +.. autofunction:: paddle.tensor.linalg.bmm + :noindex: + diff --git a/doc/fluid/api/tensor/linalg/cholesky.rst b/doc/fluid/api/tensor/linalg/cholesky.rst new file mode 100644 index 0000000000000000000000000000000000000000..fb778311c95eb3720a2509f7d8c30cea037301dd --- /dev/null +++ b/doc/fluid/api/tensor/linalg/cholesky.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_linalg_cholesky: + +cholesky +-------- + +.. autofunction:: paddle.tensor.linalg.cholesky + :noindex: + diff --git a/doc/fluid/api/tensor/linalg/cross.rst b/doc/fluid/api/tensor/linalg/cross.rst new file mode 100644 index 0000000000000000000000000000000000000000..a220268a3cf9d305dc8b5628c6de092510e7f756 --- /dev/null +++ b/doc/fluid/api/tensor/linalg/cross.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_linalg_cross: + +cross +----- + +.. autofunction:: paddle.tensor.linalg.cross + :noindex: + diff --git a/doc/fluid/api/tensor/linalg/dist.rst b/doc/fluid/api/tensor/linalg/dist.rst index 6ca92b5366fcfc3cae450ab8790b0773d276a57c..386b68fdd55211da6db9a744710eb346bfe51973 100644 --- a/doc/fluid/api/tensor/linalg/dist.rst +++ b/doc/fluid/api/tensor/linalg/dist.rst @@ -4,7 +4,7 @@ .. _api_tensor_linalg_dist: dist --------- +---- .. autofunction:: paddle.tensor.linalg.dist :noindex: diff --git a/doc/fluid/api/tensor/linalg/dot.rst b/doc/fluid/api/tensor/linalg/dot.rst new file mode 100644 index 0000000000000000000000000000000000000000..19167ca2634151a33a9ede92d239fecc4cd4bfe6 --- /dev/null +++ b/doc/fluid/api/tensor/linalg/dot.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_linalg_dot: + +dot +--- + +.. autofunction:: paddle.tensor.linalg.dot + :noindex: + diff --git a/doc/fluid/api/tensor/linalg/histogram.rst b/doc/fluid/api/tensor/linalg/histogram.rst new file mode 100644 index 0000000000000000000000000000000000000000..80b827cff4ba7a5e4a566f8f5fd3aa9d9595a2cb --- /dev/null +++ b/doc/fluid/api/tensor/linalg/histogram.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_linalg_histogram: + +histogram +--------- + +.. autofunction:: paddle.tensor.linalg.histogram + :noindex: + diff --git a/doc/fluid/api/tensor/linalg/matmul.rst b/doc/fluid/api/tensor/linalg/matmul.rst new file mode 100644 index 0000000000000000000000000000000000000000..846cffb1f539c47a9a4c3b3df03d11c4c9842254 --- /dev/null +++ b/doc/fluid/api/tensor/linalg/matmul.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_linalg_matmul: + +matmul +------ + +.. autofunction:: paddle.tensor.linalg.matmul + :noindex: + diff --git a/doc/fluid/api/tensor/linalg/norm.rst b/doc/fluid/api/tensor/linalg/norm.rst new file mode 100644 index 0000000000000000000000000000000000000000..7228d4a37b2290693a279c290c1bdbbd152f580f --- /dev/null +++ b/doc/fluid/api/tensor/linalg/norm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_linalg_norm: + +norm +---- + +.. autofunction:: paddle.tensor.linalg.norm + :noindex: + diff --git a/doc/fluid/api/tensor/linalg/t.rst b/doc/fluid/api/tensor/linalg/t.rst new file mode 100644 index 0000000000000000000000000000000000000000..0544561676ab18ce8a8d3b8bad04892ce824979a --- /dev/null +++ b/doc/fluid/api/tensor/linalg/t.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_linalg_t: + +t +- + +.. autofunction:: paddle.tensor.linalg.t + :noindex: + diff --git a/doc/fluid/api/tensor/linalg/transpose.rst b/doc/fluid/api/tensor/linalg/transpose.rst new file mode 100644 index 0000000000000000000000000000000000000000..d905961940239b2e8d93a94ae71530f8bbce2a12 --- /dev/null +++ b/doc/fluid/api/tensor/linalg/transpose.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_linalg_transpose: + +transpose +--------- + +.. autofunction:: paddle.tensor.linalg.transpose + :noindex: + diff --git a/doc/fluid/api/tensor/math.rst b/doc/fluid/api/tensor/math.rst index 0e0218b0351e9c7d90ec9637c6b12f4dd0297c59..88e13b556b77506dc7fdb664a0d4f0e07251bd91 100644 --- a/doc/fluid/api/tensor/math.rst +++ b/doc/fluid/api/tensor/math.rst @@ -5,21 +5,59 @@ math .. toctree:: :maxdepth: 1 + math/abs.rst + math/acos.rst math/add.rst math/addcmul.rst math/addmm.rst + math/asin.rst math/atan.rst + math/ceil.rst math/clamp.rst + math/cos.rst + math/cosh.rst + math/cumsum.rst math/div.rst + math/elementwise_add.rst + math/elementwise_div.rst + math/elementwise_floordiv.rst + math/elementwise_max.rst + math/elementwise_min.rst + math/elementwise_mod.rst + math/elementwise_pow.rst + math/elementwise_sub.rst math/elementwise_sum.rst + math/erf.rst + math/exp.rst + math/floor.rst + math/increment.rst + math/inverse.rst + math/kron.rst + math/log.rst math/log1p.rst math/logsumexp.rst math/max.rst math/min.rst math/mm.rst math/mul.rst + math/multiplex.rst + math/multiply.rst math/pow.rst + math/reciprocal.rst + math/reduce_max.rst + math/reduce_min.rst + math/reduce_prod.rst + math/reduce_sum.rst + math/round.rst + math/rsqrt.rst + math/scale.rst + math/sign.rst math/sin.rst + math/sinh.rst math/sqrt.rst + math/square.rst + math/stanh.rst math/sum.rst + math/sums.rst math/tanh.rst + math/trace.rst diff --git a/doc/fluid/api/tensor/math/abs.rst b/doc/fluid/api/tensor/math/abs.rst new file mode 100644 index 0000000000000000000000000000000000000000..2789ef7d57bfbcd615ec23e8afcb9cb7e4b43082 --- /dev/null +++ b/doc/fluid/api/tensor/math/abs.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_abs: + +abs +--- + +.. autofunction:: paddle.tensor.math.abs + :noindex: + diff --git a/doc/fluid/api/tensor/math/acos.rst b/doc/fluid/api/tensor/math/acos.rst new file mode 100644 index 0000000000000000000000000000000000000000..1edd80be9bb966f951502bc62b601f665513bd23 --- /dev/null +++ b/doc/fluid/api/tensor/math/acos.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_acos: + +acos +---- + +.. autofunction:: paddle.tensor.math.acos + :noindex: + diff --git a/doc/fluid/api/tensor/math/addcmul.rst b/doc/fluid/api/tensor/math/addcmul.rst new file mode 100644 index 0000000000000000000000000000000000000000..bfdf89c4e4a18b58994944a3aa05d472b4ea3d8e --- /dev/null +++ b/doc/fluid/api/tensor/math/addcmul.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_addcmul: + +addcmul +------- + +.. autofunction:: paddle.tensor.math.addcmul + :noindex: + diff --git a/doc/fluid/api/tensor/math/addmm.rst b/doc/fluid/api/tensor/math/addmm.rst new file mode 100644 index 0000000000000000000000000000000000000000..214e154a92cda2815f7d20aef4c923de849c74da --- /dev/null +++ b/doc/fluid/api/tensor/math/addmm.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_addmm: + +addmm +----- + +.. autofunction:: paddle.tensor.math.addmm + :noindex: + diff --git a/doc/fluid/api/tensor/math/asin.rst b/doc/fluid/api/tensor/math/asin.rst new file mode 100644 index 0000000000000000000000000000000000000000..ae06a6d792d071e75b72ea162a734f3b0d246875 --- /dev/null +++ b/doc/fluid/api/tensor/math/asin.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_asin: + +asin +---- + +.. autofunction:: paddle.tensor.math.asin + :noindex: + diff --git a/doc/fluid/api/tensor/math/ceil.rst b/doc/fluid/api/tensor/math/ceil.rst new file mode 100644 index 0000000000000000000000000000000000000000..6f622ba07a5b0ed397b8ff094d17d43f5cbd1af3 --- /dev/null +++ b/doc/fluid/api/tensor/math/ceil.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_ceil: + +ceil +---- + +.. autofunction:: paddle.tensor.math.ceil + :noindex: + diff --git a/doc/fluid/api/tensor/math/clamp.rst b/doc/fluid/api/tensor/math/clamp.rst new file mode 100644 index 0000000000000000000000000000000000000000..7ed8ce3409264302a3cce13d4b9b3120e0c0451e --- /dev/null +++ b/doc/fluid/api/tensor/math/clamp.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_clamp: + +clamp +----- + +.. autofunction:: paddle.tensor.math.clamp + :noindex: + diff --git a/doc/fluid/api/tensor/math/cos.rst b/doc/fluid/api/tensor/math/cos.rst new file mode 100644 index 0000000000000000000000000000000000000000..3e2967b769f6d2e73a4eec33b315a6b92ec2949a --- /dev/null +++ b/doc/fluid/api/tensor/math/cos.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_cos: + +cos +--- + +.. autofunction:: paddle.tensor.math.cos + :noindex: + diff --git a/doc/fluid/api/tensor/math/cosh.rst b/doc/fluid/api/tensor/math/cosh.rst new file mode 100644 index 0000000000000000000000000000000000000000..028b891910433030ac560ea53cccb4249b7e3d8d --- /dev/null +++ b/doc/fluid/api/tensor/math/cosh.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_cosh: + +cosh +---- + +.. autofunction:: paddle.tensor.math.cosh + :noindex: + diff --git a/doc/fluid/api/tensor/math/cumsum.rst b/doc/fluid/api/tensor/math/cumsum.rst new file mode 100644 index 0000000000000000000000000000000000000000..4f52877bf5e0084a3febb39f2cd3ecbc293294c3 --- /dev/null +++ b/doc/fluid/api/tensor/math/cumsum.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_cumsum: + +cumsum +------ + +.. autofunction:: paddle.tensor.math.cumsum + :noindex: + diff --git a/doc/fluid/api/tensor/math/elementwise_add.rst b/doc/fluid/api/tensor/math/elementwise_add.rst new file mode 100644 index 0000000000000000000000000000000000000000..eb578785c5d95597bc4fab95ee6e14786ae90a22 --- /dev/null +++ b/doc/fluid/api/tensor/math/elementwise_add.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_elementwise_add: + +elementwise_add +--------------- + +.. autofunction:: paddle.tensor.math.elementwise_add + :noindex: + diff --git a/doc/fluid/api/tensor/math/elementwise_div.rst b/doc/fluid/api/tensor/math/elementwise_div.rst new file mode 100644 index 0000000000000000000000000000000000000000..898611578ec0318803ec94f61943f4a8f03ff4a3 --- /dev/null +++ b/doc/fluid/api/tensor/math/elementwise_div.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_elementwise_div: + +elementwise_div +--------------- + +.. autofunction:: paddle.tensor.math.elementwise_div + :noindex: + diff --git a/doc/fluid/api/tensor/math/elementwise_floordiv.rst b/doc/fluid/api/tensor/math/elementwise_floordiv.rst new file mode 100644 index 0000000000000000000000000000000000000000..cac18c6db261238c4dc3e1f1792632a6e2914695 --- /dev/null +++ b/doc/fluid/api/tensor/math/elementwise_floordiv.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_elementwise_floordiv: + +elementwise_floordiv +-------------------- + +.. autofunction:: paddle.tensor.math.elementwise_floordiv + :noindex: + diff --git a/doc/fluid/api/tensor/math/elementwise_max.rst b/doc/fluid/api/tensor/math/elementwise_max.rst new file mode 100644 index 0000000000000000000000000000000000000000..cd6085da153d171ffd3d20209b16402731c0649a --- /dev/null +++ b/doc/fluid/api/tensor/math/elementwise_max.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_elementwise_max: + +elementwise_max +--------------- + +.. autofunction:: paddle.tensor.math.elementwise_max + :noindex: + diff --git a/doc/fluid/api/tensor/math/elementwise_min.rst b/doc/fluid/api/tensor/math/elementwise_min.rst new file mode 100644 index 0000000000000000000000000000000000000000..e632f25a6582326c73ba6bbe74705fbd0856281d --- /dev/null +++ b/doc/fluid/api/tensor/math/elementwise_min.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_elementwise_min: + +elementwise_min +--------------- + +.. autofunction:: paddle.tensor.math.elementwise_min + :noindex: + diff --git a/doc/fluid/api/tensor/math/elementwise_mod.rst b/doc/fluid/api/tensor/math/elementwise_mod.rst new file mode 100644 index 0000000000000000000000000000000000000000..a266491a30b2f5721b0e8e44e4c4fed1e8184a41 --- /dev/null +++ b/doc/fluid/api/tensor/math/elementwise_mod.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_elementwise_mod: + +elementwise_mod +--------------- + +.. autofunction:: paddle.tensor.math.elementwise_mod + :noindex: + diff --git a/doc/fluid/api/tensor/math/elementwise_pow.rst b/doc/fluid/api/tensor/math/elementwise_pow.rst new file mode 100644 index 0000000000000000000000000000000000000000..ad23b6af2f7eba12d287b40a85106bd2146e323d --- /dev/null +++ b/doc/fluid/api/tensor/math/elementwise_pow.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_elementwise_pow: + +elementwise_pow +--------------- + +.. autofunction:: paddle.tensor.math.elementwise_pow + :noindex: + diff --git a/doc/fluid/api/tensor/math/elementwise_sub.rst b/doc/fluid/api/tensor/math/elementwise_sub.rst new file mode 100644 index 0000000000000000000000000000000000000000..a49382d3510fdf8801ab5da5c6c93a56cfbee07f --- /dev/null +++ b/doc/fluid/api/tensor/math/elementwise_sub.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_elementwise_sub: + +elementwise_sub +--------------- + +.. autofunction:: paddle.tensor.math.elementwise_sub + :noindex: + diff --git a/doc/fluid/api/tensor/math/erf.rst b/doc/fluid/api/tensor/math/erf.rst new file mode 100644 index 0000000000000000000000000000000000000000..4c28684505fd250dfd9efa8a31e4dbd04d64e603 --- /dev/null +++ b/doc/fluid/api/tensor/math/erf.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_erf: + +erf +--- + +.. autofunction:: paddle.tensor.math.erf + :noindex: + diff --git a/doc/fluid/api/tensor/math/exp.rst b/doc/fluid/api/tensor/math/exp.rst new file mode 100644 index 0000000000000000000000000000000000000000..d1ac18cea38ba06ef4574302f151eccdcfca556a --- /dev/null +++ b/doc/fluid/api/tensor/math/exp.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_exp: + +exp +--- + +.. autofunction:: paddle.tensor.math.exp + :noindex: + diff --git a/doc/fluid/api/tensor/math/floor.rst b/doc/fluid/api/tensor/math/floor.rst new file mode 100644 index 0000000000000000000000000000000000000000..b94fac55588b25a24b038d22d0c2f684eb9190a5 --- /dev/null +++ b/doc/fluid/api/tensor/math/floor.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_floor: + +floor +----- + +.. autofunction:: paddle.tensor.math.floor + :noindex: + diff --git a/doc/fluid/api/tensor/math/increment.rst b/doc/fluid/api/tensor/math/increment.rst new file mode 100644 index 0000000000000000000000000000000000000000..57b9f67680dfda94ed7e627b13db39fdfcf2e129 --- /dev/null +++ b/doc/fluid/api/tensor/math/increment.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_increment: + +increment +--------- + +.. autofunction:: paddle.tensor.math.increment + :noindex: + diff --git a/doc/fluid/api/tensor/math/inverse.rst b/doc/fluid/api/tensor/math/inverse.rst new file mode 100644 index 0000000000000000000000000000000000000000..dacab6f017248b60f72c7bc01d0c0d71a8602061 --- /dev/null +++ b/doc/fluid/api/tensor/math/inverse.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_inverse: + +inverse +------- + +.. autofunction:: paddle.tensor.math.inverse + :noindex: + diff --git a/doc/fluid/api/tensor/math/kron.rst b/doc/fluid/api/tensor/math/kron.rst new file mode 100644 index 0000000000000000000000000000000000000000..faac943b76e8e9d77e205ac2680e7d9dd6a2ea62 --- /dev/null +++ b/doc/fluid/api/tensor/math/kron.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_kron: + +kron +---- + +.. autofunction:: paddle.tensor.math.kron + :noindex: + diff --git a/doc/fluid/api/tensor/math/log.rst b/doc/fluid/api/tensor/math/log.rst new file mode 100644 index 0000000000000000000000000000000000000000..5342a0e635983cd2fd2b975f364a04e8f90d4ddb --- /dev/null +++ b/doc/fluid/api/tensor/math/log.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_log: + +log +--- + +.. autofunction:: paddle.tensor.math.log + :noindex: + diff --git a/doc/fluid/api/tensor/math/log1p.rst b/doc/fluid/api/tensor/math/log1p.rst new file mode 100644 index 0000000000000000000000000000000000000000..4576efba9d9faa55ce5db1ab4f56fd0394248b42 --- /dev/null +++ b/doc/fluid/api/tensor/math/log1p.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_log1p: + +log1p +----- + +.. autofunction:: paddle.tensor.math.log1p + :noindex: + diff --git a/doc/fluid/api/tensor/math/logsumexp.rst b/doc/fluid/api/tensor/math/logsumexp.rst new file mode 100644 index 0000000000000000000000000000000000000000..63a25475394863db763250e653ec1348d18e0726 --- /dev/null +++ b/doc/fluid/api/tensor/math/logsumexp.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_logsumexp: + +logsumexp +--------- + +.. autofunction:: paddle.tensor.math.logsumexp + :noindex: + diff --git a/doc/fluid/api/tensor/math/max.rst b/doc/fluid/api/tensor/math/max.rst new file mode 100644 index 0000000000000000000000000000000000000000..c3ee0f98aa5658f6e6a69742d9eaa52fa2680ea1 --- /dev/null +++ b/doc/fluid/api/tensor/math/max.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_max: + +max +--- + +.. autofunction:: paddle.tensor.math.max + :noindex: + diff --git a/doc/fluid/api/tensor/math/min.rst b/doc/fluid/api/tensor/math/min.rst new file mode 100644 index 0000000000000000000000000000000000000000..34d12ca965e59b467420f986edf415d40d2c9f2b --- /dev/null +++ b/doc/fluid/api/tensor/math/min.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_min: + +min +--- + +.. autofunction:: paddle.tensor.math.min + :noindex: + diff --git a/doc/fluid/api/tensor/math/mul.rst b/doc/fluid/api/tensor/math/mul.rst index 9b14559a4a35c701b8169cf425c1e8787db3561c..d1580be03c178c8b8046c98a8c12d8d0da6247be 100644 --- a/doc/fluid/api/tensor/math/mul.rst +++ b/doc/fluid/api/tensor/math/mul.rst @@ -1,11 +1,3 @@ .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` !DO NOT EDIT THIS FILE MANUALLY! -.. _api_tensor_math_mul: - -mul ---- - -.. autofunction:: paddle.tensor.math.mul - :noindex: - diff --git a/doc/fluid/api/tensor/math/multiplex.rst b/doc/fluid/api/tensor/math/multiplex.rst new file mode 100644 index 0000000000000000000000000000000000000000..b2b69882b0d0a428365b05d58751971ee31c4b0b --- /dev/null +++ b/doc/fluid/api/tensor/math/multiplex.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_multiplex: + +multiplex +--------- + +.. autofunction:: paddle.tensor.math.multiplex + :noindex: + diff --git a/doc/fluid/api/tensor/math/multiply.rst b/doc/fluid/api/tensor/math/multiply.rst new file mode 100644 index 0000000000000000000000000000000000000000..40f2fc711fb4c369bf61cd3e0ae5e1b105819206 --- /dev/null +++ b/doc/fluid/api/tensor/math/multiply.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_multiply: + +multiply +-------- + +.. autofunction:: paddle.tensor.math.multiply + :noindex: + diff --git a/doc/fluid/api/tensor/math/reciprocal.rst b/doc/fluid/api/tensor/math/reciprocal.rst new file mode 100644 index 0000000000000000000000000000000000000000..a4b0bc93230ccc9cca9ecab2094e1c3bead62b90 --- /dev/null +++ b/doc/fluid/api/tensor/math/reciprocal.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_reciprocal: + +reciprocal +---------- + +.. autofunction:: paddle.tensor.math.reciprocal + :noindex: + diff --git a/doc/fluid/api/tensor/math/reduce_max.rst b/doc/fluid/api/tensor/math/reduce_max.rst new file mode 100644 index 0000000000000000000000000000000000000000..b2514c8974969bd7f0183312d07151ff26c94660 --- /dev/null +++ b/doc/fluid/api/tensor/math/reduce_max.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_reduce_max: + +reduce_max +---------- + +.. autofunction:: paddle.tensor.math.reduce_max + :noindex: + diff --git a/doc/fluid/api/tensor/math/reduce_min.rst b/doc/fluid/api/tensor/math/reduce_min.rst new file mode 100644 index 0000000000000000000000000000000000000000..6df8f0deb34b84a528ac7cee59091a572165240e --- /dev/null +++ b/doc/fluid/api/tensor/math/reduce_min.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_reduce_min: + +reduce_min +---------- + +.. autofunction:: paddle.tensor.math.reduce_min + :noindex: + diff --git a/doc/fluid/api/tensor/math/reduce_prod.rst b/doc/fluid/api/tensor/math/reduce_prod.rst new file mode 100644 index 0000000000000000000000000000000000000000..c61f92637cac88db8b1fe95dc8e85fe5a86bce33 --- /dev/null +++ b/doc/fluid/api/tensor/math/reduce_prod.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_reduce_prod: + +reduce_prod +----------- + +.. autofunction:: paddle.tensor.math.reduce_prod + :noindex: + diff --git a/doc/fluid/api/tensor/math/reduce_sum.rst b/doc/fluid/api/tensor/math/reduce_sum.rst new file mode 100644 index 0000000000000000000000000000000000000000..9008a0889d777492eeaccb738a0bd4e4c95b1446 --- /dev/null +++ b/doc/fluid/api/tensor/math/reduce_sum.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_reduce_sum: + +reduce_sum +---------- + +.. autofunction:: paddle.tensor.math.reduce_sum + :noindex: + diff --git a/doc/fluid/api/tensor/math/round.rst b/doc/fluid/api/tensor/math/round.rst new file mode 100644 index 0000000000000000000000000000000000000000..4e0e5d956c3dbca111e3418b522adc01e7294b0a --- /dev/null +++ b/doc/fluid/api/tensor/math/round.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_round: + +round +----- + +.. autofunction:: paddle.tensor.math.round + :noindex: + diff --git a/doc/fluid/api/tensor/math/rsqrt.rst b/doc/fluid/api/tensor/math/rsqrt.rst new file mode 100644 index 0000000000000000000000000000000000000000..73ad2c8c2c88b02badfbfb38758f1d11b4175f26 --- /dev/null +++ b/doc/fluid/api/tensor/math/rsqrt.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_rsqrt: + +rsqrt +----- + +.. autofunction:: paddle.tensor.math.rsqrt + :noindex: + diff --git a/doc/fluid/api/tensor/math/scale.rst b/doc/fluid/api/tensor/math/scale.rst new file mode 100644 index 0000000000000000000000000000000000000000..f0aefc8ea876527b5e89f05a1b98a953445dbae1 --- /dev/null +++ b/doc/fluid/api/tensor/math/scale.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_scale: + +scale +----- + +.. autofunction:: paddle.tensor.math.scale + :noindex: + diff --git a/doc/fluid/api/tensor/math/sign.rst b/doc/fluid/api/tensor/math/sign.rst new file mode 100644 index 0000000000000000000000000000000000000000..b32a82449ea476c9c7ba8d611d647729038a7f19 --- /dev/null +++ b/doc/fluid/api/tensor/math/sign.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_sign: + +sign +---- + +.. autofunction:: paddle.tensor.math.sign + :noindex: + diff --git a/doc/fluid/api/tensor/math/sinh.rst b/doc/fluid/api/tensor/math/sinh.rst new file mode 100644 index 0000000000000000000000000000000000000000..f04e9478f1fe10d4771293f082fb4e83e69aa5d0 --- /dev/null +++ b/doc/fluid/api/tensor/math/sinh.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_sinh: + +sinh +---- + +.. autofunction:: paddle.tensor.math.sinh + :noindex: + diff --git a/doc/fluid/api/tensor/math/square.rst b/doc/fluid/api/tensor/math/square.rst new file mode 100644 index 0000000000000000000000000000000000000000..4eb64a0ff4fb73af93c2a502127466c6f6a00e85 --- /dev/null +++ b/doc/fluid/api/tensor/math/square.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_square: + +square +------ + +.. autofunction:: paddle.tensor.math.square + :noindex: + diff --git a/doc/fluid/api/tensor/math/stanh.rst b/doc/fluid/api/tensor/math/stanh.rst new file mode 100644 index 0000000000000000000000000000000000000000..e57336bde379b80acecfe849bb3b46fe855a248c --- /dev/null +++ b/doc/fluid/api/tensor/math/stanh.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_stanh: + +stanh +----- + +.. autofunction:: paddle.tensor.math.stanh + :noindex: + diff --git a/doc/fluid/api/tensor/math/sums.rst b/doc/fluid/api/tensor/math/sums.rst new file mode 100644 index 0000000000000000000000000000000000000000..642f185ea5b7b2b41a13a111dbe97687d0e9b6e8 --- /dev/null +++ b/doc/fluid/api/tensor/math/sums.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_sums: + +sums +---- + +.. autofunction:: paddle.tensor.math.sums + :noindex: + diff --git a/doc/fluid/api/tensor/math/trace.rst b/doc/fluid/api/tensor/math/trace.rst new file mode 100644 index 0000000000000000000000000000000000000000..0ecde6cb4350802574b2236be05278217cd0434e --- /dev/null +++ b/doc/fluid/api/tensor/math/trace.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_math_trace: + +trace +----- + +.. autofunction:: paddle.tensor.math.trace + :noindex: + diff --git a/doc/fluid/api/tensor/mul.rst b/doc/fluid/api/tensor/mul.rst deleted file mode 100644 index 40af2fcfa1946fcd9040b11f22419960bc892736..0000000000000000000000000000000000000000 --- a/doc/fluid/api/tensor/mul.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _api_tensor_cn_mul: - -mul -------------------------------- -:doc_source: paddle.fluid.layers.mul - - diff --git a/doc/fluid/api/tensor/random.rst b/doc/fluid/api/tensor/random.rst index fdc985d3de06f89ecc75c5f52dfe59d8f3747987..59e6c9c63d3f564f24eae33a792d93849a9d225f 100644 --- a/doc/fluid/api/tensor/random.rst +++ b/doc/fluid/api/tensor/random.rst @@ -9,3 +9,4 @@ random random/randint.rst random/randn.rst random/randperm.rst + random/shuffle.rst diff --git a/doc/fluid/api/tensor/random/shuffle.rst b/doc/fluid/api/tensor/random/shuffle.rst new file mode 100644 index 0000000000000000000000000000000000000000..77c2d67e55191c137d9ac211894fa00bf0e23c6b --- /dev/null +++ b/doc/fluid/api/tensor/random/shuffle.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_random_shuffle: + +shuffle +------- + +.. autofunction:: paddle.tensor.random.shuffle + :noindex: + diff --git a/doc/fluid/api/tensor/search.rst b/doc/fluid/api/tensor/search.rst new file mode 100644 index 0000000000000000000000000000000000000000..e4bbd33b7143e219c4e68f440ffabad14eeeec7b --- /dev/null +++ b/doc/fluid/api/tensor/search.rst @@ -0,0 +1,18 @@ +====== +search +====== + +.. toctree:: + :maxdepth: 1 + + search/argmax.rst + search/argmin.rst + search/argsort.rst + search/has_inf.rst + search/has_nan.rst + search/index_sample.rst + search/index_select.rst + search/nonzero.rst + search/sort.rst + search/topk.rst + search/where.rst diff --git a/doc/fluid/api/tensor/search/argmax.rst b/doc/fluid/api/tensor/search/argmax.rst new file mode 100644 index 0000000000000000000000000000000000000000..74e2c99e38c4e5641a6a11fecd13e40683aebd79 --- /dev/null +++ b/doc/fluid/api/tensor/search/argmax.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_argmax: + +argmax +------ + +.. autofunction:: paddle.tensor.search.argmax + :noindex: + diff --git a/doc/fluid/api/tensor/search/argmin.rst b/doc/fluid/api/tensor/search/argmin.rst new file mode 100644 index 0000000000000000000000000000000000000000..f70a017d675faf1d65a9fe82cce19ad39cd5ae88 --- /dev/null +++ b/doc/fluid/api/tensor/search/argmin.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_argmin: + +argmin +------ + +.. autofunction:: paddle.tensor.search.argmin + :noindex: + diff --git a/doc/fluid/api/tensor/search/argsort.rst b/doc/fluid/api/tensor/search/argsort.rst new file mode 100644 index 0000000000000000000000000000000000000000..6d989ba76bcefebbb0f321d7f49532d4167345dc --- /dev/null +++ b/doc/fluid/api/tensor/search/argsort.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_argsort: + +argsort +------- + +.. autofunction:: paddle.tensor.search.argsort + :noindex: + diff --git a/doc/fluid/api/tensor/search/has_inf.rst b/doc/fluid/api/tensor/search/has_inf.rst new file mode 100644 index 0000000000000000000000000000000000000000..10c7d3fa92cae6fd15293c1b744dbad7a4a32eec --- /dev/null +++ b/doc/fluid/api/tensor/search/has_inf.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_has_inf: + +has_inf +------- + +.. autofunction:: paddle.tensor.search.has_inf + :noindex: + diff --git a/doc/fluid/api/tensor/search/has_nan.rst b/doc/fluid/api/tensor/search/has_nan.rst new file mode 100644 index 0000000000000000000000000000000000000000..564c62417335738ef3b61c32f0e4e2827a98b217 --- /dev/null +++ b/doc/fluid/api/tensor/search/has_nan.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_has_nan: + +has_nan +------- + +.. autofunction:: paddle.tensor.search.has_nan + :noindex: + diff --git a/doc/fluid/api/tensor/search/index_sample.rst b/doc/fluid/api/tensor/search/index_sample.rst new file mode 100644 index 0000000000000000000000000000000000000000..19e94be0eb17eaaf2d62d87e4c25b04b62923830 --- /dev/null +++ b/doc/fluid/api/tensor/search/index_sample.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_index_sample: + +index_sample +------------ + +.. autofunction:: paddle.tensor.search.index_sample + :noindex: + diff --git a/doc/fluid/api/tensor/search/index_select.rst b/doc/fluid/api/tensor/search/index_select.rst new file mode 100644 index 0000000000000000000000000000000000000000..82fe5b04ac107bbd25d5c9b194632b4835b6e116 --- /dev/null +++ b/doc/fluid/api/tensor/search/index_select.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_index_select: + +index_select +------------ + +.. autofunction:: paddle.tensor.search.index_select + :noindex: + diff --git a/doc/fluid/api/tensor/search/nonzero.rst b/doc/fluid/api/tensor/search/nonzero.rst new file mode 100644 index 0000000000000000000000000000000000000000..0b842994efcaa70c5cd84ca9630e16aeb22fde2c --- /dev/null +++ b/doc/fluid/api/tensor/search/nonzero.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_nonzero: + +nonzero +------- + +.. autofunction:: paddle.tensor.search.nonzero + :noindex: + diff --git a/doc/fluid/api/tensor/search/sort.rst b/doc/fluid/api/tensor/search/sort.rst new file mode 100644 index 0000000000000000000000000000000000000000..fd60fee9cf9d1b60f84b8fe2d51b66f95a7b16de --- /dev/null +++ b/doc/fluid/api/tensor/search/sort.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_sort: + +sort +---- + +.. autofunction:: paddle.tensor.search.sort + :noindex: + diff --git a/doc/fluid/api/tensor/search/topk.rst b/doc/fluid/api/tensor/search/topk.rst new file mode 100644 index 0000000000000000000000000000000000000000..b87dcf439c35d4427cb4969b8baaabfc49ec7e9e --- /dev/null +++ b/doc/fluid/api/tensor/search/topk.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_topk: + +topk +---- + +.. autofunction:: paddle.tensor.search.topk + :noindex: + diff --git a/doc/fluid/api/tensor/search/where.rst b/doc/fluid/api/tensor/search/where.rst new file mode 100644 index 0000000000000000000000000000000000000000..16af6a4bf2d201d4e39984df0e26ec001b5cb528 --- /dev/null +++ b/doc/fluid/api/tensor/search/where.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_search_where: + +where +----- + +.. autofunction:: paddle.tensor.search.where + :noindex: + diff --git a/doc/fluid/api/tensor/stat.rst b/doc/fluid/api/tensor/stat.rst new file mode 100644 index 0000000000000000000000000000000000000000..599f57e0d406a3da64e15192f9a669f30c4a3c33 --- /dev/null +++ b/doc/fluid/api/tensor/stat.rst @@ -0,0 +1,11 @@ +==== +stat +==== + +.. toctree:: + :maxdepth: 1 + + stat/mean.rst + stat/reduce_mean.rst + stat/std.rst + stat/var.rst diff --git a/doc/fluid/api/tensor/stat/mean.rst b/doc/fluid/api/tensor/stat/mean.rst new file mode 100644 index 0000000000000000000000000000000000000000..d986abb5d397327285707fcdae5314d59bf8c239 --- /dev/null +++ b/doc/fluid/api/tensor/stat/mean.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_stat_mean: + +mean +---- + +.. autofunction:: paddle.tensor.stat.mean + :noindex: + diff --git a/doc/fluid/api/tensor/stat/reduce_mean.rst b/doc/fluid/api/tensor/stat/reduce_mean.rst new file mode 100644 index 0000000000000000000000000000000000000000..bb9a0b7c6413268817199a28f7183ce1a407eec3 --- /dev/null +++ b/doc/fluid/api/tensor/stat/reduce_mean.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_stat_reduce_mean: + +reduce_mean +----------- + +.. autofunction:: paddle.tensor.stat.reduce_mean + :noindex: + diff --git a/doc/fluid/api/tensor/stat/std.rst b/doc/fluid/api/tensor/stat/std.rst new file mode 100644 index 0000000000000000000000000000000000000000..42af9747430c3a22d8d3404d44978d6cf888ba41 --- /dev/null +++ b/doc/fluid/api/tensor/stat/std.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_stat_std: + +std +--- + +.. autofunction:: paddle.tensor.stat.std + :noindex: + diff --git a/doc/fluid/api/tensor/stat/var.rst b/doc/fluid/api/tensor/stat/var.rst new file mode 100644 index 0000000000000000000000000000000000000000..627708f371eb1ce030bec13900d924e50fe156ff --- /dev/null +++ b/doc/fluid/api/tensor/stat/var.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_tensor_stat_var: + +var +--- + +.. autofunction:: paddle.tensor.stat.var + :noindex: + diff --git a/doc/fluid/api/text.rst b/doc/fluid/api/text.rst new file mode 100644 index 0000000000000000000000000000000000000000..d2b50fac0055d54478a50d9601798bc35b8a399b --- /dev/null +++ b/doc/fluid/api/text.rst @@ -0,0 +1,7 @@ +==== +text +==== + +.. toctree:: + :maxdepth: 1 + diff --git a/doc/fluid/api/transpiler.rst b/doc/fluid/api/transpiler.rst index 28905bd06b502b30df36f03d6aea8c1295eef02f..2492b98136f85ccb49922c08b096be4f7eb96d7d 100644 --- a/doc/fluid/api/transpiler.rst +++ b/doc/fluid/api/transpiler.rst @@ -10,3 +10,4 @@ fluid.transpiler transpiler/HashName.rst transpiler/memory_optimize.rst transpiler/release_memory.rst + transpiler/RoundRobin.rst diff --git a/doc/fluid/api/transpiler/RoundRobin.rst b/doc/fluid/api/transpiler/RoundRobin.rst new file mode 100644 index 0000000000000000000000000000000000000000..547757d20e8388b3ea51b52a0b4c9e23116f0645 --- /dev/null +++ b/doc/fluid/api/transpiler/RoundRobin.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_fluid_transpiler_RoundRobin: + +RoundRobin +---------- + +.. autoclass:: paddle.fluid.transpiler.RoundRobin + :members: + :inherited-members: + :noindex: +