openvino/tests
Piotr Krzemiński 0860db0dc3
[PT FE] Add aten::ArgSort & aten::Sort (#15769)
* [PT FE] Add aten::argsort implementation & tests

* [PT FE] Fix formatting

* [PT FE] Fix incorrect node type for Gather

* [PT FE] Fix Reshape missing argument

* [PT FE] Simplify syntax, fix int/int64 conversion error

* [PT FE] Fix argsort incorrectly sorting negative dimension, fix tests

* [PT FE] Revert modify test class

* [PT FE] Fix formatting of argsort

* [PT FE] Fix define macro style

* [PT FE] Add missing EOF

* [PT FE] Add stable==false check, add support for different constructor calls

* [PT FE] Add aten::sort implementation & tests

* [PT FE] Apply style changes, add XFail test for stable sorting

* Update sort.cpp

* Update sort.cpp

* [PT FE] Apply style changes from aten::sort t PR

* Update test_argsort.py

* [PT FE] Apply suggested modifications

* Update test_argsort.py

* [PT FE] Apply review suggestions, add tests and extract sort method to utils

* [PT FE] Use utils sort function to implement argsort

* [PT FE] Fix input size check 4->5

* [PT FE] Implement improved tests

* [PT FE] Implement improved tests

* [PT FE] Add xfail to not yet supported tests

* [PT FE] Merge 2 implementations of sort and argsort into a single file

* [PT FE] Remove redundant sort_elements from utils

* [PT FE] Add num_inputs_check

---------

Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
2023-03-05 20:12:32 +01:00
..
conditional_compilation Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
fuzz Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
layer_tests [PT FE] Add aten::ArgSort & aten::Sort (#15769) 2023-03-05 20:12:32 +01:00
lib Correct random number generation (#15644) 2023-02-14 11:16:49 +01:00
lsan Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
memory_tests Remove myriad plugin (#15131) 2023-01-18 15:19:44 +04:00
samples_tests Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
stress_tests Introduce ov::ICore (#15096) 2023-01-20 13:43:48 +04:00
time_tests enable first_inference_latency (first_inference+time_to_inference) (#14829) 2023-01-23 19:48:07 +03:00
utils Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00