Commit Graph

87 Commits (9479961d0a2ed54782cfea999681287d2903678a)

Author SHA1 Message Date
joejiong 4b05a8be88
delete axis parameter in multiply api (#28647)
4 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
4 years ago
Aurelius84 e1c8d6bce5
Fix wrong out dtype inferred from helper.input_dtype (#28715)
4 years ago
joejiong 32b90b1c2d
add log10 (#28576)
4 years ago
Yang Zhang 614f20f6ba
Update `add` `clip` `MSELoss` and `no_grad` (#28530)
4 years ago
joejiong 08d2413142
add log2 operator (#28319)
4 years ago
Steffy-zxf b258caf467
fix add_n doc (eng) (#28464)
4 years ago
liym27 0ce933a9ee
[API2.0] Fix documents of 6 APIs to fit API2.0: (#28514)
4 years ago
wangchaochaohu 241505c262
refine the doc for API2.0 (#28386)
4 years ago
WangXi 18525d3635
fix Tanh remainder en doc (#28455)
4 years ago
Leo Chen 8b2436a776
Add broadcast_shape api (#28257)
4 years ago
cnn 9940871888
[cherry pick ] cherry pick 28108 28198 28199 from release2.0rc (#28215)
4 years ago
李灿 085b9619f5
fix bugs test=develop (#28125)
4 years ago
chentianyu03 4aacacb4d6
change paddle.fluid.layers.fill_constant to paddle.full in sample codes (#27993)
4 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
4 years ago
liuyuhui 72efd830b9
[API 2.0: doc] fix doc of linspace cast assign addcmul (#27897)
4 years ago
Steffy-zxf 92b3a71705
Update api 2.0 for some ops
4 years ago
Steffy-zxf 9215ad96ca
Update code examples for api2.0
4 years ago
joejiong 2bcb7c0a2f
Mutiply allows non-tensor data input (#27690)
4 years ago
LutaoChu b53970ee36
Fix cross, cumsum op docs test=document_fix
4 years ago
zhupengyang 395cb561aa
refine logsumexp error message and docs (#27713)
4 years ago
yaoxuefeng 719309a80f
add note of large offset of trace test=document_fix (#27693)
4 years ago
yaoxuefeng cefb49ab44
fix docs (#27637)
4 years ago
Zhou Wei 162b4d6c13
remove to_variable from 2.0 (#27528)
4 years ago
ShenLiang 5bd84b22c4
revert divide (#27202)
5 years ago
zhupengyang cc3306f7c8
restruct logsumexp to speed up compiling (#27191)
5 years ago
Yang Zhang 92530ca445
Fix clip output var dtype (#27029)
5 years ago
liym27 54427b8030
[Api2.0] sum: bug fix - support attr(dtype) is float32 or int32 and add ValueError (#26946)
5 years ago
Zhou Wei 352ac149ee
update doc of paddle.to_tensor (#26820)
5 years ago
Yang Zhang 29b844ad5e
Fix clip op attr (#26924)
5 years ago
Yang Zhang 9a1ea9b45d
Add support for tensor min/max in dygraph (#26764)
5 years ago
Yang Zhang 63eef7632e
Fix clip input check (#26683)
5 years ago
joejiong f311d3c1cf
Fix pow api type error with python side method, merge elementwise_pow and pow. (#26163)
5 years ago
ShenLiang 33afeb315a
fix the tanh (#26657)
5 years ago
joejiong d32beea2a9
Add Checking Type for "multiply" operation (#26508)
5 years ago
guofei 924734fd3a
Refine typo of english document of paddle.prod (#26546)
5 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
5 years ago
Jack Zhou 199b0c7c1b
Add isfinite v2 op (#26344)
5 years ago
zhupengyang 9b14117cac
logsumexp: impl kernel, refine docs (#26307)
5 years ago
WangXi ed102ea1b5
【API】Add sign and tanh api (#26357)
5 years ago
WangXi 45711dade7
【API】rename div to divide, add floor_divide, remainder (#26434)
5 years ago
Yang Zhang e662d1e0b7
Update `paddle.clamp` (#25906)
5 years ago
guofei bb7fd0974f
Add paddle.tensor.math.prod (#26351)
5 years ago
liym27 6cd67a8160
[API 2.0] Fix api sum:(1)input->x;(2)dim->axis;(3)keep_dim->keepdim (#26337)
5 years ago
Yang Zhang d063a98b40
Update `paddle.add` (#25910)
5 years ago
ShenLiang 5113aae6ea
fix the doc of inverse, dot, cholesky (#25860)
5 years ago
wawltor 2d6cc0b125
support the tuple for attribute of axis in min, max for api2.0
5 years ago
wawltor 9c17b3c9f8
Add the max, min, maximum, minimum api for the API 2.0
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