Commit Graph

33 Commits (6115c14fca7c7cc4dd4f25f45aff5dc8e88c0752)

Author SHA1 Message Date
Leo Chen 6115c14fca
Pool2d cuda kernel supports fp16 (#28316)
4 years ago
cnn 7c1aa0d69d
2.0rc api rename (#28088)
4 years ago
Double_V f6ad2375be
fix pool3d bug, test=develop (#27718)
4 years ago
Bai Yifan 8986a82131
fix adaptive gpu grad bug, add doc refine (#26660)
5 years ago
Leo Chen 9fd1aad6e7
Support NHWC in Pool2D, test=develop (#24240)
5 years ago
zhongpu 60d1f98a7d
error message enhancement for Pool2D, test=develop (#23607)
5 years ago
juncaipeng 642b33564e Update test precision from fp32 to fp64 (#21805)
5 years ago
Zhang Ting b1da35261b
fix unit tests that do not need to inherit OpTest (#21460)
5 years ago
zhongpu c4ede95c74 open dygraph op test, test=develop (#19787)
5 years ago
liym27 26a6e27afe fix bug in pool/conv/conv_transpose: UpdatePaddingAndDilation, _get_padding_with_SAME and conv2dtranspose_forward_naive. (#20997)
5 years ago
liym27 f0e95a6049 Polish error messages of pool_2d/3d and add Raises in English document. test=develop (#21017)
5 years ago
liym27 869cef6dc0 fix bug of infer shape in pool op. test=develop (#20213)
6 years ago
liym27 24010472d4 fix pool2d pool3d,support asymmetric padding and channel_last (#19739)
6 years ago
joanna.wozna.intel 1d32897c5c Fix test pool2d int8 mkldnn (#19976)
6 years ago
Tao Luo 9466e956a7 reduce unittest time by rename testcuda to has_cuda
6 years ago
xiaolil1 8eb1f26211 Enable INT8 pool OP (#15046)
6 years ago
dengkaipeng 266c6856c9 add adaptive pool 2d & 3d. test=develop
6 years ago
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