removing redundant statement in ov::descriptor::Tensor::Tensor
(#18098)
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
This commit is contained in:
parent
e7cd113a47
commit
fdfafbb7d2
@ -15,7 +15,6 @@ ov::descriptor::Tensor::Tensor(const element::Type& element_type,
|
|||||||
: m_element_type(element_type),
|
: m_element_type(element_type),
|
||||||
m_partial_shape(pshape),
|
m_partial_shape(pshape),
|
||||||
m_shape_changed(true) {
|
m_shape_changed(true) {
|
||||||
m_name_it = m_names.cend();
|
|
||||||
set_names(names);
|
set_names(names);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user