openvino
Implemented aten::rot90 operation in pytorch frontend
#33177
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
17
Changes
View On
GitHub
Implemented aten::rot90 operation in pytorch frontend
#33177
p-durandin
merged 17 commits into
openvinotoolkit:master
from
Vishwa2684:rot90_dev_goodfirst
Vishwa2684
requested a review
235 days ago
Vishwa2684
requested a review
from
PiotrKrzem
235 days ago
Vishwa2684
requested a review
from
cavusmustafa
235 days ago
github-actions
added
category: PyTorch FE
sys-openvino-ci
added
ExternalPR
Vishwa2684
changed the title
[PT FE] Added aten::rot90 operation #24088
[PT FE] Added aten::rot90 operation
235 days ago
Vishwa2684
changed the title
[PT FE] Added aten::rot90 operation
Implemented aten::rot90 operation in pytorch frontend
234 days ago
mvafin
requested changes on 2025-12-11
Vishwa2684
requested a review
from
mvafin
232 days ago
mvafin
requested a review
from
copilot-pull-request-reviewer
232 days ago
copilot-pull-request-reviewer
commented on 2025-12-12
mvafin
commented on 2025-12-12
Vishwa2684
requested a review
from
mvafin
232 days ago
Vishwa2684
force pushed
from
7f6a5be0
to
49be26fe
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
requested a review
212 days ago
Vishwa2684
removed review request
212 days ago
Vishwa2684
requested a review
from
ValentinaKats
212 days ago
Vishwa2684
removed review request
212 days ago
Vishwa2684
requested a review
from
artanokhov
212 days ago
Vishwa2684
requested a review
from
p-wysocki
212 days ago
Vishwa2684
removed review request
212 days ago
Vishwa2684
requested a review
from
mlukasze
212 days ago
Vishwa2684
removed review request
212 days ago
Vishwa2684
requested a review
from
CuriousPanCake
212 days ago
github-actions
added
category: inference
github-actions
added
category: Core
github-actions
added
category: IE Tests
github-actions
added
category: GPU
github-actions
added
category: CPU
github-actions
added
category: build
github-actions
added
category: Python API
github-actions
added
category: transformations
github-actions
added
category: samples
github-actions
added
category: CI
github-actions
added
category: docs
github-actions
added
category: ONNX FE
github-actions
added
category: dependency_changes
github-actions
added
category: AUTO
github-actions
added
category: TF FE
github-actions
added
category: CPP API
github-actions
added
github_actions
github-actions
added
no-match-files
github-actions
added
category: NPU
github-actions
added
category: dockerfiles
github-actions
added
category: JAX FE
github-actions
added
category: NPUW
github-actions
added
category: snippets
Vishwa2684
force pushed
from
49be26fe
to
0fe4b264
212 days ago
github-actions
removed
category: inference
github-actions
removed
category: Core
github-actions
removed
category: IE Tests
github-actions
removed
category: GPU
github-actions
removed
category: build
github-actions
removed
category: Python API
github-actions
removed
category: transformations
github-actions
removed
category: samples
github-actions
removed
category: ONNX FE
github-actions
removed
category: AUTO
github-actions
removed
category: TF FE
github-actions
removed
category: CPP API
github-actions
removed
no-match-files
github-actions
removed
category: NPU
github-actions
removed
category: dockerfiles
github-actions
removed
category: JAX FE
github-actions
removed
category: NPUW
github-actions
removed
category: snippets
praasz
commented on 2026-01-02
github-actions
removed
category: CPU
github-actions
removed
category: CI
github-actions
removed
category: docs
github-actions
removed
category: dependency_changes
github-actions
removed
github_actions
praasz
requested a review
from
copilot-pull-request-reviewer
211 days ago
copilot-pull-request-reviewer
commented on 2026-01-02
praasz
approved these changes on 2026-01-02
added rot90 translator in op_table.cpp
54320c12
Wrote test rot90 operation
4195cd12
added rot90 tests with pytorch implementation in layer_tests
5b49c834
Implemented dynamic shape handling and negative rotations for rot90 (…
15ad24d4
Vishwa2684
force pushed
162 days ago
Added new test cases testing with -ve k and -ve dims
969bd3d8
Used 'get_shape_rank' and 'normalize_axis' utils in 'rot90.cpp'
e92c0ffb
Cleanup
30a2d783
Vishwa2684
force pushed
to
30a2d783
162 days ago
mlukasze
requested a review
from
copilot-pull-request-reviewer
158 days ago
copilot-pull-request-reviewer
commented on 2026-02-25
Fixed naming conventions in test_rot90.py
e370750d
Added guard to optional inputs in rot90.cpp
e87033c7
mlukasze
requested a review
from
copilot-pull-request-reviewer
157 days ago
copilot-pull-request-reviewer
commented on 2026-02-26
Used get_input_concat_if_list in rot90.cpp
97c146f9
added rot90 in 'get_supported_ops_fx' list
683dbd82
added cases where k and dims are absent i.e. None
0dce8e7d
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
157 days ago
mlukasze
removed review request
from
ValentinaKats
157 days ago
github-actions
added
Stale
Vishwa2684
force pushed
to
0dce8e7d
140 days ago
Vishwa2684
force pushed
to
0dce8e7d
140 days ago
Vishwa2684
force pushed
to
0dce8e7d
140 days ago
Merge branch 'master' into rot90_dev_goodfirst
df7c0990
github-actions
removed
Stale
Vishwa2684
requested a review
from
praasz
139 days ago
Vishwa2684
force pushed
to
df7c0990
139 days ago
praasz
approved these changes on 2026-03-18
p-durandin
added this to the
2026.2
milestone
137 days ago
Merge branch 'master' into rot90_dev_goodfirst
089c453d
mvafin
requested a review
from
copilot-pull-request-reviewer
130 days ago
copilot-pull-request-reviewer
commented on 2026-03-25
Update tests/layer_tests/pytorch_tests/test_rot90.py
4266b97f
Merge branch 'master' into rot90_dev_goodfirst
c95eb3ee
mvafin
approved these changes on 2026-03-25
Added conversion checks for dims in rot90.cpp
15aa6e7d
Vishwa2684
requested a review
from
mvafin
129 days ago
p-durandin
approved these changes on 2026-03-31
p-durandin
merged
2027bca7
into master
124 days ago
Vishwa2684
deleted the rot90_dev_goodfirst branch
122 days ago
Login to write a write a comment.
Login via GitHub
Reviewers
p-durandin
mvafin
praasz
copilot-pull-request-reviewer
PiotrKrzem
cavusmustafa
artanokhov
p-wysocki
mlukasze
CuriousPanCake
Assignees
No one assigned
Labels
ExternalPR
category: PyTorch FE
Milestone
2026.2
Login to write a write a comment.
Login via GitHub