From 71d826e9faf818fee060399b1fef1be089392f32 Mon Sep 17 00:00:00 2001 From: Ilya Churaev Date: Tue, 27 Jul 2021 12:13:10 +0300 Subject: [PATCH] Fixed CI after #6199 (#6814) --- .../tests/functional/op_reference/roi_pooling.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/template_plugin/tests/functional/op_reference/roi_pooling.cpp b/docs/template_plugin/tests/functional/op_reference/roi_pooling.cpp index 029e3eb6fce..9baedeb3404 100644 --- a/docs/template_plugin/tests/functional/op_reference/roi_pooling.cpp +++ b/docs/template_plugin/tests/functional/op_reference/roi_pooling.cpp @@ -13,6 +13,7 @@ using namespace ngraph; using namespace InferenceEngine; +using namespace reference_tests; struct ROIPoolingParams { template