提交 cdbe23bb 编写于 作者: D dengkaipeng

hapi/datasets doc

上级 441de2c6
=========
callbacks
=========
.. toctree::
:maxdepth: 1
==============
paddle.complex
==============
.. toctree::
:maxdepth: 1
complex/tensor.rst
======
tensor
======
.. toctree::
:maxdepth: 1
tensor/linalg.rst
tensor/manipulation.rst
tensor/math.rst
======
linalg
======
.. toctree::
:maxdepth: 1
linalg/matmul.rst
.. 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:
============
manipulation
============
.. toctree::
:maxdepth: 1
manipulation/reshape.rst
manipulation/transpose.rst
.. 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:
.. 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:
====
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
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
============= =============
paddle.dataset fluid.dataset
============= =============
.. toctree:: .. toctree::
......
========
datasets
========
.. toctree::
:maxdepth: 1
===========
distributed
===========
.. toctree::
:maxdepth: 1
========
download
========
.. toctree::
:maxdepth: 1
...@@ -27,16 +27,21 @@ fluid.dygraph ...@@ -27,16 +27,21 @@ fluid.dygraph
dygraph/ExponentialDecay.rst dygraph/ExponentialDecay.rst
dygraph/grad.rst dygraph/grad.rst
dygraph/GroupNorm.rst dygraph/GroupNorm.rst
dygraph/GRUCell.rst
dygraph/GRUUnit.rst dygraph/GRUUnit.rst
dygraph/guard.rst dygraph/guard.rst
dygraph/InstanceNorm.rst dygraph/InstanceNorm.rst
dygraph/InverseTimeDecay.rst dygraph/InverseTimeDecay.rst
dygraph/jit.rst dygraph/jit.rst
dygraph/LambdaDecay.rst
dygraph/Layer.rst dygraph/Layer.rst
dygraph/LayerList.rst dygraph/LayerList.rst
dygraph/LayerNorm.rst dygraph/LayerNorm.rst
dygraph/Linear.rst dygraph/Linear.rst
dygraph/LinearLrWarmup.rst
dygraph/load_dygraph.rst dygraph/load_dygraph.rst
dygraph/LSTMCell.rst
dygraph/MultiStepDecay.rst
dygraph/NaturalExpDecay.rst dygraph/NaturalExpDecay.rst
dygraph/NCE.rst dygraph/NCE.rst
dygraph/no_grad.rst dygraph/no_grad.rst
...@@ -53,6 +58,7 @@ fluid.dygraph ...@@ -53,6 +58,7 @@ fluid.dygraph
dygraph/save_dygraph.rst dygraph/save_dygraph.rst
dygraph/Sequential.rst dygraph/Sequential.rst
dygraph/SpectralNorm.rst dygraph/SpectralNorm.rst
dygraph/StepDecay.rst
dygraph/to_variable.rst dygraph/to_variable.rst
dygraph/TracedLayer.rst dygraph/TracedLayer.rst
dygraph/Tracer.rst dygraph/Tracer.rst
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.. _api_fluid_dygraph_InstanceNorm: .. _api_fluid_dygraph_InstanceNorm:
InstanceNorm InstanceNorm
--------- ------------
.. autoclass:: paddle.fluid.dygraph.InstanceNorm .. autoclass:: paddle.fluid.dygraph.InstanceNorm
:members: :members:
......
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_dygraph_TranslatedLayer: .. _api_fluid_dygraph_TranslatedLayer:
TranslatedLayer TranslatedLayer
----------------------- ---------------
.. autoclass:: paddle.fluid.dygraph.TranslatedLayer .. autoclass:: paddle.fluid.dygraph.TranslatedLayer
:members: :members:
:noindex: :noindex:
.. 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:
...@@ -23,10 +23,12 @@ fluid ...@@ -23,10 +23,12 @@ fluid
fluid/default_startup_program.rst fluid/default_startup_program.rst
fluid/device_guard.rst fluid/device_guard.rst
fluid/disable_dygraph.rst fluid/disable_dygraph.rst
fluid/disable_imperative.rst
fluid/DistributeTranspiler.rst fluid/DistributeTranspiler.rst
fluid/DistributeTranspilerConfig.rst fluid/DistributeTranspilerConfig.rst
fluid/embedding.rst fluid/embedding.rst
fluid/enable_dygraph.rst fluid/enable_dygraph.rst
fluid/enable_imperative.rst
fluid/ExecutionStrategy.rst fluid/ExecutionStrategy.rst
fluid/Executor.rst fluid/Executor.rst
fluid/get_flags.rst fluid/get_flags.rst
......
.. 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:
.. 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:
.. 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:
======================= ================
paddle.framework paddle.framework
======================= ================
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
framework/append_backward.rst framework/append_backward.rst
framework/BuildStrategy.rst framework/BuildStrategy.rst
framework/CompiledProgram.rst framework/CompiledProgram.rst
framework/CPUPlace.rst framework/ComplexVariable.rst
framework/create_global_var.rst framework/cpu_places.rst
framework/create_parameter.rst framework/CPUPlace.rst
framework/CUDAPinnedPlace.rst framework/create_global_var.rst
framework/CUDAPlace.rst framework/create_parameter.rst
framework/default_main_program.rst framework/cuda_pinned_places.rst
framework/default_startup_program.rst framework/cuda_places.rst
framework/ExecutionStrateg y.rst framework/CUDAPinnedPlace.rst
framework/Executor.rst framework/CUDAPlace.rst
framework/global_scope.rst framework/default_main_program.rst
framework/gradients.rst framework/default_startup_program.rst
framework/name_scope.rst framework/device_guard.rst
framework/ParallelExecutor.rst framework/ExecutionStrateg y.rst
framework/ParamAttr.rst framework/Executor.rst
framework/Print.rst framework/get_flags.rst
framework/Program.rst framework/global_scope.rst
framework/program_guard.rst framework/gradients.rst
framework/py_func.rst framework/in_dygraph_mode.rst
framework/scope_guard.rst framework/is_compiled_with_cuda.rst
framework/Variable.rst framework/load_op_library.rst
framework/WeightNormParamAttr.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
.. 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:
.. _api_framework_Program: .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_framework_Program:
Program Program
------------------------------- -------
:doc_source: paddle.fluid.framework.Program
.. autoclass:: paddle.fluid.framework.Program
:members:
:inherited-members:
:noindex:
.. _api_framework_Variable: .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_fluid_framework_Variable:
Variable Variable
------------------------------- --------
:doc_source: paddle.fluid.framework.Variable
.. autoclass:: paddle.fluid.framework.Variable
:members:
:inherited-members:
:noindex:
.. 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:
.. 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:
.. 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:
.. _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 default_main_program
------------------------------- --------------------
:doc_source: paddle.fluid.framework.default_main_program
.. autofunction:: paddle.fluid.framework.default_main_program
:noindex:
.. _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 default_startup_program
------------------------------- -----------------------
:doc_source: paddle.fluid.framework.default_startup_program
.. autofunction:: paddle.fluid.framework.default_startup_program
:noindex:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. _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 name_scope
------------------------------- ----------
:doc_source: paddle.fluid.framework.name_scope
.. autofunction:: paddle.fluid.framework.name_scope
:noindex:
.. _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 program_guard
------------------------------- -------------
:doc_source: paddle.fluid.framework.program_guard
.. autofunction:: paddle.fluid.framework.program_guard
:noindex:
.. 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:
.. 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:
...@@ -46,7 +46,7 @@ do ...@@ -46,7 +46,7 @@ do
python gen_module_index.py incubate.hapi.vision.${module} ${module} python gen_module_index.py incubate.hapi.vision.${module} ${module}
done done
for module in text callbacks distributed download loss metrics model for module in text callbacks distributed download loss metrics model datasets
do 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_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} python gen_module_index.py ${module} ${module}
......
===============
paddle.incubate
===============
.. toctree::
:maxdepth: 1
incubate/hapi.rst
====
hapi
====
.. toctree::
:maxdepth: 1
hapi/vision.rst
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
======
vision
======
.. toctree::
:maxdepth: 1
vision/models.rst
vision/transforms.rst
======
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
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
==========
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
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
...@@ -6,30 +6,39 @@ API Reference ...@@ -6,30 +6,39 @@ API Reference
:maxdepth: 1 :maxdepth: 1
../api_guides/index_en.rst ../api_guides/index_en.rst
dataset.rst complex.rst
declarative.rst declarative.rst
framework.rst framework.rst
imperative.rst imperative.rst
io.rst incubate.rst
metric.rst metric.rst
nn.rst nn.rst
optimizer.rst review_tmp.rst
tensor.rst tensor.rst
fluid.rst fluid.rst
backward.rst backward.rst
callbacks.rst
clip.rst clip.rst
data/data_reader.rst data/data_reader.rst
data/dataset.rst data/dataset.rst
dataset.rst
datasets.rst
distributed.rst
download.rst
dygraph.rst dygraph.rst
executor.rst executor.rst
fluid.rst fluid.rst
initializer.rst initializer.rst
io.rst
layers.rst layers.rst
loss.rst
metrics.rst metrics.rst
model.rst
nets.rst nets.rst
optimizer.rst
paddle.rst paddle.rst
profiler.rst profiler.rst
regularizer.rst regularizer.rst
text.rst
transpiler.rst transpiler.rst
unique_name.rst unique_name.rst
review_tmp.rst
...@@ -16,6 +16,7 @@ fluid.initializer ...@@ -16,6 +16,7 @@ fluid.initializer
initializer/Normal.rst initializer/Normal.rst
initializer/NormalInitializer.rst initializer/NormalInitializer.rst
initializer/NumpyArrayInitializer.rst initializer/NumpyArrayInitializer.rst
initializer/set_global_initializer.rst
initializer/TruncatedNormal.rst initializer/TruncatedNormal.rst
initializer/TruncatedNormalInitializer.rst initializer/TruncatedNormalInitializer.rst
initializer/Uniform.rst initializer/Uniform.rst
......
.. 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:
======== ========
paddle.io fluid.io
======== ========
.. toctree:: .. toctree::
...@@ -14,6 +14,7 @@ paddle.io ...@@ -14,6 +14,7 @@ paddle.io
io/ComposeNotAligned.rst io/ComposeNotAligned.rst
io/DataLoader.rst io/DataLoader.rst
io/Dataset.rst io/Dataset.rst
io/default_collate_fn.rst
io/firstn.rst io/firstn.rst
io/get_program_parameter.rst io/get_program_parameter.rst
io/get_program_persistable_vars.rst io/get_program_persistable_vars.rst
...@@ -28,12 +29,9 @@ paddle.io ...@@ -28,12 +29,9 @@ paddle.io
io/PyReader.rst io/PyReader.rst
io/save.rst io/save.rst
io/save_inference_model.rst io/save_inference_model.rst
io/save_inference_model.rst
io/save_params.rst io/save_params.rst
io/save_persistables.rst io/save_persistables.rst
io/save_vars.rst io/save_vars.rst
io/set_program_state.rst io/set_program_state.rst
io/set_program_state.rst
io/shuffle.rst
io/shuffle.rst io/shuffle.rst
io/xmap_readers.rst io/xmap_readers.rst
.. 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:
...@@ -21,6 +21,7 @@ fluid.layers ...@@ -21,6 +21,7 @@ fluid.layers
layers/array_read.rst layers/array_read.rst
layers/array_write.rst layers/array_write.rst
layers/asin.rst layers/asin.rst
layers/Assert.rst
layers/assign.rst layers/assign.rst
layers/atan.rst layers/atan.rst
layers/auc.rst layers/auc.rst
...@@ -55,6 +56,7 @@ fluid.layers ...@@ -55,6 +56,7 @@ fluid.layers
layers/conv3d_transpose.rst layers/conv3d_transpose.rst
layers/cos.rst layers/cos.rst
layers/cos_sim.rst layers/cos_sim.rst
layers/cosh.rst
layers/cosine_decay.rst layers/cosine_decay.rst
layers/create_array.rst layers/create_array.rst
layers/create_global_var.rst layers/create_global_var.rst
...@@ -174,15 +176,16 @@ fluid.layers ...@@ -174,15 +176,16 @@ fluid.layers
layers/LSTMCell.rst layers/LSTMCell.rst
layers/margin_rank_loss.rst layers/margin_rank_loss.rst
layers/matmul.rst layers/matmul.rst
layers/matrix_nms.rst
layers/maxout.rst layers/maxout.rst
layers/mean.rst layers/mean.rst
layers/mean_iou.rst layers/mean_iou.rst
layers/merge_selected_rows.rst layers/merge_selected_rows.rst
layers/mish.rst
layers/mse_loss.rst layers/mse_loss.rst
layers/mul.rst layers/mul.rst
layers/multi_box_head.rst layers/multi_box_head.rst
layers/multiclass_nms.rst layers/multiclass_nms.rst
layers/matrix_nms.rst
layers/multiplex.rst layers/multiplex.rst
layers/MultivariateNormalDiag.rst layers/MultivariateNormalDiag.rst
layers/natural_exp_decay.rst layers/natural_exp_decay.rst
...@@ -229,6 +232,7 @@ fluid.layers ...@@ -229,6 +232,7 @@ fluid.layers
layers/reorder_lod_tensor_by_rank.rst layers/reorder_lod_tensor_by_rank.rst
layers/reshape.rst layers/reshape.rst
layers/resize_bilinear.rst layers/resize_bilinear.rst
layers/resize_linear.rst
layers/resize_nearest.rst layers/resize_nearest.rst
layers/resize_trilinear.rst layers/resize_trilinear.rst
layers/retinanet_detection_output.rst layers/retinanet_detection_output.rst
...@@ -276,6 +280,7 @@ fluid.layers ...@@ -276,6 +280,7 @@ fluid.layers
layers/sign.rst layers/sign.rst
layers/similarity_focus.rst layers/similarity_focus.rst
layers/sin.rst layers/sin.rst
layers/sinh.rst
layers/size.rst layers/size.rst
layers/slice.rst layers/slice.rst
layers/smooth_l1.rst layers/smooth_l1.rst
...@@ -312,6 +317,7 @@ fluid.layers ...@@ -312,6 +317,7 @@ fluid.layers
layers/topk.rst layers/topk.rst
layers/TrainingHelper.rst layers/TrainingHelper.rst
layers/transpose.rst layers/transpose.rst
layers/unbind.rst
layers/unfold.rst layers/unfold.rst
layers/Uniform.rst layers/Uniform.rst
layers/uniform_random.rst layers/uniform_random.rst
......
.. 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:
.. 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:
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.. _api_fluid_layers_matrix_nms: .. _api_fluid_layers_matrix_nms:
matrix_nms matrix_nms
-------------- ----------
.. autofunction:: paddle.fluid.layers.matrix_nms .. autofunction:: paddle.fluid.layers.matrix_nms
:noindex: :noindex:
......
.. 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:
.. 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:
.. 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:
.. 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:
====
loss
====
.. toctree::
:maxdepth: 1
============= =======
fluid.metrics metrics
============= =======
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
=====
model
=====
.. toctree::
:maxdepth: 1
...@@ -7,7 +7,6 @@ paddle.nn ...@@ -7,7 +7,6 @@ paddle.nn
nn/adaptive_pool2d.rst nn/adaptive_pool2d.rst
nn/adaptive_pool3d.rst nn/adaptive_pool3d.rst
nn/add_position_encoding.rst
nn/affine_channel.rst nn/affine_channel.rst
nn/affine_grid.rst nn/affine_grid.rst
nn/anchor_generator.rst nn/anchor_generator.rst
...@@ -28,7 +27,6 @@ paddle.nn ...@@ -28,7 +27,6 @@ paddle.nn
nn/clip_by_norm.rst nn/clip_by_norm.rst
nn/collect_fpn_proposals.rst nn/collect_fpn_proposals.rst
nn/cond.rst nn/cond.rst
nn/continuous_value_model.rst
nn/conv2d.rst nn/conv2d.rst
nn/conv2d_transpose.rst nn/conv2d_transpose.rst
nn/conv3d.rst nn/conv3d.rst
...@@ -47,7 +45,6 @@ paddle.nn ...@@ -47,7 +45,6 @@ paddle.nn
nn/Embedding.rst nn/Embedding.rst
nn/erf.rst nn/erf.rst
nn/exponential_decay.rst nn/exponential_decay.rst
nn/filter_by_instag.rst
nn/fsp_matrix.rst nn/fsp_matrix.rst
nn/functional.rst nn/functional.rst
nn/gather_tree.rst nn/gather_tree.rst
...@@ -69,6 +66,7 @@ paddle.nn ...@@ -69,6 +66,7 @@ paddle.nn
nn/image_resize.rst nn/image_resize.rst
nn/image_resize_short.rst nn/image_resize_short.rst
nn/initializer.rst nn/initializer.rst
nn/InstanceNorm.rst
nn/inverse_time_decay.rst nn/inverse_time_decay.rst
nn/iou_similarity.rst nn/iou_similarity.rst
nn/kldiv_loss.rst nn/kldiv_loss.rst
...@@ -87,25 +85,23 @@ paddle.nn ...@@ -87,25 +85,23 @@ paddle.nn
nn/matrix_nms.rst nn/matrix_nms.rst
nn/maxout.rst nn/maxout.rst
nn/mse_loss.rst nn/mse_loss.rst
nn/multiclass_nms.rst
nn/natural_exp_decay.rst nn/natural_exp_decay.rst
nn/noam_decay.rst nn/noam_decay.rst
nn/npair_loss.rst nn/npair_loss.rst
nn/one_hot.rst nn/one_hot.rst
nn/pad.rst nn/pad.rst
nn/Pad2D.rst
nn/pad2d.rst nn/pad2d.rst
nn/pad_constant_like.rst nn/pad_constant_like.rst
nn/ParameterList.rst nn/ParameterList.rst
nn/piecewise_decay.rst nn/piecewise_decay.rst
nn/pixel_shuffle.rst nn/pixel_shuffle.rst
nn/polygon_box_transform.rst
nn/polynomial_decay.rst nn/polynomial_decay.rst
nn/Pool2D.rst nn/Pool2D.rst
nn/pool3d.rst nn/pool3d.rst
nn/prior_box.rst nn/prior_box.rst
nn/prroi_pool.rst nn/prroi_pool.rst
nn/psroi_pool.rst nn/psroi_pool.rst
nn/random_crop.rst
nn/rank_loss.rst nn/rank_loss.rst
nn/ReLU.rst nn/ReLU.rst
nn/relu6.rst nn/relu6.rst
...@@ -117,15 +113,12 @@ paddle.nn ...@@ -117,15 +113,12 @@ paddle.nn
nn/roi_align.rst nn/roi_align.rst
nn/roi_perspective_transform.rst nn/roi_perspective_transform.rst
nn/roi_pool.rst nn/roi_pool.rst
nn/row_conv.rst
nn/rpn_target_assign.rst
nn/sampled_softmax_with_cross_entropy.rst nn/sampled_softmax_with_cross_entropy.rst
nn/selu.rst nn/selu.rst
nn/Sequential.rst nn/Sequential.rst
nn/shuffle_channel.rst nn/shuffle_channel.rst
nn/sigmoid_cross_entropy_with_logits.rst nn/sigmoid_cross_entropy_with_logits.rst
nn/sigmoid_focal_loss.rst nn/sigmoid_focal_loss.rst
nn/similarity_focus.rst
nn/smooth_l1.rst nn/smooth_l1.rst
nn/soft_relu.rst nn/soft_relu.rst
nn/softmax.rst nn/softmax.rst
...@@ -140,14 +133,10 @@ paddle.nn ...@@ -140,14 +133,10 @@ paddle.nn
nn/swish.rst nn/swish.rst
nn/switch_case.rst nn/switch_case.rst
nn/tanh_shrink.rst nn/tanh_shrink.rst
nn/target_assign.rst
nn/teacher_student_sigmoid_loss.rst nn/teacher_student_sigmoid_loss.rst
nn/temporal_shift.rst
nn/thresholded_relu.rst nn/thresholded_relu.rst
nn/unfold.rst nn/unfold.rst
nn/warpctc.rst nn/UpSample.rst
nn/while_loop.rst nn/while_loop.rst
nn/yolo_box.rst nn/yolo_box.rst
nn/yolov3_loss.rst nn/yolov3_loss.rst
nn/functional/loss/margin_ranking_loss.rst
nn/layer/loss/MarginRankingLoss.rst
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_nn_BatchNorm: .. _api_nn_BatchNorm:
BatchNorm BatchNorm
------------------------------- ---------
:doc_source: paddle.fluid.dygraph.BatchNorm
.. autoclass:: paddle.nn.BatchNorm
:members:
:inherited-members:
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_nn_BilinearTensorProduct: .. _api_nn_BilinearTensorProduct:
BilinearTensorProduct BilinearTensorProduct
------------------------------- ---------------------
:doc_source: paddle.fluid.dygraph.BilinearTensorProduct
.. autoclass:: paddle.nn.BilinearTensorProduct
:members:
:inherited-members:
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_nn_Embedding: .. _api_nn_Embedding:
Embedding Embedding
------------------------------- ---------
:doc_source: paddle.fluid.dygraph.Embedding
.. autoclass:: paddle.nn.Embedding
:members:
:inherited-members:
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_nn_GroupNorm: .. _api_nn_GroupNorm:
GroupNorm GroupNorm
------------------------------- ---------
:doc_source: paddle.fluid.dygraph.GroupNorm
.. autoclass:: paddle.nn.GroupNorm
:members:
:inherited-members:
:noindex:
.. 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:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_nn_LayerNorm: .. _api_nn_LayerNorm:
LayerNorm LayerNorm
------------------------------- ---------
:doc_source: paddle.fluid.dygraph.LayerNorm
.. autoclass:: paddle.nn.LayerNorm
:members:
:inherited-members:
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_nn_Linear: .. _api_nn_Linear:
Linear Linear
------------------------------- ------
:doc_source: paddle.fluid.dygraph.Linear
.. autoclass:: paddle.nn.Linear
:members:
:inherited-members:
:noindex:
.. 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:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_nn_Pool2D: .. _api_nn_Pool2D:
Pool2D Pool2D
------------------------------- ------
:doc_source: paddle.fluid.dygraph.Pool2D
.. autoclass:: paddle.nn.Pool2D
:members:
:inherited-members:
:noindex:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY!
.. _api_nn_SpectralNorm: .. _api_nn_SpectralNorm:
SpectralNorm SpectralNorm
------------------------------- ------------
:doc_source: paddle.fluid.dygraph.SpectralNorm
.. autoclass:: paddle.nn.SpectralNorm
:members:
:inherited-members:
:noindex:
.. 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:
.. _api_nn_add_position_encoding:
add_position_encoding
-------------------------------
:doc_source: paddle.fluid.layers.add_position_encoding
.. _api_nn_continuous_value_model:
continuous_value_model
-------------------------------
:doc_source: paddle.fluid.layers.continuous_value_model
.. _api_nn_filter_by_instag:
filter_by_instag
-------------------------------
:doc_source: paddle.fluid.layers.filter_by_instag
.. 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:
.. 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:
.. 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:
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.. _api_nn_loss_NLLLoss: .. _api_nn_loss_NLLLoss:
NLLLoss NLLLoss
------------------------------- -------
.. autoclass:: paddle.nn.loss.NLLLoss .. autoclass:: paddle.nn.loss.NLLLoss
:members: :members:
......
.. _api_nn_multiclass_nms:
multiclass_nms
-------------------------------
:doc_source: paddle.fluid.layers.multiclass_nms
.. _api_nn_polygon_box_transform:
polygon_box_transform
-------------------------------
:doc_source: paddle.fluid.layers.polygon_box_transform
.. _api_nn_random_crop:
random_crop
-------------------------------
:doc_source: paddle.fluid.layers.random_crop
.. _api_nn_row_conv:
row_conv
-------------------------------
:doc_source: paddle.fluid.layers.row_conv
.. _api_nn_rpn_target_assign:
rpn_target_assign
-------------------------------
:doc_source: paddle.fluid.layers.rpn_target_assign
.. _api_nn_similarity_focus:
similarity_focus
-------------------------------
:doc_source: paddle.fluid.layers.similarity_focus
.. _api_nn_target_assign:
target_assign
-------------------------------
:doc_source: paddle.fluid.layers.target_assign
.. _api_nn_temporal_shift:
temporal_shift
-------------------------------
:doc_source: paddle.fluid.layers.temporal_shift
.. _api_nn_warpctc:
warpctc
-------------------------------
:doc_source: paddle.fluid.layers.warpctc
=============== ===============
paddle.optimizer fluid.optimizer
=============== ===============
.. toctree:: .. toctree::
...@@ -28,6 +28,7 @@ paddle.optimizer ...@@ -28,6 +28,7 @@ paddle.optimizer
optimizer/ModelAverage.rst optimizer/ModelAverage.rst
optimizer/Momentum.rst optimizer/Momentum.rst
optimizer/MomentumOptimizer.rst optimizer/MomentumOptimizer.rst
optimizer/PipelineOptimizer.rst
optimizer/RecomputeOptimizer.rst optimizer/RecomputeOptimizer.rst
optimizer/RMSPropOptimizer.rst optimizer/RMSPropOptimizer.rst
optimizer/SGD.rst optimizer/SGD.rst
......
.. 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:
...@@ -67,7 +67,6 @@ paddle.tensor ...@@ -67,7 +67,6 @@ paddle.tensor
tensor/min.rst tensor/min.rst
tensor/minimum.rst tensor/minimum.rst
tensor/mm.rst tensor/mm.rst
tensor/mul.rst
tensor/multiplex.rst tensor/multiplex.rst
tensor/norm.rst tensor/norm.rst
tensor/not_equal.rst tensor/not_equal.rst
......
...@@ -5,4 +5,13 @@ linalg ...@@ -5,4 +5,13 @@ linalg
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
linalg/bmm.rst
linalg/cholesky.rst
linalg/cross.rst
linalg/dist.rst linalg/dist.rst
linalg/dot.rst
linalg/histogram.rst
linalg/matmul.rst
linalg/norm.rst
linalg/t.rst
linalg/transpose.rst
.. 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:
.. 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:
.. 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:
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.. _api_tensor_linalg_dist: .. _api_tensor_linalg_dist:
dist dist
-------- ----
.. autofunction:: paddle.tensor.linalg.dist .. autofunction:: paddle.tensor.linalg.dist
:noindex: :noindex:
......
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
...@@ -5,21 +5,59 @@ math ...@@ -5,21 +5,59 @@ math
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
math/abs.rst
math/acos.rst
math/add.rst math/add.rst
math/addcmul.rst math/addcmul.rst
math/addmm.rst math/addmm.rst
math/asin.rst
math/atan.rst math/atan.rst
math/ceil.rst
math/clamp.rst math/clamp.rst
math/cos.rst
math/cosh.rst
math/cumsum.rst
math/div.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/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/log1p.rst
math/logsumexp.rst math/logsumexp.rst
math/max.rst math/max.rst
math/min.rst math/min.rst
math/mm.rst math/mm.rst
math/mul.rst math/mul.rst
math/multiplex.rst
math/multiply.rst
math/pow.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/sin.rst
math/sinh.rst
math/sqrt.rst math/sqrt.rst
math/square.rst
math/stanh.rst
math/sum.rst math/sum.rst
math/sums.rst
math/tanh.rst math/tanh.rst
math/trace.rst
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` .. THIS FILE IS GENERATED BY `gen_doc.{py|sh}`
!DO NOT EDIT THIS FILE MANUALLY! !DO NOT EDIT THIS FILE MANUALLY!
.. _api_tensor_math_mul:
mul
---
.. autofunction:: paddle.tensor.math.mul
:noindex:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. _api_tensor_cn_mul:
mul
-------------------------------
:doc_source: paddle.fluid.layers.mul
...@@ -9,3 +9,4 @@ random ...@@ -9,3 +9,4 @@ random
random/randint.rst random/randint.rst
random/randn.rst random/randn.rst
random/randperm.rst random/randperm.rst
random/shuffle.rst
.. 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:
======
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
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
.. 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:
====
stat
====
.. toctree::
:maxdepth: 1
stat/mean.rst
stat/reduce_mean.rst
stat/std.rst
stat/var.rst
.. 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:
.. 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:
.. 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:
.. 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:
====
text
====
.. toctree::
:maxdepth: 1
...@@ -10,3 +10,4 @@ fluid.transpiler ...@@ -10,3 +10,4 @@ fluid.transpiler
transpiler/HashName.rst transpiler/HashName.rst
transpiler/memory_optimize.rst transpiler/memory_optimize.rst
transpiler/release_memory.rst transpiler/release_memory.rst
transpiler/RoundRobin.rst
.. 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:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册