* [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> |
||
|---|---|---|
| .. | ||
| conditional_compilation | ||
| fuzz | ||
| layer_tests | ||
| lib | ||
| lsan | ||
| memory_tests | ||
| samples_tests | ||
| stress_tests | ||
| time_tests | ||
| utils | ||