Commit Graph

126 Commits (2101dfd2b3552defe4e6e14f7eb96321ffe41fc2)

Author SHA1 Message Date
wangchaochaohu 2101dfd2b3
【API2.0】add Chunk API (#26314)
6 years ago
lilong12 638bbb6153
Improve expand as (#26290)
6 years ago
Yang Zhang d063a98b40
Update `paddle.add` (#25910)
6 years ago
lilong12 241b44db14
[API 2.0] adaptive expand op to use shape instead of expand_times (#26206)
6 years ago
Zhou Wei 6de463d3d1
expose and unify the Tensor concepts to the user (#25978)
6 years ago
lilong12 fbd4d3cc97
[API 2.0] add paddle.tile op (#26245)
6 years ago
ShenLiang 5113aae6ea
fix the doc of inverse, dot, cholesky (#25860)
6 years ago
wawltor 2d6cc0b125
support the tuple for attribute of axis in min, max for api2.0
6 years ago
zhupengyang faf83a7af2
paddle.mean: add attr axis, keepdim (#26147)
6 years ago
wawltor 9c17b3c9f8
Add the max, min, maximum, minimum api for the API 2.0
6 years ago
pangyoki 13b80d9bea
fixed imperative module in doc example code (#26149)
6 years ago
LutaoChu b6d14d9d07
add deprecated decorator, remove alias for cumsum op (#26104)
6 years ago
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
6 years ago
ShenLiang 3076205ba9
rm eye, test=develop (#26031)
6 years ago
LutaoChu bf2db646de
fix cumsum op for API 2.0, optimize performance
6 years ago
Feiyu Chan e853ece0a2
update document template for unary elementwise layers (#25896)
6 years ago
joanna.wozna.intel 734cf1c3e9
Change use_quantizer attribute name and data type (#25838)
6 years ago
Leo Chen 5258d53d65
refine unsqueeze, test=develop (#25470)
6 years ago
wangchaochaohu 0dc485e6fe
refine the value parameter's Tensor support of fill_constant Op test=… (#25986)
6 years ago
yaoxuefeng 07f509a835
fix 4 apis test=develop (#25529)
6 years ago
Leo Chen 6e7f0bb284
refine paddle.stack (#25305)
6 years ago
yaoxuefeng 224620071b
add new flatten op test=develop (#25393)
6 years ago
wawltor a43b0d155d
Update the code for the sort api
6 years ago
wangchaochaohu ff717d5158
Add support for tuple of concat Op test=develop (#25800)
6 years ago
WuHaobo 12bed4a931
remove all op with out args (#25570)
6 years ago
wawltor 595a719795
Update the api for the compare_ops
6 years ago
wangchaochaohu fc6fed3283
(Variable --->Tensor) refine the OP doc for API2.0 (#25737)
6 years ago
wangchaochaohu 32b9577b2a
refine the split op for API 2.0 test=develop (#25320)
6 years ago
wawltor dc42e3c4bc
Fix the argsort and sort api for the paddle api2.0 (#25514)
6 years ago
zhupengyang 0ca1bb56df
refine docs of rand, randn, randint, randperm, zeros_like, arange (#25633)
6 years ago
zhupengyang d2f7ac61ee
ones_like API: remove device, input -> x (#25663)
6 years ago
wangchaochaohu 1e4ab728fb
refine the concat Op for API 2.0 test=develop (#25307)
6 years ago
LutaoChu b158a21bda
fix bug: cross OP behavior is not as expected when axis=0
6 years ago
Leo Chen 4ec1251a1e
Refine squeeze, test=develop (#25281)
6 years ago
cnn 70cee22fde
New features, add sinh and cosh op, test=develop (#25495)
6 years ago
Shibo Tao e3736d73cf
add op multiply, delete op elementwise_mul from math.py. (#25480)
6 years ago
wangchaochaohu 2092660c43
Ones op for API 2.0: remove the device and out parameters (#25497)
6 years ago
wangchaochaohu 4a44ffdd24
refine the eye Op for API 2.0 test=develop (#25295)
6 years ago
zhupengyang cd933c0aa2
refine error message of randint (#25613)
6 years ago
LutaoChu bbe8f7bdcd
update cross op parameters for API 2.0
6 years ago
zhupengyang 5a2d15a1d0
arange API: start default is 0, end default is None (#25452)
6 years ago
Shibo Tao 6602ccf4ca
delete mul op. (#25499)
6 years ago
WuHaobo 73409d5039
Fix log1p (#25488)
6 years ago
Shibo Tao a4d3335b6d
Fix elementwise ops (#25500)
6 years ago
wangchaochaohu e4017e5c4f
refine the index_select Op for API 2.0 test=develop (#25296)
6 years ago
zhupengyang 2250120245
randint API: remove out, devive, stop_gradient; add name (#25433)
6 years ago
yaoxuefeng 5d3766ff3d
modify flip test=develop (#25312)
6 years ago
zhupengyang f8eccb0b1c
zeros_like API: remove device; input -> x (#25413)
6 years ago
yaoxuefeng f795a1bf12
modify meshgrid test=develop (#25319)
6 years ago
zhupengyang 25029254bc
randn API: remove out, devive, stop_gradient; add name (#25409)
6 years ago