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 GitHub
parent ff7b49c14d
commit caa81a0b3c
2 changed files with 0 additions and 2 deletions

View File

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

View File

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