1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Dilated convolution import from TensorFlow

This commit is contained in:
Dmitry Kurtaev
2017-09-12 15:56:51 +03:00
parent 9640bbe76d
commit 58b890b9f7
6 changed files with 59 additions and 16 deletions
+2
View File
@@ -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)