1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Add a test case for handling output_shape property for deconvolution layer.

This commit is contained in:
Kohei Yoshida
2019-03-07 11:42:57 -05:00
parent 3bcff7f941
commit 212420516f
+1
View File
@@ -73,6 +73,7 @@ TEST_P(Test_ONNX_layers, Deconvolution)
testONNXModels("deconvolution");
testONNXModels("two_deconvolution");
testONNXModels("deconvolution_group");
testONNXModels("deconvolution_output_shape");
}
TEST_P(Test_ONNX_layers, Dropout)