diff --git a/src/tests/functional/plugin/shared/CMakeLists.txt b/src/tests/functional/plugin/shared/CMakeLists.txt index f452d6f903ae41..e0244707a98fec 100644 --- a/src/tests/functional/plugin/shared/CMakeLists.txt +++ b/src/tests/functional/plugin/shared/CMakeLists.txt @@ -62,7 +62,6 @@ ov_add_target( openvino::pugixml common_test_utils func_test_utils - ov_models # TODO (vurusovs): delete after migration of NVidia and NPU ov_lpt_models sharedTestClasses PRIVATE diff --git a/src/tests/functional/plugin/shared/include/single_layer_tests/softmax.hpp b/src/tests/functional/plugin/shared/include/single_layer_tests/softmax.hpp deleted file mode 100644 index 5bb173a87d4be9..00000000000000 --- a/src/tests/functional/plugin/shared/include/single_layer_tests/softmax.hpp +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (C) 2018-2023 Intel Corporation -// SPDX-License-Identifier: Apache-2.0 -// - -#pragma once - -// TODO (vurusovs): for NPU compatibility. Remove after fix on NPU side -#include "single_op_tests/softmax.hpp" \ No newline at end of file diff --git a/src/tests/ov_helpers/CMakeLists.txt b/src/tests/ov_helpers/CMakeLists.txt index fbfe13e7b12870..baa49b1ce6abc5 100644 --- a/src/tests/ov_helpers/CMakeLists.txt +++ b/src/tests/ov_helpers/CMakeLists.txt @@ -2,7 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 # -add_subdirectory(ov_models) # TODO (vurusovs): delete after migration of NVidia and NPU add_subdirectory(ov_lpt_models) if(TARGET openvino::snippets) diff --git a/src/tests/ov_helpers/ov_models/CMakeLists.txt b/src/tests/ov_helpers/ov_models/CMakeLists.txt deleted file mode 100644 index 8750c218641d0f..00000000000000 --- a/src/tests/ov_helpers/ov_models/CMakeLists.txt +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright (C) 2018-2023 Intel Corporation -# SPDX-License-Identifier: Apache-2.0 -# - -# TODO (vurusovs): delete after migration of NVidia and NPU - -set(TARGET_NAME ov_models) - -set(PUBLIC_HEADERS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/include") - -ov_add_target( - NAME ${TARGET_NAME} - TYPE STATIC - ROOT ${PUBLIC_HEADERS_DIR} - INCLUDES - PUBLIC - "$" - ADDITIONAL_SOURCE_DIRS - ${CMAKE_CURRENT_SOURCE_DIR}/src - LINK_LIBRARIES - PUBLIC - openvino::runtime - openvino::reference - openvino::interpreter_backend - openvino::runtime::dev - common_test_utils - ADD_CLANG_FORMAT -) - -ov_build_target_faster(${TARGET_NAME} - UNITY - PCH PRIVATE "src/precomp.hpp" -) - -# install & export - -ov_developer_package_export_targets(TARGET ${TARGET_NAME} - INSTALL_INCLUDE_DIRECTORIES "${PUBLIC_HEADERS_DIR}/") diff --git a/src/tests/ov_helpers/ov_models/include/ov_models/preprocess/preprocess_builders.hpp b/src/tests/ov_helpers/ov_models/include/ov_models/preprocess/preprocess_builders.hpp deleted file mode 100644 index 613e7449055f40..00000000000000 --- a/src/tests/ov_helpers/ov_models/include/ov_models/preprocess/preprocess_builders.hpp +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright (C) 2018-2023 Intel Corporation -// SPDX-License-Identifier: Apache-2.0 -// - -// TODO (vurusovs): delete after migration of NVidia and NPU - -#pragma once - -#include "common_test_utils/subgraph_builders/preprocess_builders.hpp" \ No newline at end of file diff --git a/src/tests/ov_helpers/ov_models/include/ov_models/utils/data_utils.hpp b/src/tests/ov_helpers/ov_models/include/ov_models/utils/data_utils.hpp deleted file mode 100644 index 04ef30a9e1a234..00000000000000 --- a/src/tests/ov_helpers/ov_models/include/ov_models/utils/data_utils.hpp +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright (C) 2018-2023 Intel Corporation -// SPDX-License-Identifier: Apache-2.0 -// - -// TODO (vurusovs): delete after migration of NVidia and NPU - -#pragma once - -#include "common_test_utils/data_utils.hpp" \ No newline at end of file diff --git a/src/tests/ov_helpers/ov_models/src/precomp.hpp b/src/tests/ov_helpers/ov_models/src/precomp.hpp deleted file mode 100644 index 0105651c75f5ce..00000000000000 --- a/src/tests/ov_helpers/ov_models/src/precomp.hpp +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright (C) 2018-2023 Intel Corporation -// SPDX-License-Identifier: Apache-2.0 -// - -#pragma once - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include diff --git a/src/tests/ov_helpers/ov_models/src/preprocess_builders.cpp b/src/tests/ov_helpers/ov_models/src/preprocess_builders.cpp deleted file mode 100644 index ad7322973b3b49..00000000000000 --- a/src/tests/ov_helpers/ov_models/src/preprocess_builders.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (C) 2018-2023 Intel Corporation -// SPDX-License-Identifier: Apache-2.0 -// - -// TODO (vurusovs): delete after migration of NVidia and NPU - -#include "ov_models/preprocess/preprocess_builders.hpp" \ No newline at end of file