@@ -128,6 +128,7 @@ paddle.fluid.layers.row_conv (ArgSpec(args=['input', 'future_context_size', 'par
128
128
paddle .fluid .layers .multiplex (ArgSpec (args = ['inputs' , 'index' ], varargs = None , keywords = None , defaults = None ), ('document' , '013795af319e2e86d3506741941078ee' ))
129
129
paddle .fluid .layers .layer_norm (ArgSpec (args = ['input' , 'scale' , 'shift' , 'begin_norm_axis' , 'epsilon' , 'param_attr' , 'bias_attr' , 'act' , 'name' ], varargs = None , keywords = None , defaults = (True , True , 1 , 1e-05 , None , None , None , None )), ('document' , 'de6a906950bae9f3c245cb744d22b94e' ))
130
130
paddle .fluid .layers .group_norm (ArgSpec (args = ['input' , 'groups' , 'epsilon' , 'param_attr' , 'bias_attr' , 'act' , 'data_layout' , 'name' ], varargs = None , keywords = None , defaults = (1e-05 , None , None , None , 'NCHW' , None )), ('document' , '419c3a24a83cc89219a029cf4092788b' ))
131
+ paddle .fluid .layers .spectral_norm (ArgSpec (args = ['weight' , 'dim' , 'power_iters' , 'eps' , 'name' ], varargs = None , keywords = None , defaults = (0 , 1 , 1e-12 , None )), ('document' , '3f536aafba30d793287b52d231baff1b' ))
131
132
paddle .fluid .layers .softmax_with_cross_entropy (ArgSpec (args = ['logits' , 'label' , 'soft_label' , 'ignore_index' , 'numeric_stable_mode' , 'return_softmax' ], varargs = None , keywords = None , defaults = (False , - 100 , True , False )), ('document' , 'bce1b75e3d95b75cacd1099655cbb3c3' ))
132
133
paddle .fluid .layers .smooth_l1 (ArgSpec (args = ['x' , 'y' , 'inside_weight' , 'outside_weight' , 'sigma' ], varargs = None , keywords = None , defaults = (None , None , None )), ('document' , 'c6b175d253c55baf4b9c0eca9b1dda88' ))
133
134
paddle .fluid .layers .one_hot (ArgSpec (args = ['input' , 'depth' ], varargs = None , keywords = None , defaults = None ), ('document' , '6148b6a555cbfb62fdcd030d8982c18c' ))
@@ -261,7 +262,7 @@ paddle.fluid.layers.Switch.default (ArgSpec(args=['self'], varargs=None, keyword
261
262
paddle .fluid .layers .increment (ArgSpec (args = ['x' , 'value' , 'in_place' ], varargs = None , keywords = None , defaults = (1.0 , True )), ('document' , '73bb96ec4783ec1a11e760e8851b0e77' ))
262
263
paddle .fluid .layers .array_write (ArgSpec (args = ['x' , 'i' , 'array' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '40b6d15f4c86b2b09df340d7778ad713' ))
263
264
paddle .fluid .layers .create_array (ArgSpec (args = ['dtype' ], varargs = None , keywords = None , defaults = None ), ('document' , '2d4f20087080ba5105b55205ad5c5b6a' ))
264
- paddle .fluid .layers .less_than (ArgSpec (args = ['x' , 'y' , 'force_cpu' , 'cond' ], varargs = None , keywords = 'ignored' , defaults = (None , None )), ('document' , '067bbc799c66289ca8b8924c26b6673f' ))
265
+ paddle .fluid .layers .less_than (ArgSpec (args = ['x' , 'y' , 'force_cpu' , 'cond' ], varargs = None , keywords = None , defaults = (None , None )), ('document' , '067bbc799c66289ca8b8924c26b6673f' ))
265
266
paddle .fluid .layers .equal (ArgSpec (args = ['x' , 'y' , 'cond' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '80c29b1dc64718f0116de90d1ac88a77' ))
266
267
paddle .fluid .layers .array_read (ArgSpec (args = ['array' , 'i' ], varargs = None , keywords = None , defaults = None ), ('document' , '0275133f1dde2aed528b4d3230edf823' ))
267
268
paddle .fluid .layers .array_length (ArgSpec (args = ['array' ], varargs = None , keywords = None , defaults = None ), ('document' , 'ffb8b9578ec66db565b223d313aa82a2' ))
@@ -286,7 +287,7 @@ paddle.fluid.layers.StaticRNN.step_output (ArgSpec(args=['self', 'o'], varargs=N
286
287
paddle .fluid .layers .StaticRNN .update_memory (ArgSpec (args = ['self' , 'mem' , 'var' ], varargs = None , keywords = None , defaults = None ), ('document' , '6adf97f83acf6453d4a6a4b1070f3754' ))
287
288
paddle .fluid .layers .reorder_lod_tensor_by_rank (ArgSpec (args = ['x' , 'rank_table' ], varargs = None , keywords = None , defaults = None ), ('document' , '3545f529ef04e8f6ecb76b47fa3df01a' ))
288
289
paddle .fluid .layers .Print (ArgSpec (args = ['input' , 'first_n' , 'message' , 'summarize' , 'print_tensor_name' , 'print_tensor_type' , 'print_tensor_shape' , 'print_tensor_lod' , 'print_phase' ], varargs = None , keywords = None , defaults = (- 1 , None , - 1 , True , True , True , True , 'both' )), ('document' , '5fef91b0e21c93610785f2b1f7161732' ))
289
- paddle .fluid .layers .is_empty (ArgSpec (args = ['x' , 'cond' ], varargs = None , keywords = 'ignored' , defaults = (None ,)), ('document' , 'bbe578dbb49ad13e15b014e98c22b519' ))
290
+ paddle .fluid .layers .is_empty (ArgSpec (args = ['x' , 'cond' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , 'bbe578dbb49ad13e15b014e98c22b519' ))
290
291
paddle .fluid .layers .sigmoid (ArgSpec (args = ['x' , 'name' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '29a25ba78de79152076cacfc5443137d' ))
291
292
paddle .fluid .layers .logsigmoid (ArgSpec (args = ['x' , 'name' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '81ccb7acafd06c7728e11581f5d342e3' ))
292
293
paddle .fluid .layers .exp (ArgSpec (args = ['x' , 'name' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , 'e6b3e769413d96aab4176f96db25984b' ))
@@ -328,7 +329,8 @@ paddle.fluid.layers.polygon_box_transform (ArgSpec(args=['input', 'name'], varar
328
329
paddle .fluid .layers .yolov3_loss (ArgSpec (args = ['x' , 'gtbox' , 'gtlabel' , 'anchors' , 'anchor_mask' , 'class_num' , 'ignore_thresh' , 'downsample_ratio' , 'name' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '991e934c3e09abf0edec7c9c978b4691' ))
329
330
paddle .fluid .layers .box_clip (ArgSpec (args = ['input' , 'im_info' , 'name' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '397e9e02b451d99c56e20f268fa03f2e' ))
330
331
paddle .fluid .layers .multiclass_nms (ArgSpec (args = ['bboxes' , 'scores' , 'score_threshold' , 'nms_top_k' , 'keep_top_k' , 'nms_threshold' , 'normalized' , 'nms_eta' , 'background_label' , 'name' ], varargs = None , keywords = None , defaults = (0.3 , True , 1.0 , 0 , None )), ('document' , 'ca7d1107b6c5d2d6d8221039a220fde0' ))
331
- paddle .fluid .layers .distribute_fpn_proposals (ArgSpec (args = ['fpn_rois' , 'min_level' , 'max_level' , 'refer_level' , 'refer_scale' , 'name' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , 'fdffe52577f7e74c090b030867fefc11' ))
332
+ paddle .fluid .layers .distribute_fpn_proposals (ArgSpec (args = ['fpn_rois' , 'min_level' , 'max_level' , 'refer_level' , 'refer_scale' , 'name' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '7bb011ec26bace2bc23235aa4a17647d' ))
333
+ paddle .fluid .layers .box_decoder_and_assign (ArgSpec (args = ['prior_box' , 'prior_box_var' , 'target_box' , 'box_score' , 'box_clip' , 'name' ], varargs = None , keywords = None , defaults = (None ,)), ('document' , '005a5ae47d6c8fff721931d69d072b9f' ))
332
334
paddle .fluid .layers .accuracy (ArgSpec (args = ['input' , 'label' , 'k' , 'correct' , 'total' ], varargs = None , keywords = None , defaults = (1 , None , None )), ('document' , '9808534c12c5e739a10f73ebb0b4eafd' ))
333
335
paddle .fluid .layers .auc (ArgSpec (args = ['input' , 'label' , 'curve' , 'num_thresholds' , 'topk' , 'slide_steps' ], varargs = None , keywords = None , defaults = ('ROC' , 4095 , 1 , 1 )), ('document' , 'e0e95334fce92d16c2d9db6e7caffc47' ))
334
336
paddle .fluid .layers .exponential_decay (ArgSpec (args = ['learning_rate' , 'decay_steps' , 'decay_rate' , 'staircase' ], varargs = None , keywords = None , defaults = (False ,)), ('document' , '98a5050bee8522fcea81aa795adaba51' ))
0 commit comments