summaryrefslogtreecommitdiff
path: root/inference-engine/thirdparty/mkl-dnn/tests/gtests/test_convolution_forward_f32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'inference-engine/thirdparty/mkl-dnn/tests/gtests/test_convolution_forward_f32.cpp')
-rw-r--r--inference-engine/thirdparty/mkl-dnn/tests/gtests/test_convolution_forward_f32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/inference-engine/thirdparty/mkl-dnn/tests/gtests/test_convolution_forward_f32.cpp b/inference-engine/thirdparty/mkl-dnn/tests/gtests/test_convolution_forward_f32.cpp
index 23aa00563..64a5ea158 100644
--- a/inference-engine/thirdparty/mkl-dnn/tests/gtests/test_convolution_forward_f32.cpp
+++ b/inference-engine/thirdparty/mkl-dnn/tests/gtests/test_convolution_forward_f32.cpp
@@ -30,6 +30,6 @@ TEST_P(convolution_test, TestConvolution)
#define FP32
#define DIRECTION_FORWARD
#include "convolution_common.h"
-#include "diluted_convolution.h"
+#include "dilated_convolution.h"
}