Commit Graph

15 Commits (7faa3e95555ff76f86b747cc987aa212bd27af9f)

Author SHA1 Message Date
liym27 24010472d4 fix pool2d pool3d,support asymmetric padding and channel_last (#19739)
6 years ago
Tao Luo 9466e956a7 reduce unittest time by rename testcuda to has_cuda
6 years ago
dengkaipeng 266c6856c9 add adaptive pool 2d & 3d. test=develop
6 years ago
dengkaipeng 8f1e398824 move param exclusive to the last in pool2d/pool3d for forward compatibility:. test=develop
6 years ago
dengkaipeng c93e044ae0 add inclusive/exclusive mode in PoolOp avg pool type
6 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang a3539845f2 Polish python code style
7 years ago
minqiyang be6ecec46f Fix unittests' division issues
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
Kexin Zhao 55e714e0d2 add float16 support to pool3d
7 years ago
liuguoyi 9d95ccc887 fix pool and conv3d unittest when paddle is not build with gpu
7 years ago
wanghaoshuang 1e510d9914 Add ceil_mode option for pool2d and pool3d
7 years ago
Luo Tao bde090a975 replace paddle.v2.fluid by paddle.fluid in tests
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago