Skip to content

Commit

Permalink
commitid_0401 (PaddlePaddle#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyi15 authored Apr 1, 2019
1 parent 879a761 commit a55dbe1
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 1 deletion.
24 changes: 24 additions & 0 deletions doc/fluid/api/fluid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ CompiledProgram
:members:
:noindex:

.. _api_fluid_cpu_places:

cpu_places
----------

.. autofunction:: paddle.fluid.cpu_places
:noindex:

.. _api_fluid_CPUPlace:

CPUPlace
Expand All @@ -57,6 +65,22 @@ create_random_int_lodtensor
.. autofunction:: paddle.fluid.create_random_int_lodtensor
:noindex:

.. _api_fluid_cuda_pinned_places:

cuda_pinned_places
------------------

.. autofunction:: paddle.fluid.cuda_pinned_places
:noindex:

.. _api_fluid_cuda_places:

cuda_places
-----------

.. autofunction:: paddle.fluid.cuda_places
:noindex:

.. _api_fluid_CUDAPinnedPlace:

CUDAPinnedPlace
Expand Down
9 changes: 9 additions & 0 deletions doc/fluid/api/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ load_vars
.. autofunction:: paddle.fluid.io.load_vars
:noindex:

.. _api_fluid_io_PyReader:

PyReader
--------

.. autoclass:: paddle.fluid.io.PyReader
:members:
:noindex:

.. _api_fluid_io_save_inference_model:

save_inference_model
Expand Down
120 changes: 120 additions & 0 deletions doc/fluid/api/layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,14 @@ flatten
.. autofunction:: paddle.fluid.layers.flatten
:noindex:

.. _api_fluid_layers_fsp_matrix:

fsp_matrix
----------

.. autofunction:: paddle.fluid.layers.fsp_matrix
:noindex:

.. _api_fluid_layers_gather:

gather
Expand Down Expand Up @@ -687,6 +695,14 @@ image_resize_short
.. autofunction:: paddle.fluid.layers.image_resize_short
:noindex:

.. _api_fluid_layers_kldiv_loss:

kldiv_loss
----------

.. autofunction:: paddle.fluid.layers.kldiv_loss
:noindex:

.. _api_fluid_layers_l2_normalize:

l2_normalize
Expand Down Expand Up @@ -879,6 +895,14 @@ nce
.. autofunction:: paddle.fluid.layers.nce
:noindex:

.. _api_fluid_layers_npair_loss:

npair_loss
----------

.. autofunction:: paddle.fluid.layers.npair_loss
:noindex:

.. _api_fluid_layers_one_hot:

one_hot
Expand Down Expand Up @@ -1079,6 +1103,14 @@ row_conv
.. autofunction:: paddle.fluid.layers.row_conv
:noindex:

.. _api_fluid_layers_sampled_softmax_with_cross_entropy:

sampled_softmax_with_cross_entropy
----------------------------------

.. autofunction:: paddle.fluid.layers.sampled_softmax_with_cross_entropy
:noindex:

.. _api_fluid_layers_sampling_id:

sampling_id
Expand Down Expand Up @@ -1319,6 +1351,14 @@ space_to_depth
.. autofunction:: paddle.fluid.layers.space_to_depth
:noindex:

.. _api_fluid_layers_spectral_norm:

spectral_norm
-------------

.. autofunction:: paddle.fluid.layers.spectral_norm
:noindex:

.. _api_fluid_layers_split:

split
Expand Down Expand Up @@ -1383,6 +1423,14 @@ teacher_student_sigmoid_loss
.. autofunction:: paddle.fluid.layers.teacher_student_sigmoid_loss
:noindex:

.. _api_fluid_layers_temporal_shift:

temporal_shift
--------------

.. autofunction:: paddle.fluid.layers.temporal_shift
:noindex:

.. _api_fluid_layers_topk:

topk
Expand Down Expand Up @@ -1450,6 +1498,30 @@ abs
.. autofunction:: paddle.fluid.layers.abs
:noindex:

.. _api_fluid_layers_acos:

acos
----

.. autofunction:: paddle.fluid.layers.acos
:noindex:

.. _api_fluid_layers_asin:

asin
----

.. autofunction:: paddle.fluid.layers.asin
:noindex:

.. _api_fluid_layers_atan:

atan
----

.. autofunction:: paddle.fluid.layers.atan
:noindex:

.. _api_fluid_layers_ceil:

ceil
Expand Down Expand Up @@ -1733,6 +1805,14 @@ ones
.. autofunction:: paddle.fluid.layers.ones
:noindex:

.. _api_fluid_layers_range:

range
-----

.. autofunction:: paddle.fluid.layers.range
:noindex:

.. _api_fluid_layers_reverse:

reverse
Expand Down Expand Up @@ -1776,6 +1856,14 @@ append_LARS
.. autofunction:: paddle.fluid.layers.append_LARS
:noindex:

.. _api_fluid_layers_cosine_decay:

cosine_decay
------------

.. autofunction:: paddle.fluid.layers.cosine_decay
:noindex:

.. _api_fluid_layers_exponential_decay:

exponential_decay
Expand All @@ -1792,6 +1880,14 @@ inverse_time_decay
.. autofunction:: paddle.fluid.layers.inverse_time_decay
:noindex:

.. _api_fluid_layers_linear_lr_warmup:

linear_lr_warmup
----------------

.. autofunction:: paddle.fluid.layers.linear_lr_warmup
:noindex:

.. _api_fluid_layers_natural_exp_decay:

natural_exp_decay
Expand Down Expand Up @@ -1859,6 +1955,14 @@ box_coder
.. autofunction:: paddle.fluid.layers.box_coder
:noindex:

.. _api_fluid_layers_box_decoder_and_assign:

box_decoder_and_assign
----------------------

.. autofunction:: paddle.fluid.layers.box_decoder_and_assign
:noindex:

.. _api_fluid_layers_density_prior_box:

density_prior_box
Expand All @@ -1883,6 +1987,14 @@ detection_output
.. autofunction:: paddle.fluid.layers.detection_output
:noindex:

.. _api_fluid_layers_distribute_fpn_proposals:

distribute_fpn_proposals
------------------------

.. autofunction:: paddle.fluid.layers.distribute_fpn_proposals
:noindex:

.. _api_fluid_layers_generate_mask_labels:

generate_mask_labels
Expand Down Expand Up @@ -1979,6 +2091,14 @@ target_assign
.. autofunction:: paddle.fluid.layers.target_assign
:noindex:

.. _api_fluid_layers_yolo_box:

yolo_box
--------

.. autofunction:: paddle.fluid.layers.yolo_box
:noindex:

.. _api_fluid_layers_yolov3_loss:

yolov3_loss
Expand Down
9 changes: 9 additions & 0 deletions doc/fluid/api/optimizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ DecayedAdagradOptimizer
:members:
:noindex:

.. _api_fluid_optimizer_DGCMomentumOptimizer:

DGCMomentumOptimizer
--------------------

.. autoclass:: paddle.fluid.optimizer.DGCMomentumOptimizer
:members:
:noindex:

.. _api_fluid_optimizer_Ftrl:

Ftrl
Expand Down
2 changes: 1 addition & 1 deletion external/Paddle
Submodule Paddle updated 861 files

0 comments on commit a55dbe1

Please sign in to comment.