forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove `set_preprocess.cpp` * Remove `preprocessing.hpp` * Remove `locale.hpp` - ported to `CanCompileModelWithCustomLocale` * Port `version.cpp` and remove legacy * Revert shared `version.hpp`
- Loading branch information
Showing
12 changed files
with
64 additions
and
1,341 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Copyright (C) 2018-2023 Intel Corporation | ||
// SPDX-License-Identifier: Apache-2.0 | ||
// | ||
|
||
#include "behavior/ov_plugin/version.hpp" | ||
|
||
namespace ov { | ||
namespace test { | ||
namespace behavior { | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_Multi_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_MULTI), | ||
VersionTests::getTestCaseName); | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_Auto_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_AUTO), | ||
VersionTests::getTestCaseName); | ||
|
||
} // namespace behavior | ||
} // namespace test | ||
} // namespace ov |
18 changes: 0 additions & 18 deletions
18
src/plugins/auto/tests/functional/shared_tests_instances/behavior/plugin/version.cpp
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/plugin/version.cpp
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
.../intel_gpu/tests/functional/shared_tests_instances/behavior/executable_network/locale.cpp
This file was deleted.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Copyright (C) 2018-2023 Intel Corporation | ||
// SPDX-License-Identifier: Apache-2.0 | ||
// | ||
|
||
#include "behavior/ov_plugin/version.hpp" | ||
|
||
namespace ov { | ||
namespace test { | ||
namespace behavior { | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_GPU), | ||
VersionTests::getTestCaseName); | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_Hetero_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_HETERO), | ||
VersionTests::getTestCaseName); | ||
|
||
} // namespace behavior | ||
} // namespace test | ||
} // namespace ov |
16 changes: 0 additions & 16 deletions
16
src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/plugin/version.cpp
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// Copyright (C) 2018-2023 Intel Corporation | ||
// SPDX-License-Identifier: Apache-2.0 | ||
// | ||
|
||
#include "behavior/ov_plugin/version.hpp" | ||
|
||
namespace ov { | ||
namespace test { | ||
namespace behavior { | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_TEMPLATE), | ||
VersionTests::getTestCaseName); | ||
|
||
} // namespace behavior | ||
} // namespace test | ||
} // namespace ov |
18 changes: 0 additions & 18 deletions
18
src/plugins/template/tests/functional/shared_tests_instances/behavior/plugin/version.cpp
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
src/tests/functional/plugin/shared/include/behavior/executable_network/locale.hpp
This file was deleted.
Oops, something went wrong.
143 changes: 0 additions & 143 deletions
143
src/tests/functional/plugin/shared/include/behavior/plugin/preprocessing.hpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.