Commit Graph

16 Commits (95886483180086f2d9be24f71dbd710dc6599af2)

Author SHA1 Message Date
chengduo a9b5d42dd4
Add fp16 backward support (#14202)
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 6abe819f07 Fix pybind11 problem
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
Tao Luo 90abd9dfeb
Merge pull request #9704 from lgone2000/fixunittest
7 years ago
mozga-intel 5e13314dc1 Commit
7 years ago
liuguoyi 9d95ccc887 fix pool and conv3d unittest when paddle is not build with gpu
7 years ago
Kexin Zhao dfec1df14f address comments
7 years ago
Kexin Zhao bfbc25bdb8 add fp16 pool2d support
7 years ago
pzelazko-intel 4730a4be24 MKLDNN pool2d OP kernel added (#8879)
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