diff --git a/inference-engine/ie_bridges/python/src/openvino/test_utils/test_utils_api_impl.cpp b/inference-engine/ie_bridges/python/src/openvino/test_utils/test_utils_api_impl.cpp index 86c74cb32071f0..bb289b9266a35b 100644 --- a/inference-engine/ie_bridges/python/src/openvino/test_utils/test_utils_api_impl.cpp +++ b/inference-engine/ie_bridges/python/src/openvino/test_utils/test_utils_api_impl.cpp @@ -8,5 +8,5 @@ #include std::pair InferenceEnginePython::CompareNetworks(InferenceEnginePython::IENetwork lhs, InferenceEnginePython::IENetwork rhs) { - return compare_functions(lhs.actual->getFunction(), rhs.actual->getFunction(), true, true, false, true); + return compare_functions(lhs.actual->getFunction(), rhs.actual->getFunction(), true, true, false, true, true); }