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

..  toctree::
    :maxdepth: 1

8
    nn/activation.rst
S
swtkiwi 已提交
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
    nn/adaptive_pool2d.rst
    nn/adaptive_pool3d.rst
    nn/add_position_encoding.rst
    nn/affine_channel.rst
    nn/affine_grid.rst
    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 已提交
32 33 34
    nn/ConstantPad1d.rst
    nn/ConstantPad2d.rst
    nn/ConstantPad3d.rst
S
swtkiwi 已提交
35 36 37 38 39 40
    nn/continuous_value_model.rst
    nn/conv2d.rst
    nn/conv2d_transpose.rst
    nn/conv3d.rst
    nn/conv3d_transpose.rst
    nn/cosine_decay.rst
L
littletomatodonkey 已提交
41 42
    nn/cosine_similarity.rst
    nn/CosineSimilarity.rst
S
swtkiwi 已提交
43 44 45 46 47 48 49 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
    nn/edit_distance.rst
    nn/elu.rst
    nn/Embedding.rst
    nn/erf.rst
    nn/exponential_decay.rst
    nn/filter_by_instag.rst
    nn/fsp_matrix.rst
58
    nn/functional.rst
S
swtkiwi 已提交
59 60 61 62 63 64 65 66 67 68
    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
69
    nn/hardshrink.rst
70
    nn/hardtanh.rst
S
swtkiwi 已提交
71 72 73 74 75 76 77
    nn/hard_sigmoid.rst
    nn/hard_swish.rst
    nn/hash.rst
    nn/hsigmoid.rst
    nn/huber_loss.rst
    nn/image_resize.rst
    nn/image_resize_short.rst
78
    nn/initializer.rst
S
swtkiwi 已提交
79 80 81 82 83 84 85 86 87 88 89 90
    nn/inverse_time_decay.rst
    nn/iou_similarity.rst
    nn/kldiv_loss.rst
    nn/l2_normalize.rst
    nn/label_smooth.rst
    nn/Layer.rst
    nn/LayerList.rst
    nn/LayerNorm.rst
    nn/leaky_relu.rst
    nn/Linear.rst
    nn/linear_lr_warmup.rst
    nn/log_loss.rst
91
    nn/log_softmax.rst
S
swtkiwi 已提交
92
    nn/logsigmoid.rst
93
    nn/loss.rst
S
swtkiwi 已提交
94
    nn/lrn.rst
L
littletomatodonkey 已提交
95
    nn/margin_rank_loss.rst
96
    nn/matrix_nms.rst
S
swtkiwi 已提交
97 98 99 100 101 102 103 104 105
    nn/maxout.rst
    nn/mse_loss.rst
    nn/multiclass_nms.rst
    nn/natural_exp_decay.rst
    nn/noam_decay.rst
    nn/npair_loss.rst
    nn/one_hot.rst
    nn/pad.rst
    nn/pad2d.rst
106
    nn/pad_constant_like.rst
S
swtkiwi 已提交
107 108 109 110 111 112 113
    nn/ParameterList.rst
    nn/piecewise_decay.rst
    nn/pixel_shuffle.rst
    nn/polygon_box_transform.rst
    nn/polynomial_decay.rst
    nn/Pool2D.rst
    nn/pool3d.rst
114
    nn/prelu.rst
S
swtkiwi 已提交
115 116 117 118 119
    nn/prior_box.rst
    nn/prroi_pool.rst
    nn/psroi_pool.rst
    nn/random_crop.rst
    nn/rank_loss.rst
L
littletomatodonkey 已提交
120 121
    nn/ReflectionPad1d.rst
    nn/ReflectionPad2d.rst
S
swtkiwi 已提交
122
    nn/ReLU.rst
123
    nn/relu.rst
S
swtkiwi 已提交
124
    nn/relu6.rst
L
littletomatodonkey 已提交
125 126 127
    nn/ReplicationPad1d.rst
    nn/ReplicationPad2d.rst
    nn/ReplicationPad3d.rst
S
swtkiwi 已提交
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
    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/row_conv.rst
    nn/rpn_target_assign.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/similarity_focus.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
158
    nn/tanhshrink.rst
S
swtkiwi 已提交
159 160 161 162 163 164 165 166 167
    nn/target_assign.rst
    nn/teacher_student_sigmoid_loss.rst
    nn/temporal_shift.rst
    nn/thresholded_relu.rst
    nn/unfold.rst
    nn/warpctc.rst
    nn/while_loop.rst
    nn/yolo_box.rst
    nn/yolov3_loss.rst
168
    nn/functional/loss/margin_ranking_loss.rst
169
    nn/functional/activation/sigmoid.rst
170
    nn/layer/loss/MarginRankingLoss.rst
L
littletomatodonkey 已提交
171
    nn/ZeroPad2d.rst
172 173
    nn/AdaptiveAvgPool2d.rst
    nn/AdaptiveAvgPool3d.rst
L
littletomatodonkey 已提交
174
    nn/layer/activation/Sigmoid.rst