提交 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::
......
========
datasets
========
.. toctree::
:maxdepth: 1
===========
distributed
===========
.. toctree::
:maxdepth: 1
========
download
========
.. toctree::
:maxdepth: 1
......@@ -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
......
......@@ -4,7 +4,7 @@
.. _api_fluid_dygraph_InstanceNorm:
InstanceNorm
---------
------------
.. autoclass:: paddle.fluid.dygraph.InstanceNorm
: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:
TranslatedLayer
-----------------------
---------------
.. autoclass:: paddle.fluid.dygraph.TranslatedLayer
:members:
: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
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
......
.. 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
=======================
================
.. 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
.. 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
-------------------------------
: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
-------------------------------
: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
-------------------------------
: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
-------------------------------
: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
-------------------------------
: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
-------------------------------
: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
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}
......
===============
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:
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册