Commit Graph

1872 Commits (9b5b72672963b0ee143b8a0013441275643e46a9)

Author SHA1 Message Date
guofei 835ea12cde Control flow API: while_loop (#21276)
6 years ago
Huihuang Zheng 1dcf6a7212
Add Much Complex Test and Fix Bugs for Control Flow cond API (#21532)
6 years ago
Feiyu Chan 2057df7ac0 add fluid.layers.gelu & doc (#21515)
6 years ago
wangchaochaohu 29c3844585
fix doc typo test=develop (#21566)
6 years ago
danleifeng 657053f262 remove elementwise x_should_larger_than_y restriction;test=develop (#21517)
6 years ago
hong 08483a6819
Add dygraph linear warm up decay (#21186)
6 years ago
lilong12 de46b15951
Unify the rank of prelu alpha to 4, corresponding to [N, C, H, W], except for the all mode
6 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
6 years ago
wangchaochaohu 4c9b3dafa7
fill_constant_batch_size_like OP precious problem fix (#21337)
6 years ago
ruri 2445fef386
Fix density sample (#21506)
6 years ago
lilong12 0bc8bdf724
set dim[0] to -1 if dim[0] < 0 during compiling for c_allgather op (#21402)
6 years ago
Aurelius84 4bf115b42d
Fix AdamOptimizer and Scale sample code Bug (#21478)
6 years ago
ruri 94bef03539
Revert "Add masked select api (#21172)" (#21456)
6 years ago
ruri 3706ea67f8
fix sample code in density prior box
6 years ago
liym27 beec87b911
fix bug in example codes of API case and switch_case. test=develop,test=document_fix (#21477)
6 years ago
hutuxian 7e68bc896b
refactor AUC OP and add its CUDA Kernel (#21336)
6 years ago
wawltor dbbe6e9cb6
fix the device supported of the op unique and unique_with_counts. (#21395)
6 years ago
Huihuang Zheng 32959e031e
Add English Document for cond API (#21452)
6 years ago
Jie Fang 5e813b53c5 nhwc optimization for batchnorm (#21090)
6 years ago
Huihuang Zheng 630be31952
Fix Cond Bug for Nested Control Flow (#21340)
6 years ago
zhaoyuchen2018 b16274556a
Add dscending for argsort (#21400)
6 years ago
Kaipeng Deng ebfb720a63
add Adam beta1/beta2 support Variable (#21234)
6 years ago
ruri 007c997572
Add masked select api (#21172)
6 years ago
Kaipeng Deng 67c836fb5c
batch_norm momentum support variable (#21246)
6 years ago
Zeng Jinle b97fc16d21
fix lod_reset bug, test=develop (#21392)
6 years ago
hutuxian 47a82e38e3
Support data_norm gpu kernel (#21325)
6 years ago
lilong12 41d13209d7
add the framework support for distfc (#21197)
6 years ago
wangchaochaohu 6514f52e46
fix the fill_constant op precious problem (#21322)
6 years ago
lijianshe02 7fcaa39b36
fix Print_op input dtype list error test=develop (#21326)
6 years ago
Yi Liu 0fd1281ef8
fix bug of issue #21259 (#21287)
6 years ago
ShenLiang 1f39a9f17e fix the bug of scatter_nd, test=develop (#21257)
6 years ago
lijianshe02 382cf5d7e3
add input type and input data type check for Print_op test=develop (#21250)
6 years ago
liym27 b0fc822747 Add control flow api: case (#21114)
6 years ago
yaoxuefeng b5d8ba8394
fix data_norm op to avoid impractical normalization result test=develop (#21152)
6 years ago
Zhang Ting 9cbe7bccba modified error message and API doc for channel_last supported Op (#21002)
6 years ago
liym27 9247528252 Control flow API: switch_case (#21103)
6 years ago
ruri aeb887911f
Refine edit distance cn (#21121)
6 years ago
hong 835119c777
disable reshape inplace in dygraph model; test=develop (#21157)
6 years ago
Tao Luo 3976bbe2ce
add input type and dtype check template, and update some APIs check (#21161)
6 years ago
Tao Luo 8f659d4345
Split some APIs from nn.py to loss.py (#21117)
6 years ago
lilong12 e249d9a3e2
fix the computation for dx (grad for x) for prelu operation. (#20949)
6 years ago
Huihuang Zheng e64d55f04e
Add basic Python Cond Layer (#21050)
6 years ago
Tao Luo 78cc1ca616
Split some APIs from nn.py to rnn.py and sequence_lod.py (#21030)
6 years ago
LielinJiang 06063b7001 add op locality_aware_nms, test=develop (#20976)
6 years ago
Huihuang Zheng 1957192f05
Add select_input_op and select_output_op (#21016)
6 years ago
hong 72e0969b27
fix uniform random (#21009)
6 years ago
Wojciech Uss 226bc22a29 Remove fuse_with_relu argument from batch_norm constructor (#21028)
6 years ago
liym27 f0e95a6049 Polish error messages of pool_2d/3d and add Raises in English document. test=develop (#21017)
6 years ago
Zhang Ting de9bec607e lrn supports channel_last input, test=develop (#20954)
6 years ago
liym27 7b4cb655bb keep the size of symmetric padding is 2 for 2d and 3 for 3d. test=develop (#20903)
6 years ago
Zhang Ting 8d1e9f0f7e maxout supports channel_last input (#20846)
6 years ago
liym27 6802539a2e support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
6 years ago
liym27 84d221b667 improve unsqueeze op to support int, Tensor for argument axes (#20824)
6 years ago
silingtong123 03d7f3ddb2 Make shape tensor support int32 (#20757)
6 years ago
Huihuang Zheng 95ba4bd2ab
Add shape and type check at read_op (#20754)
6 years ago
Bai Yifan 6bdf99d37a
fix dcn doc about Mask introduction, test=develop, test=document_fix (#20836)
6 years ago
Zhang Ting 5a8d885d72 All elements in attr(shape) of crop_tensor can be -1 and int32/64 kernel registered (#20756)
6 years ago
Aurelius84 28dd2a58df
refine Categorical and MultivariateNormalDiag en doc (#20723)
6 years ago
石晓伟 37cd43545a
update the infer shape of matmul, test=develop (#20717)
6 years ago
zhongpu 702aad5a0a remove assert statement to support sqeeze op in drgraph, test=develop (#20763)
6 years ago
wangguanzhong 9a3e22aad4
move nms2 to contrib, test=develop (#20709)
6 years ago
Zhang Ting 80c97e560d fix bias_attr's bug of conv and conv_transpose, test=develop (#20704)
6 years ago
zhongpu efa10937bd fix elementwise_floordiv_op and elementwise_mod_op (#20534)
6 years ago
liym27 ae4ddbc821 add fill_constant input(shape) dtype check. test=develop (#20620)
6 years ago
danleifeng 46797f53de fix small bug of error message for elementwise_add and elementwise_mul (#20619)
6 years ago
石晓伟 a4753f3a79 Optimize error message of mean_op and matmul_op (#20413)
6 years ago
zhupengyang 01209b5161 add input type and dtype check for cast_op (#20070)
6 years ago
zhupengyang 5e65c753ea enhance input type chec for concat (#20584)
6 years ago
JesseyXujin 2ff18e537f
add expand_as op, test=develop (#20565)
6 years ago
lijianshe02 5c41805dc9
update mul_op input data type check test=develop (#20552)
6 years ago
Zeng Jinle 40effc61af
Refine py_reader exit (#20331)
6 years ago
Guo Sheng bd99df715a
Fix basic_gru and docs of gru_unit and dynamic_gru (#19393)
6 years ago
Yuan Shuai 172e91c008
Refine error message of transpose_op (#20437)
6 years ago
hong19860320 f567214b6a
Fix the error message of zeros op (#20476)
6 years ago
liym27 fc6ec3b9f6 fill_constant support Tensor; (#20521)
6 years ago
Guo Sheng c7ae6c62cd
Fix the assign data check (#20564)
6 years ago
Diego Zhang 27d1ef6081
Refine seq enum expand mask pad (#20344)
6 years ago
guofei 9b85f40140 Modify English documents (#20452)
6 years ago
Yiqun Liu ce1b25cc8b
Polish the English documentation of sums (#20495)
6 years ago
zhaoyuchen2018 8fb569e5b9
Fix api doc example bug and polish square doc (#20491)
6 years ago
hong19860320 512c0bb04d
refine the en api doc of ones, zeros, reverse, assign, increment, hsigmoid and create_py_reader_by_data ops (#20343)
6 years ago
Guo Sheng dfd1eee7f7 Add seq2seq api related code (#19820)
6 years ago
silingtong123 e87cabb7f2 updates document of sequence_softmax, sequence_scatter, sequence_unpad (#20269)
6 years ago
silingtong123 d5aa2dd818 fix doc, updates API documents of uniform_random and uniform_random_batch_size_like (#20316)
6 years ago
liym27 5219efb14f fix reshape input(x) error check on float16. test=develop (#20529)
6 years ago
LielinJiang faa8e30a14 Set batch norm and data norm argument 'do_model_average_for_mean_and_var' default as True (#20421)
6 years ago
hong19860320 4d0d5e4cc7
refine eng doc for hard_sigmoid op (#20442)
6 years ago
Aurelius84 22823df2e2
enhance embedding error message test=develop (#20246)
6 years ago
hong19860320 9707ded37e
Fix the error message of assign op (#20508)
6 years ago
zhupengyang 3997743a5b add input type and dtype check, enhance shape error message for concat_op (#20101)
6 years ago
zhupengyang 95524a4d30 fix APIs: relu, relu6, hash (#20416)
6 years ago
zhaoyuchen2018 057bce4d45
Refine topk stack squeeze api en doc (#20367)
6 years ago
JesseyXujin 843bdbaae1
add input type and dtype check for accuracy_op (#20399)
6 years ago
lijianshe02 211f5b0319
enhance mul_op input error message test=develop (#20414)
6 years ago
wawltor eb526e3f08
fix sign op input error check on float16 (#20472)
6 years ago
Guo Sheng 101e20e92e
Update some en api docs (#20496)
6 years ago
zhupengyang 200cc5e2ad fix APIs: cast, concat, tensor_array_to_tensor, argmin, argmax, argsort (#20363)
6 years ago
GaoWei8 5ea2cc6733 fix API:cos, exp, ceil, elu, brelu English doc (#20032)
6 years ago
ruri e705fede11
refine 13 en docs (#20312)
6 years ago
lijianshe02 f0dabe680d
fix read_file, is_empty, Print API EN doc (#20492)
6 years ago
wopeizl 3044a62f2a
fix the precise roi poop op test=develop (#20126)
6 years ago
Yiqun Liu 1e59cf97eb
Polish the English documentation DynamicRNN (#20453)
6 years ago
Aurelius84 2213ae6bf9
Fix fp16 in input.dtype check in layers.fc (#20467)
6 years ago
qingqing01 df3025c3ee
Polish En doc for some APIs. (#20418)
6 years ago
wopeizl 6b612a2807
optimize the english description for APIs test=develop test=document_fix (#20286)
6 years ago
FDInSky 0ac08489a9 udpate en doc test=develop, test=document_fix (#20459)
6 years ago
Wilber 2893cd1ae0
modify english api (#20159)
6 years ago
zhouwei25 b1218d056b fix English Doc of API:layers.py_func/sum (#20329)
6 years ago
zhongpu 0b321c8a2f fix APIs, to_variable、NCE、PRelu、softmax、rankloss for dygraph, test=document_fix, test=develop (#20142)
6 years ago
wangchaochaohu 508127b180
fix some en doc (#20281)
6 years ago
zhouwei25 f18231412f fix English Doc of API:layers.array_read/array_write/array_length (#20345)
6 years ago
Guanghua Yu bc4c7a9eb6 Fix english doc api: sequence_slice, sigmoid_cross_entropy_with_logits, ssd_loss, DetectionMAP, detection_map (#20405)
6 years ago
silingtong123 9ee288ac87 test=develop, fix the parameter seed failed to work (#20412)
6 years ago
Zhaolong Xing 63d88b522f
refine sqrt api check (#20254)
6 years ago
huzhiqiang 6a8e54047f
fix reorder_lod_tensor_by_rank doc en (#20256)
6 years ago
Yibing Liu 899ab30df0
Fix several api docs (#20282)
6 years ago
Pei Yang 6f9e64d443
refine en api doc of [shape, scale, split, selu, soft_relu, scatter], test=develop, test=document_fix (#20264)
6 years ago
wangchaochaohu 5c649d9a1e
fix the reduce api en doc (#20223)
6 years ago
DuYao 76a5819728 update English document (#20330)
6 years ago
liu zhengxi e34fccbc48
update the api en doc (#20307)
6 years ago
wangchaochaohu 1288ac2983
fix expand bug (#20340)
6 years ago
Youwei Song ba78a0c7c2 polish 3 LSTM en doc (#20383)
6 years ago
Feiyu Chan 91693b9cee fix document for swish, thresholded_relu, gaussian_randdom
6 years ago
SunGaofeng a73e1f68b4
fix document of 11 APIs (#20278)
6 years ago
Pei Yang 057d782d51
fix en api doc of [round, sin, sqrt], test=develop, test=document_fix (#20296)
6 years ago
zhongpu 9ca417f1d0 fix APIs, update norm op, test=develop (#20119)
6 years ago
Kaipeng Deng 3833b511a6
refine en API doc (#20206)
6 years ago
Zhang Ting 0652f15810 fix Attr(scale)'s bug for image_resize and modified unittest, test=develop (#19983)
6 years ago
zhaoyuchen2018 7c12218987
Refine StaticRNN api-doc-en (#20093)
6 years ago
FlyingQianMM 551ba37148
Fix english doc api, invloves the op of retinanet_target_assign, sigmoid_focal_loss and retinanet_detection_output. (#20250)
6 years ago
Pei Yang 4df76d5320
fix en api docs of while, ifelse, switch, test=develop, test=document_fix (#20265)
6 years ago
wawltor ade9bc04d3
Fix some english doc api, shenze tools group (#20300)
6 years ago
huangjun12 b347ca084e Fix document of APIs, test=develop, test=document_fix (#20314)
6 years ago
hong fa43e80e19 New save load interface (#20148)
6 years ago
FDInSky e2c7b6821a test=develop enhance uniform_random op python api (#20295)
6 years ago
Jiabin Yang b23f00a0d7
Refine en doc (#20317)
6 years ago
xiaoting aaae3475e3 Polish english apis' doc (#20184)
6 years ago
LielinJiang 282c9e7cb2 Polish english apis' doc (#20198)
6 years ago
chengjuntao 9acdb6e83a
Fix fluid.data code example (#20236)
6 years ago
liym27 3d006fa630 fix English document of expand/pow/reshape/slice. test=develop, test=document_fix (#20280)
6 years ago
danleifeng 3a0f93b3f9 fix error message for elementwise_add/mul (#20283)
6 years ago
liym27 670937e11d add input type and dtype check for reshape op. (#20099)
6 years ago
Aurelius84 729f5846cc
enhance shape error message of fc API (#20172)
6 years ago
Zeng Jinle f1364df71f
add deprecated msg to py_readers, test=develop (#20211)
6 years ago
Yibing Liu d849e9835f
Add detailed error messages for nce layer (#20231)
6 years ago
wangguanzhong 866400e9f1
update en doc of example,test=develop, test=document_fix (#20235)
6 years ago
Tao Luo 134d809e23
fix softmax input error check on float16 (#20273)
6 years ago
whs 54df1ad4c7
Fix en doc of warpctc, affine_grid, generate_proposals (#20262)
6 years ago
Aurelius84 73cf08d694
fix en_doc api of one-hot and embedding (#20187)
6 years ago
GaoWei8 318d5bba64 add input type and dtype check for elu_op (#20106)
6 years ago
Liufang Sang 53535b4f18 fix en api doc (#20245)
6 years ago
Bai Yifan fb21a743ae
Fix fluid.data code example (#20227)
6 years ago
Double_V 98da70f63f fix API en doc (#20261)
6 years ago
lvmengsi 40b3af9720
Update apiexample (#20247)
6 years ago
zhoushiyu 1106fbbd01 fix cvm and DataFeedDesc apis (#19994)
6 years ago
Yi Liu 4da243003e
update the example of shard_index (#20272)
6 years ago
Aurelius84 a38d1835b5
refine seq_pool/reshape/reverse test=develop, test=document_fix (#20233)
6 years ago
Zhang Ting 7e140d870a modified doc of group_norm, test=develop, test=document_fix (#20234)
6 years ago
Zhang Ting 2087f77120 modified doc of crop_tensor, test=develop, test=document_fix (#20203)
6 years ago
zhang wenhui 6bc4d48875
fix api doc, test=develop, test=document_fix, test=document_preview (#20252)
6 years ago
ShenLiang d26276e3ac fix doc, test=develop test=document_fix test=document_preview (#20249)
6 years ago
danleifeng 5da814292a fix code example of elementwise op in en_doc (#20242)
6 years ago
zhaoyuchen2018 5ebf4078dc
add input type and dtype check for squeeze (#20100)
6 years ago
wawltor 08c8f0c534
Fix api, add input type and dtype check for sign_op (#20138)
6 years ago
JesseyXujin 407efcf7b1
fix API doc, solve conflict, test=develop, test=document_fix (#20196)
6 years ago
Aurelius84 c80b7694eb
refine fc/seq_conv/seq_concat en doc (#20214)
6 years ago
Bai Yifan 131b1dc324
Fix api doc, test=develop, test=document_preview, test=document_fix (#19947)
6 years ago
lvmengsi 59a7c222ea
refine en doc (#20088)
6 years ago
ShenLiang c5cff9971a fix doc of eye、gather_nd、scatter_nd、scatter_nd_add、center_loss (#19990)
6 years ago
Zhang Ting cf6919bf6e conv_transpose supports channel_last input, test=develop, test=document_preview (#20072)
6 years ago
lvmengsi 76ba55e891
add error log for python api and c++ (#20061)
6 years ago
Yibing Liu 01ad8d2e06
Refactor linear chain crf op & crf decoding op (#19982)
6 years ago
wangchaochaohu 6e73e90bfb
fix the error message for reduce_mean and reduce_sum op (#20063)
6 years ago
wangchaochaohu 9a76f3f916
Fill constant error message fix (#20075)
6 years ago
liym27 3aa331d97e fix conv2d and conv3d: (#20042)
6 years ago
wangguanzhong da892cafd5
Refine api doc (#20037)
6 years ago
silingtong123 f1eebf75aa improve op uniform_random, argument shape support tensor and tensor in list (#19786)
6 years ago
liym27 24010472d4 fix pool2d pool3d,support asymmetric padding and channel_last (#19739)
6 years ago
Zeng Jinle 20f0878f70
Fix en docs of apis (#20050)
6 years ago
danleifeng 5cef7a2f25 Polish English docs of elementwise_add/sub/mul/div (#20027)
6 years ago
gongweibao a7512db2bc
Polish elementwise max min pow document to add more examples. (#19946)
6 years ago
Zeng Jinle 1b7de89455
fix math_op_path.py when integers, test=develop (#20008)
6 years ago
chengjuntao 0099e54924
refine deformable roi pooling doc (#19944)
6 years ago
wangchaochaohu 382d099dcb
add support tensor and tensorlist for strided_slice OP (#19929)
6 years ago
lvmengsi fe218df326
Fix ssdloss num and batch norm format and conv2d (#19754)
6 years ago
Liufang Sang 6884dc800a refine ctc align op with padding (#19926)
6 years ago
Tao Luo 65a02fc114
add input type and dtype check for softmax_op (#19975)
6 years ago
Aurelius84 99a9615a4b
Removing length dims constraints of seq_pad and seq_unpad (#19497)
6 years ago
Yi Liu 2efdf0ef35
update en document of shard_index_op (#19963)
6 years ago
Zhang Ting cb8f3c03a7 resize Ops support data_layout:channel_last, test=develop, test=document_preview (#19914)
6 years ago
wopeizl e606b1754e
optimize the error information when the input for while op has a wron… (#19872)
6 years ago
ruri d31c92a2cd
add mse_loss (#19759)
6 years ago
Tao Luo a4919d3688
move tree_conv to fluid.contrib.layers (#19918)
6 years ago
lvmengsi 4155e62559
add instance norm (#19500)
6 years ago
Jiabin Yang 454254115e
Feature/auto prune in dygraph (#19757)
6 years ago
Aurelius84 418a0967f3
move match_matrix var_conv2d et.al api into fluid.contrib test=develop (#19859)
6 years ago
Zeng Jinle e237275017
add py_reader may be deprecated msg, test=develop (#19891)
6 years ago
Zhang Ting 93364b45c1 group_norm support data_layout:NHWC, test=develop, test=document_preview (#19614)
6 years ago
Zhang Ting 439d95e157 modified interpolate op to support tensor attribute, test=develop, test=document_preview (#19287)
6 years ago
Zhang Ting b38889413d add crop_tensor_op, test=develop, test=document_preview (#19314)
6 years ago
wopeizl a7c440d303
add precise roi pooling op test=develop (#18960)
6 years ago
wangchaochaohu 47af618f70
Strided slice (#19642)
6 years ago
Huihuang Zheng 3e1e1fee26
Return correct currrent block of a var (#19850)
6 years ago
chengjuntao 00efd1d8a9
add deformable conv v1 op and cpu version of deformable conv v2 (#18500)
6 years ago
liym27 677e714425 fix pow op, support tensor for agument factor. (#19313)
6 years ago
liym27 bd89a27308 add tensor support for argument shape in reshape op; (#19268)
6 years ago
liym27 88628016b2 add tensor(tensor and tensor in list) support for argument starts and ends in slice op; (#19208)
6 years ago
liym27 e9e3c08777 fix expand op: (#19302)
6 years ago
JesseyXujin e352467c1c
modify activation op API, delete use_cudnn args, test=develop, (#19758)
6 years ago
Zeng Jinle 078a678219
refine math_op_patch, test=develop (#19727)
6 years ago
Tao Luo ec9bc1bd9f
paddle::framework::vectorize() templatization (#19730)
6 years ago
wangguanzhong 25dcd74d34
merge empty lod tensor, test=develop (#19228)
6 years ago
JesseyXujin 0b06db9413
delete transmission args in linear_chain_crf op (#19619)
6 years ago
Chen Weihang 73daa3d6c0
Code Cleanup: delete three useless raw variables in Conv2D (#19644)
6 years ago
Aurelius84 6364ebc4dd
Add distributions of Categorical and MultivariateNormal (#18263)
6 years ago
FDInSky a18cf5e119 add a argument for softshrink python api (#19396)
6 years ago
ShenLiang 2cd3fa3e9a add scatter_nd op and scatter_nd_add op (#19571)
6 years ago
xiaoting 7a86706309 modified multiclass_nms example (#19553)
6 years ago
JesseyXujin 4a7e6deb63
add padding in linear_chain_crf op (#19583)
6 years ago
hutuxian c756b5d231
Paddlebox Framework (#18982)
6 years ago
Zeng Jinle 5dce1da680 remove reset recordio usage (#19519)
6 years ago
ShenLiang 85914f7a88 add gather_nd op and unit test (#19366)
6 years ago
Aurelius84 5b5379b32a
Add sequence_topk_avg_pooling Op (#19442)
6 years ago
Bai Yifan 6d99842bb8
fix mean_iou api example, test=develop, test=document_preview (#19503)
6 years ago
Bai Yifan 8394699dbb add stop_gradient in range_api, test=develop (#19484)
6 years ago
Aurelius84 a9cd513680
improve sequence_conv api doc (#19316)
6 years ago
vincentXiyu 482ce818bb Support Tensor input with padding for warpctc op (#19322)
6 years ago
Yibing Liu b2c4f76cf2
Fix sequence mask in dygraph (#19271)
6 years ago
xiaoting 62facc7e47 fix yolo_box python example (#18925)
6 years ago
lvmengsi d08d5ab519
Fix the mistake of convolution (#19274)
6 years ago
Aurelius84 78a3d837f8
Add match_matrix_tensor op (#18525)
6 years ago
Zeng Jinle 5b6673c44d
merge develop to solve conflict, also fix API doc, test=develop (#18823)
6 years ago
zhaoyuchen2018 0c71c839ec
Fix recurrent op not update grade issue (#18581)
6 years ago
Aurelius84 45fb031f6b
remove is_test param of FC test=develop (#19209)
6 years ago
liym27 c8cdef37b2 change the default value of summarize from -1 to 20 in Print API to improve ease of use (#18738)
6 years ago
lvmengsi c6f163cd7a
add description of sync_bn (#19056)
6 years ago
Jiawei Wang 6ac32d0981 Instag Implemention (#18394)
6 years ago
wawltor 0019eb376a
Fix the error of op `ones_like` document,change the output variable
6 years ago
huangjun12 20f18930ae Add hard swish op (new op) (#19001)
6 years ago
Kevin 744279fe68
Refine embedding Api doc (#18820)
6 years ago
ShenLiang 4397cb318e add eye op, kernel and unitest test=develop (#18980)
6 years ago
Kaipeng Deng f86fead693
Add trilinear_interp OP (#18711)
6 years ago
wangguanzhong e50f527fee
update roi doc in roi_pool and roi_align (#19036)
6 years ago
Kaipeng Deng 1f46253d4a
fix natural exp decay doc. test=develop (#19025)
6 years ago
Kevin e681d65515 Add var_conv_2d op (#18518)
6 years ago
lvmengsi 5d9df8c8c7
fix dropout (#18965)
6 years ago
SunGaofeng 4da1c4f15d
fix g_param shape mismatch in WeightNormParamAttr (#18940)
6 years ago
xsrobin 8ce902541c
fix unalign of some examples (#18943)
6 years ago
hong f745d6d9e4
fix expand op dtype build bugs; test=develop (#18932)
6 years ago
wawltor 3ab1866ca5
Add the op of unique_with_counts, expand count function of the op unique (#18720)
6 years ago