Commit Graph

54 Commits (d252219779bf1415f62c717191046b745d29dc13)

Author SHA1 Message Date
liuyuhui e21b13fbf8
[API 2.0: doc] transfer from paddle.fluid.layers.assign() into creation.py (#27999)
4 years ago
chentianyu03 4aacacb4d6
change paddle.fluid.layers.fill_constant to paddle.full in sample codes (#27993)
4 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
4 years ago
yaoxuefeng cefb49ab44
fix docs (#27637)
4 years ago
furnace 515efe4240
add empty_like op (python, and unit test), use c++ implementation of empty op, (#27287)
4 years ago
Leo Chen 19228bd142
Temporally disable zero_copy (#27248)
5 years ago
furnace 2e59769612
add empty op (c++, python, unit test) (#26659)
5 years ago
wangchaochaohu 8fa3d367ed
Remove "TypeError" from some files as required (#27019)
5 years ago
Zhou Wei 352ac149ee
update doc of paddle.to_tensor (#26820)
5 years ago
Zhou Wei d5f4c39fda
set_default_type only take effect on python floats or complex (#26939)
5 years ago
Zhou Wei 7b78bfc089
[2.0API]support set_default_dtype for to_tensor (#26432)
5 years ago
LutaoChu 7d4e21588d
add parameters check in static mode for diag op
5 years ago
LutaoChu 4e0c6d91aa
add paddle.tensor.linalg.diag API, diag_v2 OP and CUDA kernel
5 years ago
wangchaochaohu 07c1c47bc9
refine the doc of OPs (#26551)
5 years ago
zhupengyang 57e124298d
var, std: input->x, adjust attr order, remove out, add docs (#26446)
5 years ago
Zhou Wei 6de463d3d1
expose and unify the Tensor concepts to the user (#25978)
5 years ago
pangyoki 13b80d9bea
fixed imperative module in doc example code (#26149)
5 years ago
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
5 years ago
ShenLiang 3076205ba9
rm eye, test=develop (#26031)
5 years ago
wangchaochaohu 0dc485e6fe
refine the value parameter's Tensor support of fill_constant Op test=… (#25986)
5 years ago
yaoxuefeng 07f509a835
fix 4 apis test=develop (#25529)
5 years ago
wangchaochaohu ff717d5158
Add support for tuple of concat Op test=develop (#25800)
5 years ago
wangchaochaohu fc6fed3283
(Variable --->Tensor) refine the OP doc for API2.0 (#25737)
5 years ago
zhupengyang 0ca1bb56df
refine docs of rand, randn, randint, randperm, zeros_like, arange (#25633)
5 years ago
zhupengyang d2f7ac61ee
ones_like API: remove device, input -> x (#25663)
5 years ago
wangchaochaohu 1e4ab728fb
refine the concat Op for API 2.0 test=develop (#25307)
5 years ago
wangchaochaohu 2092660c43
Ones op for API 2.0: remove the device and out parameters (#25497)
5 years ago
wangchaochaohu 4a44ffdd24
refine the eye Op for API 2.0 test=develop (#25295)
5 years ago
zhupengyang 5a2d15a1d0
arange API: start default is 0, end default is None (#25452)
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
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
wangchaochaohu 090a331d30
refine the full_like Op for API 2.0 test=develop (#25294)
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
swtkiwi f5c6dd6def
test=develop (#24522)
5 years ago
Li Fuchen 077e5a0fe5
Add trace op (#23873)
5 years ago
XiaoguangHu 526a13ff58
define fluid alias in paddle.tensor and paddle.nn dir (#24151)
5 years ago
Pei Yang ab4d314095
refine full_like en api. test=develop (#24021)
5 years ago
WuHaobo 79eaac55ba
polish_tril_triu_docstring and add dygraph (#24055)
5 years ago
danleifeng 7049f301ee
fix example bug;test=develop (#23893)
5 years ago
Qinghe JING ad7ac4c607
create bmm op and move several api from fluid.layers to tensor (#23457)
5 years ago
suytingwan 3e1676fa9a
Add meshgrid op (#23736)
5 years ago
danleifeng 222a5137b3
Add new tensor in API2.0: max,min,t,eye,log1p (#23228)
5 years ago
wawltor 8188d83be3
Fix some sample codes in api2.0,include zeros, pow, mul, ones_like, zeros_like
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
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