Commit Graph

86 Commits (e657d7062d2c6f5470a505696bbff507839f6e84)

Author SHA1 Message Date
zhupengyang 5a2d15a1d0
arange API: start default is 0, end default is None (#25452)
5 years ago
Shibo Tao 6602ccf4ca
delete mul op. (#25499)
5 years ago
WuHaobo 73409d5039
Fix log1p (#25488)
5 years ago
Shibo Tao a4d3335b6d
Fix elementwise ops (#25500)
5 years ago
wangchaochaohu e4017e5c4f
refine the index_select Op for API 2.0 test=develop (#25296)
5 years ago
zhupengyang 2250120245
randint API: remove out, devive, stop_gradient; add name (#25433)
5 years ago
yaoxuefeng 5d3766ff3d
modify flip test=develop (#25312)
5 years ago
zhupengyang f8eccb0b1c
zeros_like API: remove device; input -> x (#25413)
5 years ago
yaoxuefeng f795a1bf12
modify meshgrid test=develop (#25319)
5 years ago
zhupengyang 25029254bc
randn API: remove out, devive, stop_gradient; add name (#25409)
5 years ago
yaoxuefeng aaa7cbd56f
modify trace api test=develop (#25397)
5 years ago
yaoxuefeng c42d662e2a
modify roll test=develop (#25321)
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
zhupengyang 5b573c58e2
randperm API: remove out, devive, stop_gradient; add name (#25410)
5 years ago
wangchaochaohu 090a331d30
refine the full_like Op for API 2.0 test=develop (#25294)
5 years ago
zhupengyang eb3173e2b6
rand API: remove out, device, stop_gradient; add name (#25246)
5 years ago
Jacek Czaja a7944904d3
[oneDNN]elementwise_add and elementwise_mul int8 support (#24984)
5 years ago
Qi Li 704cad6a66
Add histc op (#24562)
5 years ago
wangchaochaohu d160e57a5c
fix the full error message test=develop (#24773)
5 years ago
XiaoguangHu 217ca776cc
[for 2.0-alpha] add alias in paddle.nn and paddle.tensor test=develop (#24561)
5 years ago
silingtong123 ca29abc813
test=develop, test=document_fix, modify the code example of randont (#24533)
5 years ago
swtkiwi f5c6dd6def
test=develop (#24522)
5 years ago
yongqiangma 74803f5190
add unbind python api (#24141)
5 years ago
Li Fuchen 077e5a0fe5
Add trace op (#23873)
5 years ago
Yiqun Liu ecfddebbef
Add the implementation of inverse (#23310)
5 years ago
XiaoguangHu 526a13ff58
define fluid alias in paddle.tensor and paddle.nn dir (#24151)
5 years ago
Chengmo 28a558e867
Update index sample (#24109)
5 years ago
Liufang Sang 0f77e31691
fix error when out is not None test=develop (#24103)
5 years ago
Feiyu Chan e01262e691
add kron op (#24105)
5 years ago
Pei Yang ab4d314095
refine full_like en api. test=develop (#24021)
5 years ago
Guo Sheng a8c0fb4e86
Add cholesky_op (#23543)
5 years ago
WuHaobo 79eaac55ba
polish_tril_triu_docstring and add dygraph (#24055)
5 years ago
littletomatodonkey eec18202f5
add addmm dyg mode, test=develop (#24095)
5 years ago
Qinghe JING 13b03e7ad6
add gather split squeeze stack unsqueeze api (#24035)
5 years ago
Xing Wu 614eb942fc
upload code for tensor.rand (#23507)
5 years ago
wawltor 5c669ad1c2
Add the support dygraph out attribute for the op of mm in api2.0 (#23978)
5 years ago
Zhang Ting f5d76b50ec
polish the dist doc, test=document_fix (#23982)
5 years ago
wangguanzhong 931cba2e64
add clamp api, test=develop (#23273)
5 years ago
silingtong123 f6dbf8e3a4
add 'seed' arguemnt of randint API (#23809)
5 years ago
danleifeng 7049f301ee
fix example bug;test=develop (#23893)
5 years ago
liuwei1031 94fdb8eb59
tweak doc of dot and logsumexp, test=develop (#23925)
5 years ago
Qinghe JING ad7ac4c607
create bmm op and move several api from fluid.layers to tensor (#23457)
5 years ago
GaoWei8 490db7f325
add paddle.tensor interface (#23801)
5 years ago
Steffy-zxf cca5f8fa1c
fix paddle.tensor.pow api example typo in api2.0
5 years ago
liuwei1031 c645d23519
improve efficiency of dot op in dygraph mode (#23856)
5 years ago
Bai Yifan 477cb1fdb3
Add addcmul, test=develop (#23411)
5 years ago
gfwm0502 d8ca66dae2
Modify documents of executor and randn and fix other errors (#23879)
5 years ago
Liufang Sang f5fac6fdb2
add paddle.std api (#23825)
5 years ago
suytingwan 3e1676fa9a
Add meshgrid op (#23736)
5 years ago