File tree 4 files changed +0
-224
lines changed
4 files changed +0
-224
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ class IGraph : public std::enable_shared_from_this<IGraph> {
36
36
virtual ~IGraph () = default ;
37
37
38
38
const NetworkMetadata& get_metadata () const ;
39
- const BlobContainer& get_blob_container () const ;
40
39
ze_graph_handle_t get_handle () const ;
41
40
42
41
void update_network_name (std::string_view name);
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ const NetworkMetadata& IGraph::get_metadata() const {
27
27
return _metadata;
28
28
}
29
29
30
- const BlobContainer& IGraph::get_blob_container () const {
31
- return *_blobPtr;
32
- }
33
-
34
30
ze_graph_handle_t IGraph::get_handle () const {
35
31
return _handle;
36
32
}
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ set(MANDATORY_UNIT_TESTS_LIBS
10
10
"openvino::gtest"
11
11
"openvino::gtest_main"
12
12
"openvino::runtime"
13
- "openvino_runtime_s"
14
13
"openvino::npu_common"
15
14
"openvino::npu_al"
16
15
"openvino::npu_logger_utils"
@@ -30,7 +29,6 @@ ov_add_test_target(
30
29
${OpenVINO_SOURCE_DIR} /src/plugins/intel_npu/src/utils/include
31
30
${OpenVINO_SOURCE_DIR} /src/plugins/intel_npu/src/plugin/include
32
31
${OpenVINO_SOURCE_DIR} /src/plugins/intel_npu/src/al/include
33
- $<TARGET_PROPERTY:openvino_runtime,INTERFACE_INCLUDE_DIRECTORIES >
34
32
OBJECT_FILES
35
33
${OpenVINO_SOURCE_DIR} /src/plugins/intel_npu/src/plugin/src/metadata.cpp
36
34
LINK_LIBRARIES
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments