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:
@@ -125,4 +125,9 @@ TEST(Test_TensorFlow, pooling)
|
||||
runTensorFlowNet("max_pool_odd_same");
|
||||
}
|
||||
|
||||
TEST(Test_TensorFlow, deconvolution)
|
||||
{
|
||||
runTensorFlowNet("deconvolution");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user