Commit Graph

54 Commits (7c42f056e2ece4080ac1203489b9730ceb3837eb)

Author SHA1 Message Date
GaoWei8 1fbee267d4
remove scope in cudnn lstm (#25188)
5 years ago
yaoxuefeng 224620071b
add new flatten op test=develop (#25393)
5 years ago
LielinJiang 7129f544f0
Add bilateral_slice op (#25401)
5 years ago
Jacek Czaja 050a9bf79d
[oneDNN] LRN cleanup (#25416)
5 years ago
Kaipeng Deng 74468bf428
add mish op. (#24565)
5 years ago
Leo Chen 1e818158f5
Feature/add amp_checkout_finite_and_scale op (#24875)
5 years ago
wangchaochaohu 355caee18b
fix conv_transpose Op fp16 error test=develop (#24695)
5 years ago
Feiyu Chan 78cd3dd507
fix kron_op: when only one input needs gradient, test=develop (#24269)
5 years ago
Yiqun Liu ecfddebbef
Add the implementation of inverse (#23310)
5 years ago
liuwei1031 2fd728a978
add new dot op(#23418)
5 years ago
wawltor 2b8640962a
Fix the big shape and precision op test, remove those from the white list (#22788)
5 years ago
zhupengyang cde5378955
upgrade fp32 to fp64, enlarge input shape for hsigmoid unittest (#22773)
5 years ago
Liufang Sang 5dbafe3805
fix smooth l1 loss op shape > 100 test=develop (#22605)
5 years ago
wangguanzhong f2d1cd119a
fix lod level, test=develop (#22755)
5 years ago
zhupengyang 2143bd5738
enhance shape check if use user_defined_grads in check_grad (#22722)
5 years ago
dyning 1c0653462d
fix generate_mask_labels lod level (#22743)
5 years ago
GaoWei8 ba140222d6
fix compile&runtime lod_equality of lod_reset (#22737)
5 years ago
Double_V 163a3ddfe3
fix row_conv_op small size unittest cases (#22606)
5 years ago
Double_V 3f7f922d6c
about set no_grad_set, move row_conv to NOT_CHECK_OP_LIST (#22721)
5 years ago
zhupengyang 9b8caaa220
remove unnecessary cases with no_grad_set for prelu (#22707)
5 years ago
dyning 769c032fc4
fix spp test (#22675)
5 years ago
Yang Zhang 1a595d8e90
Remove `no_grad_set` usage from "conv_shift" op tests (#22683)
5 years ago
HappyAngel df144e2188
add no_check_list for no_grad_set rule (#22571)
5 years ago
Steffy-zxf 90ee366653
update ops's unittest data type from float32 to float64 and shape over 100 (#22544)
5 years ago
huzhiqiang 9e29d3ebed
【OpPorting Example】DEMO OF FIX COMPILE&RUNTIME LOD_EQUALITY (#22460)
5 years ago
Wilber 870f465887 fix test_fusion_seqpool_concat lod level between compile and runtime (#22488)
5 years ago
Aurelius84 c2f39431aa
add skip_check_grad_ci of var_conv_2d (#22451)
5 years ago
Bai Yifan c8b90d8f9a
fix deformable_conv small cases, test=develop (#22441)
5 years ago
liu zhengxi 0404e7a985
Update the precision of pad, pad2d, pad_constant_like's unit tests from fp32 to fp64 (#22394)
5 years ago
石晓伟 a392b77785
add no_grad_set value check in op_test, test=develop (#22370)
5 years ago
zhupengyang c6f888e5a5 update unittest accuracy to float64 for relu, prelu, maxout (#22273)
5 years ago
zhupengyang cf0e264e63 all cases use large shape and skip special cases (#22332)
5 years ago
zhupengyang cb5e0d20c2 skip cases with small shape (#22318)
5 years ago
zhupengyang 7ab44afbcc check op tests' shape should be 100+ (#22047)
5 years ago
juncaipeng 67e9247f4c Make every op in a line to avoid conflict in the future (#22274)
5 years ago
zhongpu e31f8a2f5e add CI check for sequence ops' unittests (#22221)
5 years ago
songyouwei 0ba1d140d4 Add CI check for sequence ops' unittests (#21615)
5 years ago
juncaipeng bde7ee97f7
Use unified threshold in all op test (#21814)
5 years ago
huzhiqiang f5f65a7e8a
OP unit test specification: compiletime-runtime consistency check (#22006)
5 years ago
dyning 985e4bae5e fix unittest for spp op, test=develop (#22030)
5 years ago
Pei Yang b852ef7375 add no_check_set check for op unittests (#21611)
5 years ago
Zhang Ting 835ba4ec81
add is_empty_grad_op for OpTest (#22022)
5 years ago
pkpk 911e4c7db6
Fix the bug in sequence_scatter unitest (#21960)
5 years ago
lijianshe02 2687f2afec fix input shape of test_log_loss_op (#21953)
5 years ago
juncaipeng b1ec1d54cf Delete check grad for int, collect op for now (#21922)
5 years ago
zhupengyang 1f3029cb54 ci check for check_shape_white_list.py (#21859)
5 years ago
juncaipeng feabed1309
Modify op test (#21835)
5 years ago
huzhiqiang 53c16eabe4
test the compatibility between execution time and compiling time (#21511)
5 years ago
zhupengyang d053561d84 use large input size in tree_conv and teacher_student_sigmoid_loss (#21896)
5 years ago
Zhang Ting 538c848958 add decorator skip_check_grad_ci (#21836)
5 years ago