mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 14:06:35 +08:00
Add a test case for handling output_shape property for deconvolution layer.
This commit is contained in:
parent
3bcff7f941
commit
212420516f
@ -73,6 +73,7 @@ TEST_P(Test_ONNX_layers, Deconvolution)
|
|||||||
testONNXModels("deconvolution");
|
testONNXModels("deconvolution");
|
||||||
testONNXModels("two_deconvolution");
|
testONNXModels("two_deconvolution");
|
||||||
testONNXModels("deconvolution_group");
|
testONNXModels("deconvolution_group");
|
||||||
|
testONNXModels("deconvolution_output_shape");
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_P(Test_ONNX_layers, Dropout)
|
TEST_P(Test_ONNX_layers, Dropout)
|
||||||
|
Loading…
Reference in New Issue
Block a user