[Tests][CPU] Move is_inf tests to proper place. (#14559)

This commit is contained in:
Nikolay Shchegolev 2022-12-12 15:56:37 +04:00 committed by GitHub
parent 9e3b2e0b38
commit ce5c0ff1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
//
#include <vector>
#include "single_layer_tests/is_inf.hpp"
#include "shared_test_classes/single_layer/is_inf.hpp"
using namespace ov::test;
using namespace ov::test::subgraph;

View File

@ -2,9 +2,9 @@
// SPDX-License-Identifier: Apache-2.0
//
#include "single_layer_tests/is_inf.hpp"
#include "shared_test_classes/single_layer/is_inf.hpp"
#include "ngraph_functions/builders.hpp"
#include "ie_test_utils/common_test_utils/ov_tensor_utils.hpp"
#include "common_test_utils/ov_tensor_utils.hpp"
#include "ie_plugin_config.hpp"
using namespace ov::test::subgraph;