Commit Graph

1947 Commits (412eca679fc213d64ef3772f20a54f03809abb87)

Author SHA1 Message Date
huangjun12 412eca679f
[API2.0] add dropout, dropout2d and dropout3d in nn.functional and nn.layer (#26111)
6 years ago
wangchaochaohu 07c1c47bc9
refine the doc of OPs (#26551)
6 years ago
zhupengyang 57e124298d
var, std: input->x, adjust attr order, remove out, add docs (#26446)
6 years ago
wangchaochaohu 65d8d16516
add decorator for deprecated Ops (#26373)
6 years ago
wawltor 61273973ad
delete module path for the activation ops, test=develop (#26515)
6 years ago
Zhou Wei ce7d5263e6
[2.0API]Bind method for tensor and Variable (#26416)
6 years ago
Yang Zhang e662d1e0b7
Update `paddle.clamp` (#25906)
6 years ago
Qi Li 8d194524ba
hardtanh prelu softmax, test=develop (#26431)
6 years ago
wangchaochaohu bdb805505e
【API2.0】add numel API for paddle test=develop (#26311)
6 years ago
wangchaochaohu 2073ffc04d
Enhance the data type of linspace API (#26247)
6 years ago
guofei bb7fd0974f
Add paddle.tensor.math.prod (#26351)
6 years ago
hong19860320 40d193ed17
Add the ReLU6, Tanhshrink, SELU, Softplus, Softshrink and Softsign for the api 2.0 (#26376)
6 years ago
liym27 adba432f27
[API 2.0] Add api paddle.reshape(x, shape, name) (#26338)
6 years ago
WuHaobo a57d63a0f2
Fix erf (#26426)
6 years ago
yukavio 8c48c7daec
Add new one hot function in nn.functional (#26183)
6 years ago
GaoWei8 1fbee267d4
remove scope in cudnn lstm (#25188)
6 years ago
Qi Li 61800f4a1e
elu gelu relu logsigmoid, test=develop (#26304)
6 years ago
Wilber 3ec0bcbbb8
[Bug] Fix prune for save_inference_model about transformer (#25347)
6 years ago
Sylwester Fraczek abfdffa039
add use_mkldnn attribute to ops in dygraph (#25773)
6 years ago
wawltor 00e08ce07b
add the sigmoid, Sigmoid for the api 2.0 (#26171)
6 years ago
wangchaochaohu b48ab36b76
fix the typo test=develop (#26310)
6 years ago
Zhou Wei 6de463d3d1
expose and unify the Tensor concepts to the user (#25978)
6 years ago
LielinJiang e4033a06d5
add Class KLDivLoss and function kl_div (#25977)
6 years ago
liu zhengxi daad625121
fix rnncell errmsg (#26298)
6 years ago
MRXLT b2d41e2acd
fix unstack op doc (#26043)
6 years ago
zhupengyang 7a89a0a7be
hardshrink and Hardshrink: add class, threshold default 0.5 (#26198)
6 years ago
wangchaochaohu ba574c8ec3
refine the usage of numpy element fetch for Ops test=develop (#26194)
6 years ago
zhupengyang faf83a7af2
paddle.mean: add attr axis, keepdim (#26147)
6 years ago
pangyoki 13b80d9bea
fixed imperative module in doc example code (#26149)
6 years ago
LutaoChu b6d14d9d07
add deprecated decorator, remove alias for cumsum op (#26104)
6 years ago
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
6 years ago
zhupengyang 2214394edc
softmax: refine doc; input->x (#25976)
6 years ago
Leo Chen 9c6112104e
Fix prelu for compatibility with saved model of old version (#26052)
6 years ago
Adam 1893cd6bb8
Add oneDNN relu6 op (#26037)
6 years ago
Feiyu Chan e853ece0a2
update document template for unary elementwise layers (#25896)
6 years ago
joanna.wozna.intel 734cf1c3e9
Change use_quantizer attribute name and data type (#25838)
6 years ago
Leo Chen 5258d53d65
refine unsqueeze, test=develop (#25470)
6 years ago
wangchaochaohu 0dc485e6fe
refine the value parameter's Tensor support of fill_constant Op test=… (#25986)
6 years ago
Leo Chen 6e7f0bb284
refine paddle.stack (#25305)
6 years ago
yaoxuefeng 224620071b
add new flatten op test=develop (#25393)
6 years ago
Shibo Tao c8d0d1419b
add paddle.utils.deprecated. (#25912)
6 years ago
wangchaochaohu ff717d5158
Add support for tuple of concat Op test=develop (#25800)
6 years ago
Zhang Ting 2d24f56a7a
avoid data transfer, test=develop (#25810)
6 years ago
wawltor 595a719795
Update the api for the compare_ops
6 years ago
wangchaochaohu fc6fed3283
(Variable --->Tensor) refine the OP doc for API2.0 (#25737)
6 years ago
wangchaochaohu 32b9577b2a
refine the split op for API 2.0 test=develop (#25320)
6 years ago
tangwei12 caa90a6510
Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957)
6 years ago
zhupengyang 0ca1bb56df
refine docs of rand, randn, randint, randperm, zeros_like, arange (#25633)
6 years ago
wangchaochaohu 1e4ab728fb
refine the concat Op for API 2.0 test=develop (#25307)
6 years ago
Leo Chen 4ec1251a1e
Refine squeeze, test=develop (#25281)
6 years ago