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

pull/13989/head
Kohei Yoshida 6 years ago
parent 3bcff7f941
commit 212420516f
  1. 1
      modules/dnn/test/test_onnx_importer.cpp

@ -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)

Loading…
Cancel
Save