Commit Graph

26 Commits (90eb5541d855c6c9c41f4e5c8b37c5c6d0ee54d2)

Author SHA1 Message Date
Jack Zhou 63203c4abc
enhance reduce op which can reduce tensor with arbitrary rank
5 years ago
liym27 54427b8030
[Api2.0] sum: bug fix - support attr(dtype) is float32 or int32 and add ValueError (#26946)
5 years ago
zhupengyang c80fcf901e
reduce_mean error if keepdim=True and reduce_all=True (#26614)
5 years ago
liym27 6cd67a8160
[API 2.0] Fix api sum:(1)input->x;(2)dim->axis;(3)keep_dim->keepdim (#26337)
5 years ago
zhupengyang faf83a7af2
paddle.mean: add attr axis, keepdim (#26147)
5 years ago
wawltor 9c17b3c9f8
Add the max, min, maximum, minimum api for the API 2.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
5 years ago
danleifeng 222a5137b3
Add new tensor in API2.0: max,min,t,eye,log1p (#23228)
5 years ago
wawltor 6577f91b74
Add the sum op to API 2.0, add some parameters for new api
5 years ago
zhupengyang bf978fffe5 all cases use large shape (#22084)
5 years ago
Qinghe JING 12b2b4b1a1 Add gradient check to reduce_max and reduce_min ops (#21985)
5 years ago
zhupengyang 4c987a6003 fix input shape of op tests (#21682)
6 years ago
Zhang Ting b1da35261b
fix unit tests that do not need to inherit OpTest (#21460)
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
zhoukunsheng 664c342ca0 test=develop
6 years ago
qingqing01 6094a72308
Fix bug in reduce_op caused by PR #13534 (#13748)
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang 9fc13fde18 Remove python3 relative import of unittest
7 years ago
minqiyang 35e6abd7bb Change iter_parameters back and port unittests code to Python3
7 years ago
qiaolongfei 273f737517 optimize code
7 years ago
qiaolongfei 5d718a5886 optimize reduce_sum_grad op
7 years ago
whs 8655904be2
Enhance reduce op (#10708)
7 years ago
zhouhanqing 15306ffdc3 add product reduction for reduce_op
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago