Commit Graph

257 Commits (8ff3550658e9fea3e652ebc2a34f62e54a59cd26)

Author SHA1 Message Date
ShenLiang e262cb6293
fix the scatternd/scatterndadd (#27634)
6 years ago
pangyoki 7cd2c13f1b
add multinomial op (#27219)
6 years ago
yaoxuefeng 719309a80f
add note of large offset of trace test=document_fix (#27693)
6 years ago
yaoxuefeng cefb49ab44
fix docs (#27637)
6 years ago
furnace b7b1ae865e
update mv op docs (#27559)
6 years ago
mapingshuo c29aa8c40e
fix reshape doc, remove reverse api (#27592)
6 years ago
Leo Chen c7e0a8bebf
Remove inplace argument when calling nn.reshape() (#27376)
6 years ago
Zhou Wei 162b4d6c13
remove to_variable from 2.0 (#27528)
6 years ago
ShenLiang 6fc74bbaf6
add fp16 for matmul (#27523)
6 years ago
Chen Weihang bb84f0e646
Add new paddle.save/load APIs (#27331)
6 years ago
Zhou Wei 1e1ae5c54d
Make the Bind Method of Tensor more automatic (#27270)
6 years ago
Kaipeng Deng 18f2ea66bd
remove paddle.readers API (#26727)
6 years ago
furnace 13a4c74efd
add mv op(c++, python, unit test) (#27024)
6 years ago
furnace 515efe4240
add empty_like op (python, and unit test), use c++ implementation of empty op, (#27287)
6 years ago
lilong12 bc3e9ba1c6
check the validation of parameters for expand and tile apis (#26816)
6 years ago
Leo Chen 19228bd142
Temporally disable zero_copy (#27248)
6 years ago
furnace 2e59769612
add empty op (c++, python, unit test) (#26659)
6 years ago
ShenLiang 5bd84b22c4
revert divide (#27202)
6 years ago
zhupengyang cc3306f7c8
restruct logsumexp to speed up compiling (#27191)
6 years ago
yongqiangma 4558d395e9
fix Norm op error (#26771)
6 years ago
Leo Chen d6ee0868a4
fix unsqueeze in dygraph (#27107)
6 years ago
wangchaochaohu 5af81f833c
fix gpu kernel for numel Op (#27085)
6 years ago
wawltor 39d5bb6dce
udpate the dtype check for the argmin, argmax
6 years ago
wawltor 8857e3911f
add the dynamic dtype check for the argmin/argma
6 years ago
Yang Zhang 92530ca445
Fix clip output var dtype (#27029)
6 years ago
wangchaochaohu 8fa3d367ed
Remove "TypeError" from some files as required (#27019)
6 years ago
liym27 54427b8030
[Api2.0] sum: bug fix - support attr(dtype) is float32 or int32 and add ValueError (#26946)
6 years ago
Zhou Wei 352ac149ee
update doc of paddle.to_tensor (#26820)
6 years ago
pangyoki 46057dd2ac
change uniform_random to uniform and optimize function names in unittest for random ops (#26951)
6 years ago
zhupengyang 6a09b8f1cb
erase Raises and refine doce of random functions (#26901)
6 years ago
Zhou Wei d5f4c39fda
set_default_type only take effect on python floats or complex (#26939)
6 years ago
Leo Chen 1275659ccc
refine paddle.stack (#26886)
6 years ago
Yang Zhang 29b844ad5e
Fix clip op attr (#26924)
6 years ago
wawltor 0a29fc85d6
fix the argmin,argmax op for the paddlepaddle 2.0
6 years ago
Leo Chen 60ffc22026
Refine bernoulli and unsqueeze op (#26842)
6 years ago
Yang Zhang 9a1ea9b45d
Add support for tensor min/max in dygraph (#26764)
6 years ago
pangyoki 4a57880d91
support default dtype for distribution APIs (#26695)
6 years ago
Zhou Wei 7b78bfc089
[2.0API]support set_default_dtype for to_tensor (#26432)
6 years ago
LutaoChu 7d4e21588d
add parameters check in static mode for diag op
6 years ago
Yang Zhang 63eef7632e
Fix clip input check (#26683)
6 years ago
lilong12 2f75465d9a
fix the call to core.ops.x, test=develop (#26729)
6 years ago
joejiong f311d3c1cf
Fix pow api type error with python side method, merge elementwise_pow and pow. (#26163)
6 years ago
yongqiangma e4cc6a28b0
Norm op support 2-axis (#26492)
6 years ago
Zhang Ting 97cebfa4d3
add dtype for unique (#26655)
6 years ago
pangyoki cb00d50498
../python/CMakeLists.txt (#26531)
6 years ago
ShenLiang 33afeb315a
fix the tanh (#26657)
6 years ago
wawltor 286eca2d9e
update the code for the topk v2
6 years ago
joejiong d32beea2a9
Add Checking Type for "multiply" operation (#26508)
6 years ago
Zhang Ting 0a895bc0df
improve unique op (#26537)
6 years ago
wangchaochaohu a31dbc8f85
add deprecated for gather api and refine the doc of gather api (#26579)
6 years ago
guofei 924734fd3a
Refine typo of english document of paddle.prod (#26546)
6 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
6 years ago
Jack Zhou 199b0c7c1b
Add isfinite v2 op (#26344)
6 years ago
wangchaochaohu ebf9b2125e
add paddle.gather for API2.0 (#26455)
6 years ago
wangchaochaohu 9219b79104
gather_nd Op for API 2.0 refine (#26540)
6 years ago
zhupengyang 9b14117cac
logsumexp: impl kernel, refine docs (#26307)
6 years ago
zhupengyang e6675f4f4d
normal: support mean and std tensor; randn = standard_normal (#26367)
6 years ago
wawltor 6b28456ed0
add the argmax, argmin for the api2.0
6 years ago
WangXi ed102ea1b5
【API】Add sign and tanh api (#26357)
6 years ago
WangXi 45711dade7
【API】rename div to divide, add floor_divide, remainder (#26434)
6 years ago
LutaoChu 4e0c6d91aa
add paddle.tensor.linalg.diag API, diag_v2 OP and CUDA kernel
6 years ago
ShenLiang c609066074
Add Matmul op (#26411)
6 years ago
lilong12 65ac1ef661
fix docstring for expand, expand_as and tile. (#26529)
6 years ago
wangchaochaohu 07c1c47bc9
refine the doc of OPs (#26551)
6 years ago
zhupengyang 57e124298d
var, std: input->x, adjust attr order, remove out, add docs (#26446)
6 years ago
wangchaochaohu e966d0b673
refine the doc test=develop (#26517)
6 years ago
ShenLiang 190c695733
fix scatter doc (#26248)
6 years ago
Leo Chen aa2a9b5d89
add bernoulli op (#26511)
6 years ago
lilong12 5f2c0e7e95
[2.0 api] fix the example codes in doc strings (#26428)
6 years ago
wangchaochaohu e167e87974
【API2.0】add masked_select Op for API2.0 (#26374)
6 years ago
pangyoki bdac6bc880
Rename uniform_random API (#26347)
6 years ago
Yang Zhang e662d1e0b7
Update `paddle.clamp` (#25906)
6 years ago
zhupengyang 6e5670b8bd
mean: not support int32, int64; add check for axis (#26401)
6 years ago
wangchaochaohu bdb805505e
【API2.0】add numel API for paddle test=develop (#26311)
6 years ago
guofei bb7fd0974f
Add paddle.tensor.math.prod (#26351)
6 years ago
ShenLiang facc0a10c9
fix the doc of dot (#26257)
6 years ago
liym27 adba432f27
[API 2.0] Add api paddle.reshape(x, shape, name) (#26338)
6 years ago
Zhang Ting cefbb3500e
remove alias from doc, test=document_fix (#26487)
6 years ago
Zhang Ting 6914a12f82
rename the inputs of allclose (#26360)
6 years ago
littletomatodonkey bcf03273f6
add pad func (#26106)
6 years ago
liym27 6cd67a8160
[API 2.0] Fix api sum:(1)input->x;(2)dim->axis;(3)keep_dim->keepdim (#26337)
6 years ago
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