Commit Graph

60 Commits (a72752263b1847071a749dc46dd98eaebbd668ea)

Author SHA1 Message Date
wawltor 8188d83be3
Fix some sample codes in api2.0,include zeros, pow, mul, ones_like, zeros_like
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
littletomatodonkey 1c08a2136e
test=develop, add addmm op (#23384)
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
LutaoChu 4c675a450f
Add 2 new ops: paddle.tensor.div() and paddle.tensor.add() to API2.0(#23352)
5 years ago
kinghuin 948c57d84b
move sin, sqrt, tanh, atan to paddle.tensor.math and add a new parameter "out" (#23387)
5 years ago
XiaoguangHu 194a22c5a8
reorganize the paddle api test=develop (#23151)
5 years ago