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

Closed
wants to merge 13 commits into from
Closed

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

Copy link
Contributor

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Jun 30, 2024
Copy link
Contributor

github-actions bot commented Jul 8, 2024

This PR was closed because it has been stalled for 2 week with no activity.

@github-actions github-actions bot closed this Jul 8, 2024
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 Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants