Commit Graph

1925 Commits (e4033a06d55429acbb97ffd887d6268e83351986)

Author SHA1 Message Date
LielinJiang e4033a06d5
add Class KLDivLoss and function kl_div (#25977)
5 years ago
liu zhengxi daad625121
fix rnncell errmsg (#26298)
5 years ago
MRXLT b2d41e2acd
fix unstack op doc (#26043)
5 years ago
zhupengyang 7a89a0a7be
hardshrink and Hardshrink: add class, threshold default 0.5 (#26198)
5 years ago
wangchaochaohu ba574c8ec3
refine the usage of numpy element fetch for Ops test=develop (#26194)
5 years ago
zhupengyang faf83a7af2
paddle.mean: add attr axis, keepdim (#26147)
5 years ago
pangyoki 13b80d9bea
fixed imperative module in doc example code (#26149)
5 years ago
LutaoChu b6d14d9d07
add deprecated decorator, remove alias for cumsum op (#26104)
5 years ago
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
5 years ago
zhupengyang 2214394edc
softmax: refine doc; input->x (#25976)
5 years ago
Leo Chen 9c6112104e
Fix prelu for compatibility with saved model of old version (#26052)
5 years ago
Adam 1893cd6bb8
Add oneDNN relu6 op (#26037)
5 years ago
Feiyu Chan e853ece0a2
update document template for unary elementwise layers (#25896)
5 years ago
joanna.wozna.intel 734cf1c3e9
Change use_quantizer attribute name and data type (#25838)
5 years ago
Leo Chen 5258d53d65
refine unsqueeze, test=develop (#25470)
5 years ago
wangchaochaohu 0dc485e6fe
refine the value parameter's Tensor support of fill_constant Op test=… (#25986)
5 years ago
Leo Chen 6e7f0bb284
refine paddle.stack (#25305)
5 years ago
yaoxuefeng 224620071b
add new flatten op test=develop (#25393)
5 years ago
Shibo Tao c8d0d1419b
add paddle.utils.deprecated. (#25912)
5 years ago
wangchaochaohu ff717d5158
Add support for tuple of concat Op test=develop (#25800)
5 years ago
Zhang Ting 2d24f56a7a
avoid data transfer, test=develop (#25810)
5 years ago
wawltor 595a719795
Update the api for the compare_ops
5 years ago
wangchaochaohu fc6fed3283
(Variable --->Tensor) refine the OP doc for API2.0 (#25737)
5 years ago
wangchaochaohu 32b9577b2a
refine the split op for API 2.0 test=develop (#25320)
5 years ago
tangwei12 caa90a6510
Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957)
5 years ago
zhupengyang 0ca1bb56df
refine docs of rand, randn, randint, randperm, zeros_like, arange (#25633)
5 years ago
wangchaochaohu 1e4ab728fb
refine the concat Op for API 2.0 test=develop (#25307)
5 years ago
Leo Chen 4ec1251a1e
Refine squeeze, test=develop (#25281)
5 years ago
cnn 70cee22fde
New features, add sinh and cosh op, test=develop (#25495)
5 years ago
Zhang Ting a1350744eb
register fp16 kernel, test=develop (#25630)
5 years ago
mapingshuo 5453a912fe
add fp64 support in sequence_pool, test=develop (#25662)
5 years ago
Leo Chen 1ab4101d6c
add ci check for changing op-related api without core.ops, test=develop (#25596)
5 years ago
wangchaochaohu 2092660c43
Ones op for API 2.0: remove the device and out parameters (#25497)
5 years ago
wangchaochaohu 4a44ffdd24
refine the eye Op for API 2.0 test=develop (#25295)
5 years ago
zhupengyang 5a2d15a1d0
arange API: start default is 0, end default is None (#25452)
5 years ago
Shibo Tao 71c71e684c
fix logical_* ops' doc (#25479)
5 years ago
Shibo Tao a2f141c099
fix reciprocal op doc(#25498)
5 years ago
zhupengyang f8eccb0b1c
zeros_like API: remove device; input -> x (#25413)
5 years ago
zhupengyang 25029254bc
randn API: remove out, devive, stop_gradient; add name (#25409)
5 years ago
wangchaochaohu bdc2c2dba8
full Op:remove device, out and stop_gradient parameter for API 2.0 test=develop (#25257)
5 years ago
wangchaochaohu 0b2ec49ff9
refine the linspace Op for API 2.0 test=develop (#25284)
5 years ago
ceci3 52be62c5ae
fix instance norm in dy (#24717)
5 years ago
zhupengyang eb3173e2b6
rand API: remove out, device, stop_gradient; add name (#25246)
5 years ago
Feiyu Chan e3223ad704
fix nce sample code for python3, test=develop (#25103)
5 years ago
wawltor d44ba589f3
Fix some doc apis example,scale ops
5 years ago
Kaipeng Deng 74468bf428
add mish op. (#24565)
5 years ago
Yang Zhang 6d6efafeeb
Add `matrix_nms_op` (#24400)
5 years ago
danleifeng 064d0ce386
fix check_type bug and example code in hash api; test=develop (#25253)
5 years ago
Zhou Wei c701588b14
add base class of LearningRateEpochDecay, and API: MultiStepDecay, and API: StepDecay (#24821)
5 years ago
WuHaobo 6bf7df475c
Fix English doc of the activation OPs, such as exp, rsqrt, abs....... (#25258)
5 years ago