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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user