mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 22:57:53 +08:00
Update Torch testdata
This commit is contained in:
parent
dbcb454917
commit
818a91f4f7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user