Commit Graph

19 Commits (3a88acd2ee2fa46ac34da755fa49b7193e17a525)

Author SHA1 Message Date
Jack Zhou 63203c4abc
enhance reduce op which can reduce tensor with arbitrary rank
5 years ago
zhupengyang c80fcf901e
reduce_mean error if keepdim=True and reduce_all=True (#26614)
5 years ago
zhupengyang 6e5670b8bd
mean: not support int32, int64; add check for axis (#26401)
5 years ago
wawltor 2d6cc0b125
support the tuple for attribute of axis in min, max for api2.0
5 years ago
wawltor 0eb1b0bc01
Add support the 5d, 6d tensor support for the reduce ops
5 years ago
Zhong Hui 361c6ccc01
OP error message enhancement of l2_normalize, matmul, mean, etc
6 years ago
wawltor 6577f91b74
Add the sum op to API 2.0, add some parameters for new api
6 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
6 years ago
hong 8c4573a3cb
GradMaker for dygraph (#19706)
6 years ago
Chen Weihang 26cc1fe508
Replace risky GetInputType method with secure IndicateVarDataType interface (#20668)
6 years ago
Guo Sheng dfd1eee7f7 Add seq2seq api related code (#19820)
6 years ago
wangchaochaohu bc6126dd07
fix the reduce bug test=develop (#20102)
6 years ago
wangchaochaohu 6e73e90bfb
fix the error message for reduce_mean and reduce_sum op (#20063)
6 years ago
wangchaochaohu 3409db950c
fix reduce bug test=develop (#19971)
6 years ago
Leo Chen af692c9140 update reduce_sum and reduce_mean to save memory, test=develop (#19608)
6 years ago
lvmengsi 5d1ac41b00 Double backward reduce mean (#17372)
7 years ago
zhoukunsheng bb8ea1637d fix 16823: delete default_grad register for reduce_all, reduce_any
7 years ago
zhoukunsheng 2d6b4f23f0 test=develop
7 years ago
Wu Yi a2d9b34417
Refine operator cmake (#14413)
7 years ago