update file location for 2023.0 release (#17034)

This commit is contained in:
Shen, Wanglei
2023-04-19 14:38:23 +08:00
committed by GitHub
parent 2401b0aa3c
commit 626caf7f2a
3 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
//
#include "openvino/runtime/threading/cpu_map_scheduling.hpp"
#include "cpu_map_scheduling.hpp"
#include "ie_system_conf.h"

View File

@@ -6,8 +6,8 @@
#include <ie_system_conf.h>
#include <common_test_utils/test_common.hpp>
#include <openvino/runtime/threading/cpu_map_scheduling.hpp>
#include "cpu_map_scheduling.hpp"
#include "cpu_streams_calculation.hpp"
using namespace testing;