parent
d0a908d5f5
commit
66fba6704f
@ -1,5 +1,5 @@
|
||||
API
|
||||
========
|
||||
Api
|
||||
===
|
||||
|
||||
.. doxygenfile:: paddle/api/PaddleAPI.h
|
||||
.. doxygenfile:: paddle/api/Internal.h
|
@ -1,39 +1,35 @@
|
||||
Cuda
|
||||
=============
|
||||
====
|
||||
|
||||
Dynamic Link Libs
|
||||
--------------------------
|
||||
-----------------
|
||||
|
||||
hl_dso_loader.h
|
||||
``````````````````
|
||||
```````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_dso_loader.h
|
||||
|
||||
GPU Resources
|
||||
----------------
|
||||
-------------
|
||||
|
||||
hl_cuda.ph
|
||||
``````````````
|
||||
``````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_cuda.ph
|
||||
|
||||
hl_cuda.h
|
||||
``````````````
|
||||
`````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_cuda.h
|
||||
|
||||
CUDA Wrapper
|
||||
--------------
|
||||
------------
|
||||
|
||||
hl_cuda_cublas.h
|
||||
``````````````````````
|
||||
````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_cuda_cublas.h
|
||||
|
||||
hl_cuda_cudnn.h
|
||||
``````````````````````
|
||||
```````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_cuda_cudnn.h
|
||||
|
||||
hl_cuda_cudnn.h
|
||||
``````````````````````
|
||||
```````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_cuda_cudnn.ph
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
CUDA
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
cuda.rst
|
@ -0,0 +1,10 @@
|
||||
Cuda
|
||||
====
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
cuda.rst
|
||||
matrix.rst
|
||||
nn.rst
|
||||
utils.rst
|
@ -1,61 +1,59 @@
|
||||
Matrix
|
||||
=======
|
||||
======
|
||||
|
||||
Base Matrix
|
||||
-------------
|
||||
Base
|
||||
----
|
||||
|
||||
hl_matrix.h
|
||||
``````````````````
|
||||
```````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_matrix.h
|
||||
|
||||
hl_matrix_base.h
|
||||
``````````````````
|
||||
````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_matrix_base.cuh
|
||||
|
||||
hl_matrix_apply.cuh
|
||||
``````````````````````
|
||||
```````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_matrix_apply.cuh
|
||||
|
||||
hl_matrix_ops.cuh
|
||||
``````````````````````
|
||||
`````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_matrix_ops.cuh
|
||||
|
||||
hl_matrix_type.cuh
|
||||
``````````````````````
|
||||
``````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_matrix_type.cuh
|
||||
|
||||
hl_sse_matrix_kernel.cuh
|
||||
``````````````````````````
|
||||
````````````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_sse_matrix_kernel.cuh
|
||||
|
||||
Matrix Function
|
||||
---------------
|
||||
|
||||
hl_batch_transpose.h
|
||||
``````````````````````````
|
||||
````````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_batch_transpose.h
|
||||
|
||||
Sparse Matrix
|
||||
--------------
|
||||
|
||||
hl_sparse.h
|
||||
``````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_sparse.h
|
||||
|
||||
hl_sparse.ph
|
||||
``````````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_sparse.ph
|
||||
|
||||
Others
|
||||
---------------
|
||||
|
||||
hl_aggregate.h
|
||||
``````````````````
|
||||
``````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_aggregate.h
|
||||
|
||||
hl_top_k.h
|
||||
``````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_top_k.h
|
||||
|
||||
hl_table_apply.h
|
||||
``````````````````
|
||||
````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_table_apply.h
|
||||
|
||||
hl_top_k.h
|
||||
``````````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_top_k.h
|
||||
Sparse Matrix
|
||||
-------------
|
||||
|
||||
hl_sparse.h
|
||||
```````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_sparse.h
|
||||
|
||||
hl_sparse.ph
|
||||
````````````
|
||||
.. doxygenfile:: paddle/cuda/include/hl_sparse.ph
|
@ -1,7 +0,0 @@
|
||||
Matrix
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
matrix.rst
|
@ -1,36 +1,37 @@
|
||||
Neural Networks
|
||||
==================
|
||||
Neural Network
|
||||
==============
|
||||
|
||||
Base
|
||||
-------
|
||||
----
|
||||
|
||||
.. doxygenfile:: paddle/cuda/include/hl_gpu.h
|
||||
.. doxygenfile:: paddle/cuda/include/hl_cnn.h
|
||||
.. doxygenfile:: paddle/cuda/include/hl_functions.h
|
||||
.. doxygenfile:: paddle/cuda/include/hl_avx_functions.h
|
||||
.. doxygenfile:: paddle/cuda/include/hl_device_functions.cuh
|
||||
.. doxygenfile:: paddle/cuda/include/hl_gpu_functions.cuh
|
||||
|
||||
Activation Functions
|
||||
-----------------------
|
||||
.. doxygenfile:: paddle/cuda/include/hl_activation_functions.h
|
||||
|
||||
CNN Related APIs
|
||||
----------------
|
||||
.. doxygenfile:: paddle/cuda/include/hl_cnn.h
|
||||
.. doxygenfile:: paddle/cuda/include/hl_cuda_cudnn.h
|
||||
|
||||
RNN Related APIs
|
||||
-----------------
|
||||
----------------
|
||||
|
||||
.. doxygenfile:: paddle/cuda/include/hl_recurrent_apply.cuh
|
||||
.. doxygenfile:: paddle/cuda/include/hl_sequence.h
|
||||
|
||||
LSTM Model
|
||||
``````````````
|
||||
``````````
|
||||
|
||||
.. doxygenfile:: paddle/cuda/include/hl_lstm.h
|
||||
.. dpxygenfile:: paddle/cuda/include/hl_cpu_lstm.cuh
|
||||
.. doxygenfile:: paddle/cuda/include/hl_gpu_lstm.cuh
|
||||
.. doxygenfile:: paddle/cuda/include/hl_lstm_ops.cuh
|
||||
|
||||
GRU Model
|
||||
````````````````
|
||||
`````````
|
||||
|
||||
.. doxygenfile:: paddle/cuda/include/hl_gru_ops.cuh
|
||||
.. doxygenfile:: paddle/cuda/include/hl_cpu_gru.cuh
|
||||
.. doxygenfile:: paddle/cuda/include/hl_gpu_gru.cuh
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
RNN
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
rnn.rst
|
@ -1,23 +1,18 @@
|
||||
Utilities
|
||||
===========
|
||||
Utils
|
||||
=====
|
||||
|
||||
HPPL Base
|
||||
------------
|
||||
|
||||
hl_base.h
|
||||
``````````````
|
||||
---------
|
||||
.. doxygenfile:: paddle/cuda/include/hl_base.h
|
||||
|
||||
Timer
|
||||
-----------
|
||||
|
||||
hl_time.h
|
||||
``````````````
|
||||
-----
|
||||
.. doxygenfile:: paddle/cuda/include/hl_time.h
|
||||
|
||||
Thread Resource
|
||||
-----------
|
||||
|
||||
hl_thread.ph
|
||||
``````````````
|
||||
---------------
|
||||
.. doxygenfile:: paddle/cuda/include/hl_thread.ph
|
||||
|
||||
Device Function
|
||||
---------------
|
||||
.. doxygenfile:: paddle/cuda/include/hl_device_functions.cuh
|
@ -1,7 +0,0 @@
|
||||
Utils
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
utils.rst
|
@ -1,5 +1,5 @@
|
||||
Activations
|
||||
=============
|
||||
===========
|
||||
|
||||
.. doxygenclass:: paddle::ActivationFunction
|
||||
:members:
|
@ -1,7 +0,0 @@
|
||||
Data Providers Documents
|
||||
==========================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
dataproviders.rst
|
@ -1,14 +1,15 @@
|
||||
Base Evaluator
|
||||
==============
|
||||
==========
|
||||
Evaluators
|
||||
==========
|
||||
|
||||
Base
|
||||
====
|
||||
|
||||
Evaluator
|
||||
---------
|
||||
.. doxygenclass:: paddle::Evaluator
|
||||
:members:
|
||||
|
||||
|
||||
Utils
|
||||
=====
|
||||
Sum
|
||||
===
|
||||
|
||||
SumEvaluator
|
||||
------------
|
@ -1,7 +0,0 @@
|
||||
Evaluators
|
||||
==========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
evaluators.rst
|
@ -0,0 +1,27 @@
|
||||
Gradient Machines
|
||||
=================
|
||||
|
||||
Gradient Machine
|
||||
----------------
|
||||
.. doxygenclass:: paddle::GradientMachine
|
||||
:members:
|
||||
|
||||
Gradient Machine Mode
|
||||
---------------------
|
||||
.. doxygenclass:: paddle::IGradientMachineMode
|
||||
:members:
|
||||
|
||||
Multi Gradient Machine
|
||||
----------------------
|
||||
.. doxygenclass:: paddle::MultiGradientMachine
|
||||
:members:
|
||||
|
||||
TrainerThread
|
||||
`````````````
|
||||
.. doxygenclass:: paddle::TrainerThread
|
||||
:members:
|
||||
|
||||
Recurrent Gradient Machine
|
||||
--------------------------
|
||||
.. doxygenclass:: paddle::RecurrentGradientMachine
|
||||
:members:
|
@ -1,40 +0,0 @@
|
||||
Gradient Machines
|
||||
================
|
||||
|
||||
GradientMachine
|
||||
---------------------
|
||||
.. doxygenclass:: paddle::GradientMachine
|
||||
:members:
|
||||
|
||||
GradientMachineModel
|
||||
--------------------
|
||||
.. doxygenclass:: paddle::IGradientMachineMode
|
||||
:members:
|
||||
|
||||
MultiGradientMachine
|
||||
---------------------
|
||||
.. doxygenclass:: paddle::MultiGradientMachine
|
||||
:members:
|
||||
|
||||
TrainerThread
|
||||
`````````````
|
||||
.. doxygenclass:: paddle::TrainerThread
|
||||
:members:
|
||||
|
||||
Recurrent Gradient Machines
|
||||
---------------------------
|
||||
.. doxygenclass:: paddle::RecurrentGradientMachine
|
||||
:members:
|
||||
|
||||
Networks
|
||||
========
|
||||
|
||||
NeuralNetwork
|
||||
-------------
|
||||
.. doxygenclass:: paddle::NeuralNetwork
|
||||
:members:
|
||||
|
||||
ParallelNeuralNetwork
|
||||
---------------------
|
||||
.. doxygenclass:: paddle::ParallelNeuralNetwork
|
||||
:members:
|
@ -1,7 +0,0 @@
|
||||
Gradient Machines Documents
|
||||
=============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
gradientmachines.rst
|
@ -0,0 +1,12 @@
|
||||
Gserver
|
||||
=======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
activations.rst
|
||||
dataproviders.rst
|
||||
evaluators.rst
|
||||
gradientmachines.rst
|
||||
layers.rst
|
||||
neworks.rst
|
@ -1,7 +0,0 @@
|
||||
Layers Documents
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
layer.rst
|
@ -0,0 +1,12 @@
|
||||
Networks
|
||||
========
|
||||
|
||||
NeuralNetwork
|
||||
-------------
|
||||
.. doxygenclass:: paddle::NeuralNetwork
|
||||
:members:
|
||||
|
||||
ParallelNeuralNetwork
|
||||
---------------------
|
||||
.. doxygenclass:: paddle::ParallelNeuralNetwork
|
||||
:members:
|
@ -1,49 +0,0 @@
|
||||
# Source Code Documents
|
||||
|
||||
## cuda
|
||||
|
||||
- [CUDA](cuda/cuda/index.rst)
|
||||
- [Matrix](cuda/matrix/index.rst)
|
||||
- [RNN](cuda/rnn/index.rst)
|
||||
- [Utils](cuda/utils/index.rst)
|
||||
|
||||
## gserver
|
||||
|
||||
- [Activations](gserver/activations/index.rst)
|
||||
- [Data Providers](gserver/dataprovider/index.rst)
|
||||
- [Evaluators](gserver/evaluators/index.rst)
|
||||
- [Gradient Machines](gserver/gradientmachines/index.rst)
|
||||
- [Layers](gserver/layers/index.rst)
|
||||
|
||||
## math
|
||||
|
||||
- [Matrix](math/matrix/index.rst)
|
||||
- [Utils](math/utils/index.rst)
|
||||
|
||||
## parameter
|
||||
|
||||
- [Parameter](parameter/parameter/index.rst)
|
||||
- [Update](parameter/update/index.rst)
|
||||
- [Optimizer](parameter/optimizer/index.rst)
|
||||
|
||||
## pserver
|
||||
|
||||
- [Client](pserver/client/index.rst)
|
||||
- [Network](pserver/network/index.rst)
|
||||
- [Server](pserver/server/index.rst)
|
||||
|
||||
## trainer
|
||||
|
||||
- [Trainer](trainer/trainer.rst)
|
||||
|
||||
## api
|
||||
|
||||
- [API](api/api.rst)
|
||||
|
||||
## utils
|
||||
|
||||
- [CustomStackTrace](utils/customStackTrace.rst)
|
||||
- [Enumeration wrapper](utils/enum.rst)
|
||||
- [Lock](utils/lock.rst)
|
||||
- [Queue](utils/queue.rst)
|
||||
- [Thread](utils/thread.rst)
|
@ -0,0 +1,14 @@
|
||||
Source Code Documents
|
||||
=====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
gserver/index.rst
|
||||
trainer.rst
|
||||
parameter/index.rst
|
||||
pserver.rst
|
||||
api.rst
|
||||
cuda/index.rst
|
||||
math/index.rst
|
||||
utils/index.rst
|
@ -0,0 +1,10 @@
|
||||
Functions
|
||||
=========
|
||||
|
||||
MathFunctions
|
||||
-------------
|
||||
.. doxygenfile:: paddle/math/MathFunctions.h
|
||||
|
||||
SIMDFunctions
|
||||
-------------
|
||||
.. doxygenfile:: paddle/math/SIMDFunctions.h
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue