Commit Graph

289 Commits (5b267474a90635d6e66bd4be936f340ca61a73aa)

Author SHA1 Message Date
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
123malin 2e4196f647
add new api for Paddle2.0: nonzero, index_selct, roll, cross (#23176)
5 years ago
Yibing Liu 1b5122ba07
Add variance computing layer for tensor (#23770)
5 years ago
danleifeng 222a5137b3
Add new tensor in API2.0: max,min,t,eye,log1p (#23228)
5 years ago
guofei 73f421f782
Add new API : randn (#23211)
5 years ago
wawltor 8188d83be3
Fix some sample codes in api2.0,include zeros, pow, mul, ones_like, zeros_like
5 years ago
Zhong Hui 03e737aca7
Add new norm api, support frobenius norm and p-order vector norm. (#23716)
5 years ago
GaoWei8 ff0ab75662
polish tensor.where codes and english document (#23687)
5 years ago
wawltor f26f7c3603
Add some error meesage and dtyp, dtyep check for some ops (#23762)
5 years ago
liuwei1031 b61aaa2c10
add logsumexp op, test=develop (#23585)
5 years ago
liuwei1031 2fd728a978
add new dot op(#23418)
5 years ago
Zhang Ting 4773e3f541
add dist op (#23503)
5 years ago
littletomatodonkey 1c08a2136e
test=develop, add addmm op (#23384)
5 years ago
GaoWei8 c068512f34
Implement a new C++ operator where and API tensor.where (#23220)
5 years ago
Pei Yang 42655ef721
Add full_like op. (#23364)
5 years ago
wangchaochaohu b76f3b2727
add test for fill_value Tensor and refine the doc of full Op (#23524)
5 years ago
silingtong123 009c049e82
Add randint op API (#23337)
5 years ago
David Lin 118e585b8c
rename op fluid.layers.matmul to paddle.matmul (#23375)
5 years ago
Chengmo 426912df5a
Add Index sample OP (#23218)
5 years ago
cc 9297f49e4b
[OP] Add randperm op (#23292)
5 years ago
wawltor 08e3d9c0dc
Add the matmul, elementwise_euqal, elementwise_sum ops to API2.0 (#23437)
5 years ago
wawltor 6577f91b74
Add the sum op to API 2.0, add some parameters for new api
5 years ago
Steffy-zxf 2d0933c378
Add two new ops paddle.tensor.mul(), paddle.tensor.pow() (#23485)
5 years ago
WuHaobo c4d0305239
add tril op and triu op (#23469)
5 years ago
wangchaochaohu 3eb12bd100
refine the usage of paddle.full test=develop (#23484)
5 years ago
LutaoChu 4c675a450f
Add 2 new ops: paddle.tensor.div() and paddle.tensor.add() to API2.0(#23352)
5 years ago
wawltor 0b092d05f1
Add the argmax op to API 2.0, and update some parameters
5 years ago
mamingjie-China 1a8d6ee371
add a new op paddle.sort() to API 2.0 test=develop (#23470)
5 years ago
wawltor 915341e3de
Add the zeros, ones, ones_like, zeros_like for api 2.0, test=develop (#23471)
5 years ago
Zhen Wang 56b50c97f8
Add allclose_op (#23335)
5 years ago
kinghuin 948c57d84b
move sin, sqrt, tanh, atan to paddle.tensor.math and add a new parameter "out" (#23387)
5 years ago
Wilber 9676ac1c5c
Add flip op. (#23255)
5 years ago
channings a2e10930cf
update linspace, equal operators to API 2.0 (#23274)
5 years ago
XiaoguangHu 8cf2c38ccb
fix error in paddle.tensor test=develop (#23433)
5 years ago
wangchaochaohu 17babe4d55
add full op API (#23112)
5 years ago
XiaoguangHu baec0a0713
define alias in paddle dir and paddle.nn dir test=develop (#23282)
5 years ago
XiaoguangHu 194a22c5a8
reorganize the paddle api test=develop (#23151)
5 years ago