Skip to content

Commit a7c339c

Browse files
committed
fix
1 parent f03d873 commit a7c339c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/core/dev_api/openvino/runtime/itensor.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
#pragma once
66

7-
#include <cstdint>
87
#include <memory>
98

109
#include "openvino/core/coordinate.hpp"

src/core/src/runtime/tensor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ Tensor read_tensor_data_mmap_impl(std::shared_ptr<ov::MappedMemory> mapped_memor
207207
const ov::PartialShape& partial_shape,
208208
size_t offset_in_bytes) {
209209
auto static_shape = calc_static_shape_for_file(mapped_memory->size(), element_type, partial_shape, offset_in_bytes);
210-
auto mmap_id = mapped_memory->get_id();
211210
auto shared_buffer =
212211
std::make_shared<ov::SharedBuffer<std::shared_ptr<ov::MappedMemory>>>(mapped_memory->data() + offset_in_bytes,
213212
mapped_memory->size() - offset_in_bytes,

0 commit comments

Comments
 (0)