Commit Graph

102 Commits (5b267474a90635d6e66bd4be936f340ca61a73aa)

Author SHA1 Message Date
pangyoki 13d757362c
Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103)
4 years ago
LutaoChu 1ff69f58b6
fix paddle.pow doc, test=document_fix (#30159)
4 years ago
Chen Long af37285870
fix code bugs (#29932)
4 years ago
syyxsxx e219b8ccef
fix api link for the any, all, isfinite
4 years ago
chentianyu03 71063b8137
add conj op for complex types (#29527)
4 years ago
joejiong 87e75a77c2
Add tangent operator (#29207)
4 years ago
Wei Shengyu dc8bb76c68
remove addcmul (#28937)
4 years ago
Chen Weihang 9ad800ebb2
Support type promote for basic math ops (quantum required) (#29265)
4 years ago
yaoxuefeng a069e1ca91
fix docs (#29097)
4 years ago
joejiong dc070ecfb0
Remove cast from paddle.pow api (#29134)
4 years ago
LutaoChu 28280647eb
add paddle.subtract, optimize paddle.maximum and paddle.minimum
4 years ago
徐铭远 3c2a46bd7b
fix doc of erf,rank,mm,cross_entropy,pixel_shuffle,kron... (#29126)
4 years ago
Noel da71173bc9
Fix ops doc for some ops
4 years ago
ShenLiang bb5f8e3575
fix doc of data,matmul,dot,cholesky,scatter,divide,remainder,inverse,sign (#28665)
4 years ago
joejiong b04c78ef5e
Update pow (#29000)
4 years ago
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