Skip to content

Conversation

@evkotov
Copy link
Contributor

@evkotov evkotov commented Dec 5, 2025

Details:

  • Remove deprecated create_ie_output_name and get_ie_output_name functions from transformations/utils/utils.hpp
  • Replace usages with inline code in icompiled_model.cpp, model_reader.cpp, and convert_nms9_to_nms_ie_internal.cpp
  • Remove dead code (unused variable) in convert_maxpool_downgrade.cpp

This change was originally implemented in #26855 but that PR was closed due to unrelated Nvidia plugin issues.

Tickets:

  • 174875

@evkotov evkotov self-assigned this Dec 5, 2025
@evkotov evkotov added the category: transformations OpenVINO Runtime library - Transformations label Dec 5, 2025
@evkotov evkotov requested review from a team as code owners December 5, 2025 15:36
@github-actions github-actions bot added the category: inference OpenVINO Runtime library - Inference label Dec 5, 2025
#include "itt.hpp"
#include "openvino/core/descriptor/tensor.hpp"
#include "openvino/core/graph_util.hpp"
#include "openvino/core/rt_info.hpp"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add this import? It looks like we only remove code from this file, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: inference OpenVINO Runtime library - Inference category: transformations OpenVINO Runtime library - Transformations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants