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:
@@ -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