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

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)