Remove use of legacy ng/runtime/shared_buffer.hpp (#20840)

This commit is contained in:
Vitaliy Urusovskij 2023-11-03 09:09:49 +04:00 committed by Alexander Nesterov
parent 9367d296dc
commit 2283acc7e3
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
#include <pugixml.hpp> #include <pugixml.hpp>
#include <regex> #include <regex>
#include "ngraph/runtime/shared_buffer.hpp"
#include "openvino/core/except.hpp" #include "openvino/core/except.hpp"
#include "openvino/core/meta_data.hpp" #include "openvino/core/meta_data.hpp"
#include "openvino/core/type/element_type.hpp" #include "openvino/core/type/element_type.hpp"

View File

@ -7,7 +7,6 @@
#include "helper_ops/string_constant.hpp" #include "helper_ops/string_constant.hpp"
#include "helper_ops/unsupported_constant.hpp" #include "helper_ops/unsupported_constant.hpp"
#include "input_model.hpp" #include "input_model.hpp"
#include "ngraph/runtime/shared_buffer.hpp"
#include "openvino/opsets/opset8.hpp" #include "openvino/opsets/opset8.hpp"
#include "openvino/runtime/shared_buffer.hpp" #include "openvino/runtime/shared_buffer.hpp"
#include "openvino/util/mmap_object.hpp" #include "openvino/util/mmap_object.hpp"