Commit Graph

69 Commits (70131b475f98d0dcce8d9bb424b155b9a9fbde7c)

Author SHA1 Message Date
pangyoki 13d757362c
Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103)
4 years ago
pangyoki da16b33f2e
add View(reuse allocation) strategy on squeeze, unsqueeze, reshape, flatten op (#29913)
4 years ago
Chen Long af37285870
fix code bugs (#29932)
4 years ago
yongqiangma 7c508d8668
update unbind norm add CUDAPlace api doc information (#29322)
4 years ago
liym27 5f84d0b375
Fix bug: delete wrong check_type of paddle.concat and support LoDTensorArray (#29306)
4 years ago
yaoxuefeng a069e1ca91
fix docs (#29097)
4 years ago
lilong12 7e5e9934fe
update expand as op to use the shape of the target tensor instead of the target tensor itself. (#29020)
4 years ago
lilong12 449903dead
add paddle.broadcast_to api which is a alias of paddle.expand (#28706)
4 years ago
ShenLiang bb5f8e3575
fix doc of data,matmul,dot,cholesky,scatter,divide,remainder,inverse,sign (#28665)
4 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
4 years ago
Leo Chen 98adc8f054
Dev/fix doc of some api (#28785)
4 years ago
TeslaZhao abbc507a81
Fix two english api documents, transpose and strided_slice (#28687)
4 years ago
lilong12 e4f9415338
update doc, test=document_fix (#28498)
4 years ago
Aurelius84 8040fa2bca
Fix output dtype inconsistent with input (#28649)
4 years ago
wangchaochaohu 68ee7f7312
fix overwrite for gather OP of API2.0(#28659)
4 years ago
wangchaochaohu a972c33fd7
refine gather OP performance for dynamic mode (#28587)
4 years ago
wangchaochaohu 241505c262
refine the doc for API2.0 (#28386)
4 years ago
wangchaochaohu e14ed71cc2
refine the performance of gather Op (#28458)
4 years ago
mapingshuo 5ccaaab8aa
reshape support bool, test=develop (#27944)
4 years ago
AshburnLee 9209f341fc
Made a change in python API to support the GPU version of unique OP working in static graph (#27899)
4 years ago
Steffy-zxf 92b3a71705
Update api 2.0 for some ops
4 years ago
MRXLT 84d8e49de8
refine adam/strided_slice && fix doc for rmsprop/unstack (#27740)
4 years ago
ShenLiang e262cb6293
fix the scatternd/scatterndadd (#27634)
4 years ago
yaoxuefeng cefb49ab44
fix docs (#27637)
4 years ago
mapingshuo c29aa8c40e
fix reshape doc, remove reverse api (#27592)
4 years ago
Leo Chen c7e0a8bebf
Remove inplace argument when calling nn.reshape() (#27376)
4 years ago
Zhou Wei 1e1ae5c54d
Make the Bind Method of Tensor more automatic (#27270)
4 years ago
lilong12 bc3e9ba1c6
check the validation of parameters for expand and tile apis (#26816)
4 years ago
Leo Chen d6ee0868a4
fix unsqueeze in dygraph (#27107)
4 years ago
wangchaochaohu 5af81f833c
fix gpu kernel for numel Op (#27085)
4 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
Leo Chen 1275659ccc
refine paddle.stack (#26886)
5 years ago
Leo Chen 60ffc22026
Refine bernoulli and unsqueeze op (#26842)
5 years ago
lilong12 2f75465d9a
fix the call to core.ops.x, test=develop (#26729)
5 years ago
Zhang Ting 97cebfa4d3
add dtype for unique (#26655)
5 years ago
Zhang Ting 0a895bc0df
improve unique op (#26537)
5 years ago
wangchaochaohu a31dbc8f85
add deprecated for gather api and refine the doc of gather api (#26579)
5 years ago
wangchaochaohu ebf9b2125e
add paddle.gather for API2.0 (#26455)
5 years ago
wangchaochaohu 9219b79104
gather_nd Op for API 2.0 refine (#26540)
5 years ago
lilong12 65ac1ef661
fix docstring for expand, expand_as and tile. (#26529)
5 years ago
wangchaochaohu 07c1c47bc9
refine the doc of OPs (#26551)
5 years ago
ShenLiang 190c695733
fix scatter doc (#26248)
5 years ago
lilong12 5f2c0e7e95
[2.0 api] fix the example codes in doc strings (#26428)
5 years ago
liym27 adba432f27
[API 2.0] Add api paddle.reshape(x, shape, name) (#26338)
5 years ago
wangchaochaohu 2101dfd2b3
【API2.0】add Chunk API (#26314)
5 years ago
lilong12 638bbb6153
Improve expand as (#26290)
5 years ago
lilong12 241b44db14
[API 2.0] adaptive expand op to use shape instead of expand_times (#26206)
5 years ago
lilong12 fbd4d3cc97
[API 2.0] add paddle.tile op (#26245)
5 years ago
pangyoki 13b80d9bea
fixed imperative module in doc example code (#26149)
5 years ago