mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #9616 from dkurt:feature_dnn_tf_importer_atrous_conv
This commit is contained in:
@@ -96,6 +96,8 @@ static void runTensorFlowNet(const std::string& prefix,
|
||||
TEST(Test_TensorFlow, single_conv)
|
||||
{
|
||||
runTensorFlowNet("single_conv");
|
||||
runTensorFlowNet("atrous_conv2d_valid");
|
||||
runTensorFlowNet("atrous_conv2d_same");
|
||||
}
|
||||
|
||||
TEST(Test_TensorFlow, padding)
|
||||
|
||||
Reference in New Issue
Block a user