Commit Graph

289 Commits (70131b475f98d0dcce8d9bb424b155b9a9fbde7c)

Author SHA1 Message Date
123malin 164275704d
test=develop, fix nonzero astuple=true (#30647)
4 years ago
pangyoki 13d757362c
Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103)
4 years ago
Zhen Wang fb49ea388e
Fix the accuracy problem of allclose op when using float64 data type in static mode. (#29890)
4 years ago
furnace 77051cc9f0
add fp16 support for tril_triu op (#30186)
4 years ago
pangyoki da16b33f2e
add View(reuse allocation) strategy on squeeze, unsqueeze, reshape, flatten op (#29913)
4 years ago
liym27 49411a20da
In creation.assgin, reuse implamention code of layers.tensor.assign to avoid maintain two code (#30227)
4 years ago
LutaoChu 1ff69f58b6
fix paddle.pow doc, test=document_fix (#30159)
4 years ago
wangchaochaohu 7dd551e08b
refine the paddle place support using str (#28769)
4 years ago
Chen Long af37285870
fix code bugs (#29932)
4 years ago
syyxsxx e219b8ccef
fix api link for the any, all, isfinite
4 years ago
liym27 0cc42e34c6
Migrate 4 APIs about array to paddle.tensor.* (#29565)
4 years ago
chentianyu03 71063b8137
add conj op for complex types (#29527)
4 years ago
Chen Weihang 6cfa59de1b
[Complex] Add real & imag op and api for complex tensor (#29672)
4 years ago
joejiong 87e75a77c2
Add tangent operator (#29207)
4 years ago
Wei Shengyu dc8bb76c68
remove addcmul (#28937)
4 years ago
chentianyu03 64e4e17f0c
remove complexvariable (#29390)
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
Chen Weihang 9ad800ebb2
Support type promote for basic math ops (quantum required) (#29265)
4 years ago
yaoxuefeng a069e1ca91
fix docs (#29097)
4 years ago
joejiong dc070ecfb0
Remove cast from paddle.pow api (#29134)
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
LutaoChu 28280647eb
add paddle.subtract, optimize paddle.maximum and paddle.minimum
4 years ago
徐铭远 3c2a46bd7b
fix doc of erf,rank,mm,cross_entropy,pixel_shuffle,kron... (#29126)
4 years ago
pangyoki 6df685ab64
fix nce, multinomial, Categorical, Normal, Uniform en doc (#28541)
4 years ago
lilong12 449903dead
add paddle.broadcast_to api which is a alias of paddle.expand (#28706)
4 years ago
Noel da71173bc9
Fix ops doc for some ops
4 years ago
ShenLiang bb5f8e3575
fix doc of data,matmul,dot,cholesky,scatter,divide,remainder,inverse,sign (#28665)
4 years ago
joejiong b04c78ef5e
Update pow (#29000)
4 years ago
joejiong 4b05a8be88
delete axis parameter in multiply api (#28647)
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
Zhang Ting b5218227d6
refine the doc of dist op, test=document_fix (#28947)
4 years ago
Zhou Wei 3b0dd5f620
fix bug that to_tensor not support paddle.Place (#28717)
4 years ago
Aurelius84 e1c8d6bce5
Fix wrong out dtype inferred from helper.input_dtype (#28715)
4 years ago
danleifeng 7d32e100c5
upgrade to use paddle-2.0 API for sample code of paddle.t (#28726)
4 years ago
joejiong 32b90b1c2d
add log10 (#28576)
4 years ago
TeslaZhao abbc507a81
Fix two english api documents, transpose and strided_slice (#28687)
4 years ago
wawltor 20b1276598
faster the compare ops dygraph model speed
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
zhupengyang 2cd10fc465
fix 2.0 api docs (#28445)
4 years ago
wangchaochaohu a972c33fd7
refine gather OP performance for dynamic mode (#28587)
4 years ago
GaoWei8 2b1e7e5b02
Polish where english doc (#28595)
4 years ago
Yang Zhang 614f20f6ba
Update `add` `clip` `MSELoss` and `no_grad` (#28530)
4 years ago
joejiong 08d2413142
add log2 operator (#28319)
4 years ago
Steffy-zxf b258caf467
fix add_n doc (eng) (#28464)
4 years ago
Leo Chen 543ff333cd
Refine the format of printing tensor 3 (support scaler tensor) (#28544)
4 years ago
furnace 26d292b108
bugfix for api (mv, empty, empty_like op) (#28513)
4 years ago