1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Deconvolution layer from TensorFlow

This commit is contained in:
Dmitry Kurtaev
2017-08-11 16:23:41 +03:00
parent 89172c08a2
commit 54f0616a13
2 changed files with 49 additions and 0 deletions
+5
View File
@@ -125,4 +125,9 @@ TEST(Test_TensorFlow, pooling)
runTensorFlowNet("max_pool_odd_same");
}
TEST(Test_TensorFlow, deconvolution)
{
runTensorFlowNet("deconvolution");
}
}