nn.rst 3.9 KB
Newer Older
1 2 3 4 5 6 7
=========
paddle.nn
=========

..  toctree::
    :maxdepth: 1

8
    nn/activation.rst
S
swtkiwi 已提交
9 10
    nn/adaptive_pool2d.rst
    nn/adaptive_pool3d.rst
L
LielinJiang 已提交
11 12
    nn/AdaptiveAvgPool2d.rst
    nn/AdaptiveAvgPool3d.rst
S
swtkiwi 已提交
13 14
    nn/affine_channel.rst
    nn/affine_grid.rst
L
LielinJiang 已提交
15
    nn/AlphaDropout.rst
S
swtkiwi 已提交
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
    nn/anchor_generator.rst
    nn/assign.rst
    nn/BatchNorm.rst
    nn/beam_search.rst
    nn/beam_search_decode.rst
    nn/BilinearTensorProduct.rst
    nn/bipartite_match.rst
    nn/box_clip.rst
    nn/box_coder.rst
    nn/box_decoder_and_assign.rst
    nn/bpr_loss.rst
    nn/brelu.rst
    nn/case.rst
    nn/center_loss.rst
    nn/clip.rst
    nn/clip_by_norm.rst
    nn/collect_fpn_proposals.rst
    nn/cond.rst
L
littletomatodonkey 已提交
34 35 36
    nn/ConstantPad1d.rst
    nn/ConstantPad2d.rst
    nn/ConstantPad3d.rst
L
LielinJiang 已提交
37 38 39
    nn/Conv1d.rst
    nn/Conv2d.rst
    nn/Conv3d.rst
S
swtkiwi 已提交
40
    nn/conv2d.rst
L
LielinJiang 已提交
41 42 43
    nn/ConvTranspose1d.rst 
    nn/ConvTranspose2d.rst 
    nn/ConvTranspose3d.rst 
S
swtkiwi 已提交
44 45 46 47
    nn/conv2d_transpose.rst
    nn/conv3d.rst
    nn/conv3d_transpose.rst
    nn/cosine_decay.rst
L
littletomatodonkey 已提交
48 49
    nn/cosine_similarity.rst
    nn/CosineSimilarity.rst
S
swtkiwi 已提交
50 51 52 53 54 55 56 57
    nn/cross_entropy.rst
    nn/data.rst
    nn/deformable_roi_pooling.rst
    nn/density_prior_box.rst
    nn/detection_output.rst
    nn/dice_loss.rst
    nn/distribute_fpn_proposals.rst
    nn/dropout.rst
L
LielinJiang 已提交
58 59 60
    nn/Dropout.rst
    nn/Dropout2D.rst
    nn/Dropout3D.rst
S
swtkiwi 已提交
61 62 63 64 65 66
    nn/edit_distance.rst
    nn/elu.rst
    nn/Embedding.rst
    nn/erf.rst
    nn/exponential_decay.rst
    nn/fsp_matrix.rst
67
    nn/functional.rst
S
swtkiwi 已提交
68 69 70 71 72 73 74 75 76 77 78 79
    nn/gather_tree.rst
    nn/gelu.rst
    nn/generate_mask_labels.rst
    nn/generate_proposal_labels.rst
    nn/generate_proposals.rst
    nn/GradientClipByGlobalNorm.rst
    nn/GradientClipByNorm.rst
    nn/GradientClipByValue.rst
    nn/grid_sampler.rst
    nn/GroupNorm.rst
    nn/hard_sigmoid.rst
    nn/hard_swish.rst
L
LielinJiang 已提交
80 81
    nn/hardshrink.rst
    nn/hardtanh.rst
S
swtkiwi 已提交
82 83 84 85 86
    nn/hash.rst
    nn/hsigmoid.rst
    nn/huber_loss.rst
    nn/image_resize.rst
    nn/image_resize_short.rst
87
    nn/initializer.rst
L
LielinJiang 已提交
88
    nn/InstanceNorm.rst
S
swtkiwi 已提交
89 90 91 92 93 94
    nn/inverse_time_decay.rst
    nn/iou_similarity.rst
    nn/kldiv_loss.rst
    nn/l2_normalize.rst
    nn/label_smooth.rst
    nn/Layer.rst
L
LielinJiang 已提交
95
    nn/layer.rst
S
swtkiwi 已提交
96 97 98 99 100 101
    nn/LayerList.rst
    nn/LayerNorm.rst
    nn/leaky_relu.rst
    nn/Linear.rst
    nn/linear_lr_warmup.rst
    nn/log_loss.rst
102
    nn/log_softmax.rst
S
swtkiwi 已提交
103
    nn/logsigmoid.rst
104
    nn/loss.rst
S
swtkiwi 已提交
105
    nn/lrn.rst
106
    nn/matrix_nms.rst
S
swtkiwi 已提交
107 108 109 110 111 112 113
    nn/maxout.rst
    nn/mse_loss.rst
    nn/natural_exp_decay.rst
    nn/noam_decay.rst
    nn/npair_loss.rst
    nn/one_hot.rst
    nn/pad.rst
L
LielinJiang 已提交
114
    nn/Pad2D.rst
S
swtkiwi 已提交
115
    nn/pad2d.rst
116
    nn/pad_constant_like.rst
S
swtkiwi 已提交
117 118 119 120 121 122
    nn/ParameterList.rst
    nn/piecewise_decay.rst
    nn/pixel_shuffle.rst
    nn/polynomial_decay.rst
    nn/Pool2D.rst
    nn/pool3d.rst
123
    nn/prelu.rst
S
swtkiwi 已提交
124 125 126 127
    nn/prior_box.rst
    nn/prroi_pool.rst
    nn/psroi_pool.rst
    nn/rank_loss.rst
L
littletomatodonkey 已提交
128 129
    nn/ReflectionPad1d.rst
    nn/ReflectionPad2d.rst
130
    nn/relu.rst
L
LielinJiang 已提交
131
    nn/ReLU.rst
S
swtkiwi 已提交
132
    nn/relu6.rst
L
littletomatodonkey 已提交
133 134 135
    nn/ReplicationPad1d.rst
    nn/ReplicationPad2d.rst
    nn/ReplicationPad3d.rst
S
swtkiwi 已提交
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
    nn/resize_bilinear.rst
    nn/resize_nearest.rst
    nn/resize_trilinear.rst
    nn/retinanet_detection_output.rst
    nn/retinanet_target_assign.rst
    nn/roi_align.rst
    nn/roi_perspective_transform.rst
    nn/roi_pool.rst
    nn/sampled_softmax_with_cross_entropy.rst
    nn/selu.rst
    nn/Sequential.rst
    nn/shuffle_channel.rst
    nn/sigmoid_cross_entropy_with_logits.rst
    nn/sigmoid_focal_loss.rst
    nn/smooth_l1.rst
    nn/soft_relu.rst
    nn/softmax.rst
    nn/softmax_with_cross_entropy.rst
    nn/softplus.rst
    nn/softshrink.rst
    nn/softsign.rst
    nn/space_to_depth.rst
    nn/SpectralNorm.rst
    nn/square_error_cost.rst
    nn/ssd_loss.rst
    nn/swish.rst
    nn/switch_case.rst
L
LielinJiang 已提交
163
    nn/SyncBatchNorm.rst
164
    nn/tanhshrink.rst
S
swtkiwi 已提交
165 166 167
    nn/teacher_student_sigmoid_loss.rst
    nn/thresholded_relu.rst
    nn/unfold.rst
L
LielinJiang 已提交
168
    nn/UpSample.rst
S
swtkiwi 已提交
169 170 171
    nn/while_loop.rst
    nn/yolo_box.rst
    nn/yolov3_loss.rst
L
littletomatodonkey 已提交
172
    nn/ZeroPad2d.rst