Commit Graph

261 Commits (29b5050726fe33a7d81bdf5dbd32206be2d6d652)

Author SHA1 Message Date
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
Leo Chen 98adc8f054
Dev/fix doc of some api (#28785)
4 years ago
Zhang Ting b5218227d6
refine the doc of dist op, test=document_fix (#28947)
4 years ago
Zhou Wei 3b0dd5f620
fix bug that to_tensor not support paddle.Place (#28717)
4 years ago
Aurelius84 e1c8d6bce5
Fix wrong out dtype inferred from helper.input_dtype (#28715)
4 years ago
danleifeng 7d32e100c5
upgrade to use paddle-2.0 API for sample code of paddle.t (#28726)
4 years ago
joejiong 32b90b1c2d
add log10 (#28576)
4 years ago
TeslaZhao abbc507a81
Fix two english api documents, transpose and strided_slice (#28687)
4 years ago
wawltor 20b1276598
faster the compare ops dygraph model speed
4 years ago
lilong12 e4f9415338
update doc, test=document_fix (#28498)
4 years ago
Aurelius84 8040fa2bca
Fix output dtype inconsistent with input (#28649)
4 years ago
wangchaochaohu 68ee7f7312
fix overwrite for gather OP of API2.0(#28659)
4 years ago
zhupengyang 2cd10fc465
fix 2.0 api docs (#28445)
4 years ago
wangchaochaohu a972c33fd7
refine gather OP performance for dynamic mode (#28587)
4 years ago
GaoWei8 2b1e7e5b02
Polish where english doc (#28595)
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
Leo Chen 543ff333cd
Refine the format of printing tensor 3 (support scaler tensor) (#28544)
4 years ago
furnace 26d292b108
bugfix for api (mv, empty, empty_like op) (#28513)
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
wangchaochaohu e14ed71cc2
refine the performance of gather Op (#28458)
4 years ago
Leo Chen 8b2436a776
Add broadcast_shape api (#28257)
4 years ago
zhulei 26ede6e07e
Add median api. (#28310)
4 years ago
Zhou Wei fb7f85291b
fix print tensor place,add cpu/cuda/pin_memory API for Tensor (#28200)
4 years ago
cnn 9940871888
[cherry pick ] cherry pick 28108 28198 28199 from release2.0rc (#28215)
4 years ago
Leo Chen f4f823c860
Refine the format of printing tensor 2 (#28216)
4 years ago
cnn 7c1aa0d69d
2.0rc api rename (#28088)
4 years ago
李灿 085b9619f5
fix bugs test=develop (#28125)
4 years ago
zhulei 446d184e11
Add new api: is_tensor (#28111)
4 years ago
liuyuhui e21b13fbf8
[API 2.0: doc] transfer from paddle.fluid.layers.assign() into creation.py (#27999)
4 years ago
huangxu96 d466893820
Allclose op (#27891)
4 years ago
pangyoki 975bd8873b
Fix error message of multinomial op (#27946)
4 years ago
chentianyu03 4aacacb4d6
change paddle.fluid.layers.fill_constant to paddle.full in sample codes (#27993)
4 years ago
mapingshuo 5ccaaab8aa
reshape support bool, test=develop (#27944)
4 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
4 years ago
Leo Chen ae6ad23c3c
Refine tensor to_string (#27925)
4 years ago
liuyuhui 72efd830b9
[API 2.0: doc] fix doc of linspace cast assign addcmul (#27897)
4 years ago
AshburnLee 9209f341fc
Made a change in python API to support the GPU version of unique OP working in static graph (#27899)
4 years ago
Leo Chen 049696bf67
Refine the format of printing tensor (#27673)
4 years ago
Chengmo 9637d963f7
update index sample (#27839)
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
MRXLT 84d8e49de8
refine adam/strided_slice && fix doc for rmsprop/unstack (#27740)
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