Commit 818a91f4 authored by Dmitry Kurtaev's avatar Dmitry Kurtaev

Update Torch testdata

parent dbcb4549
...@@ -103,7 +103,7 @@ typedef testing::TestWithParam<DNNTarget> Test_Torch_layers; ...@@ -103,7 +103,7 @@ typedef testing::TestWithParam<DNNTarget> Test_Torch_layers;
TEST_P(Test_Torch_layers, run_convolution) TEST_P(Test_Torch_layers, run_convolution)
{ {
runTorchNet("net_conv", GetParam()); runTorchNet("net_conv", GetParam(), "", false, true);
} }
TEST_P(Test_Torch_layers, run_pool_max) TEST_P(Test_Torch_layers, run_pool_max)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment