mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
ocl support for Deconvolution layer
Signed-off-by: Li Peng <peng.li@intel.com>
This commit is contained in:
@@ -167,6 +167,11 @@ TEST(Layer_Test_DeConvolution, Accuracy)
|
||||
testLayerUsingCaffeModels("layer_deconvolution", DNN_TARGET_CPU, true, false);
|
||||
}
|
||||
|
||||
OCL_TEST(Layer_Test_DeConvolution, Accuracy)
|
||||
{
|
||||
testLayerUsingCaffeModels("layer_deconvolution", DNN_TARGET_OPENCL, true, false);
|
||||
}
|
||||
|
||||
TEST(Layer_Test_InnerProduct, Accuracy)
|
||||
{
|
||||
testLayerUsingCaffeModels("layer_inner_product", DNN_TARGET_CPU, true);
|
||||
|
||||
Reference in New Issue
Block a user