Commit Graph

228 Commits (446d184e11fa6336a44f18bf3f4e5c3fe306d8ce)

Author SHA1 Message Date
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
zhupengyang 395cb561aa
refine logsumexp error message and docs (#27713)
4 years ago
123malin 54c368db1e
[API 2.0: doc] fix doc of nonzero (#27685)
4 years ago
yaoxuefeng e496640bf4
fix bmm enforce equal batch (#27694)
4 years ago
Qi Li f373269df0
update histogram op for performance optimization, test=develop (#24912)
4 years ago
ShenLiang e262cb6293
fix the scatternd/scatterndadd (#27634)
4 years ago
pangyoki 7cd2c13f1b
add multinomial op (#27219)
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
furnace b7b1ae865e
update mv op docs (#27559)
4 years ago
mapingshuo c29aa8c40e
fix reshape doc, remove reverse api (#27592)
4 years ago
Leo Chen c7e0a8bebf
Remove inplace argument when calling nn.reshape() (#27376)
4 years ago
Zhou Wei 162b4d6c13
remove to_variable from 2.0 (#27528)
4 years ago
ShenLiang 6fc74bbaf6
add fp16 for matmul (#27523)
4 years ago
Chen Weihang bb84f0e646
Add new paddle.save/load APIs (#27331)
4 years ago
Zhou Wei 1e1ae5c54d
Make the Bind Method of Tensor more automatic (#27270)
4 years ago
Kaipeng Deng 18f2ea66bd
remove paddle.readers API (#26727)
4 years ago
furnace 13a4c74efd
add mv op(c++, python, unit test) (#27024)
4 years ago
furnace 515efe4240
add empty_like op (python, and unit test), use c++ implementation of empty op, (#27287)
4 years ago
lilong12 bc3e9ba1c6
check the validation of parameters for expand and tile apis (#26816)
4 years ago
Leo Chen 19228bd142
Temporally disable zero_copy (#27248)
4 years ago
furnace 2e59769612
add empty op (c++, python, unit test) (#26659)
4 years ago
ShenLiang 5bd84b22c4
revert divide (#27202)
4 years ago
zhupengyang cc3306f7c8
restruct logsumexp to speed up compiling (#27191)
4 years ago
yongqiangma 4558d395e9
fix Norm op error (#26771)
4 years ago
Leo Chen d6ee0868a4
fix unsqueeze in dygraph (#27107)
4 years ago
wangchaochaohu 5af81f833c
fix gpu kernel for numel Op (#27085)
4 years ago
wawltor 39d5bb6dce
udpate the dtype check for the argmin, argmax
4 years ago
wawltor 8857e3911f
add the dynamic dtype check for the argmin/argma
4 years ago
Yang Zhang 92530ca445
Fix clip output var dtype (#27029)
5 years ago
wangchaochaohu 8fa3d367ed
Remove "TypeError" from some files as required (#27019)
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
pangyoki 46057dd2ac
change uniform_random to uniform and optimize function names in unittest for random ops (#26951)
5 years ago