Commit Graph

70 Commits (87197f8c2e4d002fc39027c3d4ee99f4ead0ba2c)

Author SHA1 Message Date
pangyoki 13d757362c
Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103)
4 years ago
joejiong 87e75a77c2
Add tangent operator (#29207)
5 years ago
hong19860320 f23665e5d5
Refine the doc and unit test for Sigmoid and stanh (#29198)
5 years ago
joejiong 32b90b1c2d
add log10 (#28576)
5 years ago
joejiong 08d2413142
add log2 operator (#28319)
5 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
5 years ago
hong19860320 f3e2580cf0
Fix the param of swish (#27824)
5 years ago
hong19860320 74d3a55072
Add Swish and ThresholdedReLU for API 2.0 (#27758)
5 years ago
zhupengyang 0025e0d87b
refine APIs: brelu, hardsigmoid, hardswish, maxout (#27658)
5 years ago
Shang Zhizhou 6363a3362b
add paddle.enable_static() && random.seed(xx) to test_activation_op (#27585)
5 years ago
Zhou Wei 162b4d6c13
remove to_variable from 2.0 (#27528)
5 years ago
Shang Zhizhou 77a36f8997
[buf fix]:fix some unittests error (#27540)
5 years ago
zhupengyang ac9afa024b
paddle.nn.functional.logsigmoid -> log_sigmoid (#27277)
5 years ago
joejiong f311d3c1cf
Fix pow api type error with python side method, merge elementwise_pow and pow. (#26163)
5 years ago
hong19860320 c11c83fb3a
Add the parameter checking for softplus and fix the doc string (#26530)
5 years ago
WangXi ed102ea1b5
【API】Add sign and tanh api (#26357)
5 years ago
zhupengyang f8863e0603
leaky_relu and LeakyReLU: alpha->negative_slope (#26216)
5 years ago
Qi Li 8d194524ba
hardtanh prelu softmax, test=develop (#26431)
5 years ago
zhupengyang 4ad504e7c7
hardshrink: support threshold < 0 (#26403)
5 years ago
hong19860320 40d193ed17
Add the ReLU6, Tanhshrink, SELU, Softplus, Softshrink and Softsign for the api 2.0 (#26376)
5 years ago
Qi Li 61800f4a1e
elu gelu relu logsigmoid, test=develop (#26304)
5 years ago
wawltor 00e08ce07b
add the sigmoid, Sigmoid for the api 2.0 (#26171)
5 years ago
zhupengyang 7a89a0a7be
hardshrink and Hardshrink: add class, threshold default 0.5 (#26198)
5 years ago
WuHaobo 12bed4a931
remove all op with out args (#25570)
5 years ago
cnn 70cee22fde
New features, add sinh and cosh op, test=develop (#25495)
5 years ago
Leo Chen 76d1f8a1e9
fix test_activation_op, test=develop (#25562)
5 years ago
zhupengyang 56c54cccbd
Op(prelu/relu/f.relu/f.log_softmax) error message enhancement (#23792)
5 years ago
danleifeng 222a5137b3
Add new tensor in API2.0: max,min,t,eye,log1p (#23228)
5 years ago
Steffy-zxf ac4da77aa6
update error info of ops,add some test cases for raise message (#23750)
5 years ago
zhupengyang 2787944c2b
Ops(relu6/selu/soft_relu/softshrink/stanh/swish/thresholded_relu/hard_shrink/hard_sigmoid/hard_swish/hsigmoid/maxout) error message enhancement (#23718)
5 years ago
hong19860320 b8d0750109
Add Sigmoid and sigmoid op in paddle.nn and paddle.nn.functional (#23334)
5 years ago
zhupengyang 6dd9901b3c
add activation ops under paddle.nn and paddle.nn.functional: ReLU, LogSoftmax (#23258)
5 years ago
zhupengyang 7b648ad1a5
Op(relu) error message enhancement (#23510)
5 years ago
zhupengyang 5d970b586b
Op(leaky_relu) error message enhancement (#23627)
5 years ago
zhupengyang 17bee1d9a0
Op(brelu) error message enhancement (#23606)
5 years ago
Steffy-zxf 2d0933c378
Add two new ops paddle.tensor.mul(), paddle.tensor.pow() (#23485)
5 years ago
kinghuin 948c57d84b
move sin, sqrt, tanh, atan to paddle.tensor.math and add a new parameter "out" (#23387)
5 years ago
Feiyu Chan 01ab8a0619
add approximation for gelu, test=develop (#22961)
5 years ago
zhupengyang f2f913073f all cases use large shape (#22102)
5 years ago
juncaipeng 5bb9deb335 Update the precision of some op tests from fp32 to fp64 (#21774)
6 years ago
GaoWei8 187d1c38ef Remove self-set accuracy parameters of op tests: max_relative_error (#21744)
6 years ago
zhupengyang 019147eb8b use large input shape for accuracy test, (#21693)
6 years ago
Zhang Ting b1da35261b
fix unit tests that do not need to inherit OpTest (#21460)
6 years ago
Zhaolong Xing 63d88b522f
refine sqrt api check (#20254)
6 years ago
GaoWei8 318d5bba64 add input type and dtype check for elu_op (#20106)
6 years ago
liym27 677e714425 fix pow op, support tensor for agument factor. (#19313)
6 years ago
huangjun12 20f18930ae Add hard swish op (new op) (#19001)
6 years ago
Adam ee02227949 Add LeakyReLU MKLDNN support (#18762)
6 years ago
Tao Luo bd22453f20
Revert "Add LeakyRelu MKLDNN support (#18656)" (#18723)
6 years ago
Adam d6b6a337a9 Add LeakyRelu MKLDNN support (#18656)
6 years ago