diff --git a/src/core/src/descriptor/tensor.cpp b/src/core/src/descriptor/tensor.cpp index 09fc247c37b..bdb44bf782d 100644 --- a/src/core/src/descriptor/tensor.cpp +++ b/src/core/src/descriptor/tensor.cpp @@ -15,7 +15,6 @@ ov::descriptor::Tensor::Tensor(const element::Type& element_type, : m_element_type(element_type), m_partial_shape(pshape), m_shape_changed(true) { - m_name_it = m_names.cend(); set_names(names); }