openvino
Implemented aten::rot90 operation in pytorch frontend
#33177
Merged

Implemented aten::rot90 operation in pytorch frontend #33177

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

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone