Commit Graph

22 Commits (32ad4f90a4b9c5fc38f6480b5a024ba44f654ee2)

Author SHA1 Message Date
zhupengyang cce9af0e2b all cases use large shape (#22106)
5 years ago
FDInSky fa8bab9cbc add fp64 check_grad for conv2d, conv3d (#21931)
5 years ago
Zhang Ting 548efcd2e4
Fix unit tests to avoid check_grad checking failures (#21554)
5 years ago
Zhang Ting 3df13ab40c
fix PythonAPI test in Op unittest, test=develop (#21455)
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 3aa331d97e fix conv2d and conv3d: (#20042)
6 years ago
Tao Luo 9466e956a7 reduce unittest time by rename testcuda to has_cuda
6 years ago
Yihua Xu ac803fed18 Fix the compile issue for cuda device (test=develop)
6 years ago
Yihua Xu 669191c9cc Implement conv3d with mkldnn library (test=develop)
6 years ago
qingqing01 abe209234f
Exhaustive search for cuDNN conv. (#14286)
6 years ago
qingqing01 db8c52da5e Revert " Exhaustive search for cuDNN conv. (#14043)"
6 years ago
qingqing01 ce7d9b0799
Exhaustive search for cuDNN conv. (#14043)
6 years ago
minqiyang 99d3f08920 Add print_function for all python files
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 8b16927230 add fp16 support to conv3d
7 years ago
liuguoyi 9d95ccc887 fix pool and conv3d unittest when paddle is not build with gpu
7 years ago
chengduoZH 7cf2c05fd2 add unit test for input's size is 1x1
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