1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

ocl support for Deconvolution layer

Signed-off-by: Li Peng <peng.li@intel.com>
This commit is contained in:
Li Peng
2018-01-16 21:54:32 +08:00
parent ec353dbdda
commit 2124361ff7
5 changed files with 187 additions and 56 deletions
+5
View File
@@ -171,6 +171,11 @@ TEST(Test_TensorFlow, deconvolution)
runTensorFlowNet("deconvolution");
}
OCL_TEST(Test_TensorFlow, deconvolution)
{
runTensorFlowNet("deconvolution", DNN_TARGET_OPENCL);
}
TEST(Test_TensorFlow, matmul)
{
runTensorFlowNet("matmul");