Skip to content

support aten::reverse#36477

Open
SiddharthV147 wants to merge 8 commits into
openvinotoolkit:masterfrom
SiddharthV147:master
Open

support aten::reverse#36477
SiddharthV147 wants to merge 8 commits into
openvinotoolkit:masterfrom
SiddharthV147:master

Conversation

@SiddharthV147

@SiddharthV147 SiddharthV147 commented Jun 19, 2026

Copy link
Copy Markdown

Details:

  • Added PyTorch frontend support for the aten::reverse operation

Tickets:

@SiddharthV147 SiddharthV147 requested a review from a team as a code owner June 19, 2026 07:23
@github-actions github-actions Bot added the category: PyTorch FE OpenVINO PyTorch Frontend label Jun 19, 2026
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Jun 19, 2026
@SiddharthV147 SiddharthV147 reopened this Jun 19, 2026
([2, 2, 2], [2]),
])
@pytest.mark.parametrize("dtype", [np.float32, np.int32])
def test_reverse(self, shape, dims, dtype, ie_device, precision, ir_version):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This test is not added in precommit scope and doesn't verify that aten::reverse is present in the graph. Please fix that, current implementation doesn't seem to reproduce aten::reverse case

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.

3 participants