Commit Graph

1643 Commits (b085ecc25896c0a4aea70bcfff316683a76ec5e4)

Author SHA1 Message Date
Yi Liu 0fd1281ef8
fix bug of issue #21259 (#21287)
5 years ago
ShenLiang 1f39a9f17e fix the bug of scatter_nd, test=develop (#21257)
5 years ago
lijianshe02 382cf5d7e3
add input type and input data type check for Print_op test=develop (#21250)
5 years ago
liym27 b0fc822747 Add control flow api: case (#21114)
5 years ago
yaoxuefeng b5d8ba8394
fix data_norm op to avoid impractical normalization result test=develop (#21152)
5 years ago
Zhang Ting 9cbe7bccba modified error message and API doc for channel_last supported Op (#21002)
5 years ago
liym27 9247528252 Control flow API: switch_case (#21103)
5 years ago
ruri aeb887911f
Refine edit distance cn (#21121)
5 years ago
hong 835119c777
disable reshape inplace in dygraph model; test=develop (#21157)
5 years ago
Tao Luo 3976bbe2ce
add input type and dtype check template, and update some APIs check (#21161)
5 years ago
Tao Luo 8f659d4345
Split some APIs from nn.py to loss.py (#21117)
5 years ago
lilong12 e249d9a3e2
fix the computation for dx (grad for x) for prelu operation. (#20949)
5 years ago
Huihuang Zheng e64d55f04e
Add basic Python Cond Layer (#21050)
5 years ago
Tao Luo 78cc1ca616
Split some APIs from nn.py to rnn.py and sequence_lod.py (#21030)
5 years ago
LielinJiang 06063b7001 add op locality_aware_nms, test=develop (#20976)
5 years ago
Huihuang Zheng 1957192f05
Add select_input_op and select_output_op (#21016)
5 years ago
hong 72e0969b27
fix uniform random (#21009)
5 years ago
Wojciech Uss 226bc22a29 Remove fuse_with_relu argument from batch_norm constructor (#21028)
5 years ago
liym27 f0e95a6049 Polish error messages of pool_2d/3d and add Raises in English document. test=develop (#21017)
5 years ago
Zhang Ting de9bec607e lrn supports channel_last input, test=develop (#20954)
5 years ago
liym27 7b4cb655bb keep the size of symmetric padding is 2 for 2d and 3 for 3d. test=develop (#20903)
5 years ago
Zhang Ting 8d1e9f0f7e maxout supports channel_last input (#20846)
5 years ago
liym27 6802539a2e support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
5 years ago
liym27 84d221b667 improve unsqueeze op to support int, Tensor for argument axes (#20824)
5 years ago
silingtong123 03d7f3ddb2 Make shape tensor support int32 (#20757)
5 years ago
Huihuang Zheng 95ba4bd2ab
Add shape and type check at read_op (#20754)
5 years ago
Bai Yifan 6bdf99d37a
fix dcn doc about Mask introduction, test=develop, test=document_fix (#20836)
5 years ago
Zhang Ting 5a8d885d72 All elements in attr(shape) of crop_tensor can be -1 and int32/64 kernel registered (#20756)
5 years ago
Aurelius84 28dd2a58df
refine Categorical and MultivariateNormalDiag en doc (#20723)
5 years ago
石晓伟 37cd43545a
update the infer shape of matmul, test=develop (#20717)
5 years ago
zhongpu 702aad5a0a remove assert statement to support sqeeze op in drgraph, test=develop (#20763)
5 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