Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop optimization #24505

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

evkotov
Copy link
Contributor

@evkotov evkotov commented May 14, 2024

Details:

  • Optimize loop after TF FE

Tickets:

  • 136813

@evkotov evkotov requested review from itikhono and rkazants May 14, 2024 10:52
@evkotov evkotov requested a review from a team as a code owner May 14, 2024 10:52
@github-actions github-actions bot added the category: transformations OpenVINO Runtime library - Transformations label May 14, 2024
@evkotov evkotov requested a review from a team as a code owner May 15, 2024 13:43
@github-actions github-actions bot added the category: AUTO BATCH OpenVINO Auto Batch plugin label May 15, 2024
@github-actions github-actions bot removed the category: AUTO BATCH OpenVINO Auto Batch plugin label May 15, 2024
@itikhono
Copy link
Contributor

please provide more details in the description section
Details:
Optimize loop after TF FE

auto loop = as_type_ptr<ov::op::v5::Loop>(subgraph);

// clone model since we will update it for the new loop
auto body_model = subgraph->get_function()->clone();
Copy link
Contributor

Choose a reason for hiding this comment

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

please do not clone the original model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: transformations OpenVINO Runtime library - Transformations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants