Skip to content

Added reverse and pop operations to PyTorch frontend #30101

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

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

Conversation

geeky33
Copy link
Contributor

@geeky33 geeky33 commented Apr 13, 2025

Details:

  • Added initial support for aten::reverse to handle list reversal in traced Torch models

  • Implemented logic for aten::pop to support popping elements from lists

Tickets:

#29630

geeky33 and others added 30 commits January 3, 2025 01:56
@geeky33 geeky33 requested a review from a team as a code owner April 13, 2025 23:01
@geeky33 geeky33 requested review from eaidova and cavusmustafa April 13, 2025 23:01
@github-actions github-actions bot added the category: PyTorch FE OpenVINO PyTorch Frontend label Apr 13, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Apr 13, 2025
@mlukasze
Copy link
Contributor

build_jenkins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: PyTorch FE OpenVINO PyTorch Frontend ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Good First Issue]: Support request for aten::pop and aten::reverse
3 participants