nn_cn.rst 5.9 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
=======================
paddle.nn
=======================




..  toctree::
    :maxdepth: 1

11 12 13 14 15
    nn_cn/Conv1d_cn.rst
    nn_cn/Conv2d_cn.rst
    nn_cn/Conv3d_cn.rst
    nn_cn/ConvTranspose2d_cn.rst
    nn_cn/ConvTranspose3d_cn.rst
T
tianshuo78520a 已提交
16 17 18
    nn_cn/diag_embed_cn.rst
    nn_cn/interpolate_cn.rst
    nn_cn/Linear_cn.rst
19
    nn_cn/LogSoftmax_cn.rst
T
tianshuo78520a 已提交
20 21
    nn_cn/ReLU_cn.rst
    nn_cn/Upsample_cn.rst
22 23
    nn_cn/activation_cn.rst
    nn_cn/loss_cn.rst
24
    nn_cn/functional_cn.rst
25
    nn_cn/layer_cn.rst
S
swtkiwi 已提交
26 27 28 29 30 31 32 33
    nn_cn/adaptive_pool2d_cn.rst
    nn_cn/adaptive_pool3d_cn.rst
    nn_cn/add_position_encoding_cn.rst
    nn_cn/affine_channel_cn.rst
    nn_cn/affine_grid_cn.rst
    nn_cn/anchor_generator_cn.rst
    nn_cn/assign_cn.rst
    nn_cn/BatchNorm_cn.rst
Z
zhang wenhui 已提交
34 35 36
    nn_cn/BatchNorm1d_cn.rst
    nn_cn/BatchNorm2d_cn.rst
    nn_cn/BatchNorm3d_cn.rst
37
    nn_cn/SyncBatchNorm_cn.rst
S
swtkiwi 已提交
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
    nn_cn/beam_search_cn.rst
    nn_cn/beam_search_decode_cn.rst
    nn_cn/BilinearTensorProduct_cn.rst
    nn_cn/bipartite_match_cn.rst
    nn_cn/box_clip_cn.rst
    nn_cn/box_coder_cn.rst
    nn_cn/box_decoder_and_assign_cn.rst
    nn_cn/bpr_loss_cn.rst
    nn_cn/brelu_cn.rst
    nn_cn/case_cn.rst
    nn_cn/center_loss_cn.rst
    nn_cn/clip_by_norm_cn.rst
    nn_cn/clip_cn.rst
    nn_cn/collect_fpn_proposals_cn.rst
    nn_cn/cond_cn.rst
    nn_cn/continuous_value_model_cn.rst
    nn_cn/conv2d_cn.rst
    nn_cn/conv2d_transpose_cn.rst
    nn_cn/conv3d_cn.rst
    nn_cn/conv3d_transpose_cn.rst
L
littletomatodonkey 已提交
58 59 60
    nn_cn/ConstantPad1d_cn.rst
    nn_cn/ConstantPad2d_cn.rst
    nn_cn/ConstantPad3d_cn.rst
S
swtkiwi 已提交
61
    nn_cn/cosine_decay_cn.rst
L
littletomatodonkey 已提交
62 63
    nn_cn/cosine_similarity_cn.rst
    nn_cn/CosineSimilarity_cn.rst
S
swtkiwi 已提交
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
    nn_cn/cross_entropy_cn.rst
    nn_cn/data_cn.rst
    nn_cn/deformable_roi_pooling_cn.rst
    nn_cn/density_prior_box_cn.rst
    nn_cn/detection_output_cn.rst
    nn_cn/dice_loss_cn.rst
    nn_cn/distribute_fpn_proposals_cn.rst
    nn_cn/dropout_cn.rst
    nn_cn/edit_distance_cn.rst
    nn_cn/elu_cn.rst
    nn_cn/Embedding_cn.rst
    nn_cn/erf_cn.rst
    nn_cn/exponential_decay_cn.rst
    nn_cn/filter_by_instag_cn.rst
    nn_cn/fsp_matrix_cn.rst
    nn_cn/gather_tree_cn.rst
    nn_cn/gelu_cn.rst
    nn_cn/generate_mask_labels_cn.rst
    nn_cn/generate_proposals_cn.rst
    nn_cn/generate_proposal_labels_cn.rst
    nn_cn/GradientClipByGlobalNorm_cn.rst
    nn_cn/GradientClipByNorm_cn.rst
    nn_cn/GradientClipByValue_cn.rst
    nn_cn/grid_sampler_cn.rst
    nn_cn/GroupNorm_cn.rst
89
    nn_cn/hardshrink_cn.rst
90
    nn_cn/hardtanh_cn.rst
S
swtkiwi 已提交
91 92 93 94 95 96 97
    nn_cn/hard_sigmoid_cn.rst
    nn_cn/hard_swish_cn.rst
    nn_cn/hash_cn.rst
    nn_cn/hsigmoid_cn.rst
    nn_cn/huber_loss_cn.rst
    nn_cn/image_resize_cn.rst
    nn_cn/image_resize_short_cn.rst
Z
zhang wenhui 已提交
98 99 100
    nn_cn/InstanceNorm1d_cn.rst
    nn_cn/InstanceNorm2d_cn.rst
    nn_cn/InstanceNorm3d_cn.rst
S
swtkiwi 已提交
101 102 103 104 105 106 107 108 109 110 111 112 113
    nn_cn/inverse_time_decay_cn.rst
    nn_cn/iou_similarity_cn.rst
    nn_cn/kldiv_loss_cn.rst
    nn_cn/l2_normalize_cn.rst
    nn_cn/label_smooth_cn.rst
    nn_cn/LayerList_cn.rst
    nn_cn/LayerNorm_cn.rst
    nn_cn/Layer_cn.rst
    nn_cn/leaky_relu_cn.rst
    nn_cn/Linear_cn.rst
    nn_cn/linear_lr_warmup_cn.rst
    nn_cn/logsigmoid_cn.rst
    nn_cn/log_loss_cn.rst
114
    nn_cn/log_softmax_cn.rst
S
swtkiwi 已提交
115
    nn_cn/lrn_cn.rst
116
    nn_cn/margin_ranking_loss_cn.rst
S
swtkiwi 已提交
117 118 119 120 121 122 123 124 125
    nn_cn/maxout_cn.rst
    nn_cn/mse_loss_cn.rst
    nn_cn/multiclass_nms_cn.rst
    nn_cn/natural_exp_decay_cn.rst
    nn_cn/noam_decay_cn.rst
    nn_cn/npair_loss_cn.rst
    nn_cn/one_hot_cn.rst
    nn_cn/pad2d_cn.rst
    nn_cn/pad_cn.rst
L
littletomatodonkey 已提交
126
    nn_cn/Pad_cn.rst
S
swtkiwi 已提交
127
    nn_cn/pad_constant_like_cn.rst
128
    nn_cn/PairwiseDistance_cn.rst
S
swtkiwi 已提交
129 130 131 132 133 134 135 136
    nn_cn/ParameterList_cn.rst
    nn_cn/piecewise_decay_cn.rst
    nn_cn/pixel_shuffle_cn.rst
    nn_cn/polygon_box_transform_cn.rst
    nn_cn/polynomial_decay_cn.rst
    nn_cn/pool2d_cn.rst
    nn_cn/Pool2D_cn.rst
    nn_cn/pool3d_cn.rst
137
    nn_cn/prelu_cn.rst
S
swtkiwi 已提交
138 139 140 141 142
    nn_cn/prior_box_cn.rst
    nn_cn/prroi_pool_cn.rst
    nn_cn/psroi_pool_cn.rst
    nn_cn/random_crop_cn.rst
    nn_cn/rank_loss_cn.rst
L
littletomatodonkey 已提交
143 144
    nn_cn/ReflectionPad1d_cn.rst
    nn_cn/ReflectionPad2d_cn.rst
S
swtkiwi 已提交
145 146 147 148 149
    nn_cn/relu6_cn.rst
    nn_cn/relu_cn.rst
    nn_cn/resize_bilinear_cn.rst
    nn_cn/resize_nearest_cn.rst
    nn_cn/resize_trilinear_cn.rst
L
littletomatodonkey 已提交
150 151 152
    nn_cn/ReplicationPad1d_cn.rst
    nn_cn/ReplicationPad2d_cn.rst
    nn_cn/ReplicationPad3d_cn.rst
S
swtkiwi 已提交
153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
    nn_cn/retinanet_detection_output_cn.rst
    nn_cn/retinanet_target_assign_cn.rst
    nn_cn/roi_align_cn.rst
    nn_cn/roi_perspective_transform_cn.rst
    nn_cn/roi_pool_cn.rst
    nn_cn/row_conv_cn.rst
    nn_cn/rpn_target_assign_cn.rst
    nn_cn/sampled_softmax_with_cross_entropy_cn.rst
    nn_cn/selu_cn.rst
    nn_cn/Sequential_cn.rst
    nn_cn/shuffle_channel_cn.rst
    nn_cn/sigmoid_cross_entropy_with_logits_cn.rst
    nn_cn/sigmoid_focal_loss_cn.rst
    nn_cn/similarity_focus_cn.rst
    nn_cn/smooth_l1_cn.rst
    nn_cn/softmax_cn.rst
    nn_cn/softmax_with_cross_entropy_cn.rst
    nn_cn/softplus_cn.rst
    nn_cn/softshrink_cn.rst
    nn_cn/softsign_cn.rst
    nn_cn/soft_relu_cn.rst
    nn_cn/space_to_depth_cn.rst
    nn_cn/SpectralNorm_cn.rst
    nn_cn/square_error_cost_cn.rst
    nn_cn/ssd_loss_cn.rst
    nn_cn/swish_cn.rst
    nn_cn/switch_case_cn.rst
180
    nn_cn/tanhshrink_cn.rst
S
swtkiwi 已提交
181 182 183 184 185 186 187 188 189
    nn_cn/target_assign_cn.rst
    nn_cn/teacher_student_sigmoid_loss_cn.rst
    nn_cn/temporal_shift_cn.rst
    nn_cn/thresholded_relu_cn.rst
    nn_cn/unfold_cn.rst
    nn_cn/warpctc_cn.rst
    nn_cn/while_loop_cn.rst
    nn_cn/yolov3_loss_cn.rst
    nn_cn/yolo_box_cn.rst
190 191
    nn_cn/loss_cn/MarginRankingLoss_cn.rst
    nn_cn/functional_cn/margin_ranking_loss_cn.rst
192 193
    nn_cn/weight_norm_cn.rst
    nn_cn/remove_weight_norm_cn.rst
194 195 196 197
    nn_cn/Dropout_cn.rst
    nn_cn/Dropout2D_cn.rst
    nn_cn/Dropout3D_cn.rst
    nn_cn/AlphaDropout_cn.rst
L
littletomatodonkey 已提交
198
    nn_cn/ZeroPad2d_cn.rst
199 200
    nn_cn/AdaptiveAvgPool2d_cn.rst
    nn_cn/AdaptiveAvgPool3d_cn.rst
B
Bai Yifan 已提交
201 202 203 204
    nn_cn/AdaptiveAvgPool1d_cn.rst
    nn_cn/AdaptiveMaxPool1d_cn.rst
    nn_cn/AvgPool1d_cn.rst
    nn_cn/MaxPool1d_cn.rst
205
    nn_cn/Bilinear_cn.rst