- 15 Nov, 2023 1 commit
-
-
Brian Pickrell authored
-
- 10 Nov, 2023 1 commit
-
-
Brian Pickrell authored
-
- 09 Nov, 2023 2 commits
-
-
Brian Pickrell authored
-
Charlie Lin authored
-
- 08 Nov, 2023 3 commits
-
-
Zakor Gyula authored
The inaccuracy was caused by ONNX round requires nearest integer rounding for halway (0.5) cases. std::round rounds away from zero, thus giving wrong results with halfway cases. Replaced std::round with std::nearbyint which uses the correct rounding by default.
-
Charlie Lin authored
Fixes an issue that comes up for variable input slice with steps set manually in ONNX to default 1's.
-
Attila Dusnoki authored
-
- 07 Nov, 2023 2 commits
-
-
Zakor Gyula authored
-
Zakor Gyula authored
-
- 04 Nov, 2023 1 commit
-
-
Mirza Halilčević authored
Since opset version 18, the Split operator allows splitting into unevenly sized outputs when the split input is not present, and a num_outputs attribute has been introduced.
-
- 03 Nov, 2023 2 commits
-
-
Brian Pickrell authored
responses to some PR comments, new parsing tests, and removed an IF block that blocked a needed check
-
Brian Pickrell authored
-
- 27 Oct, 2023 1 commit
-
-
Brian Pickrell authored
-
- 26 Oct, 2023 4 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 25 Oct, 2023 1 commit
-
-
Attila Dusnoki authored
-
- 24 Oct, 2023 2 commits
-
-
Brian Pickrell authored
comment cleanup, some test fixes, minor refactoring of parse_resize. onnx_test still fails; needs to be updated with new instructions.
-
Brian Pickrell authored
comment cleanup, some test fixes, minor refactoring of parse_resize. onnx_test still fails; needs to be updated with new instructions.
-
- 20 Oct, 2023 4 commits
-
-
Brian Pickrell authored
-
Zakor Gyula authored
-
nives-vukovic authored
-
music-dino authored
-
- 18 Oct, 2023 1 commit
-
-
Zakor Gyula authored
-
- 17 Oct, 2023 3 commits
-
-
Attila Dusnoki authored
-
Attila Dusnoki authored
-
Charlie Lin authored
-
- 14 Oct, 2023 3 commits
-
-
Lakhinder Walia authored
Add support for the QLinearMatMul onnx operator
-
Lakhinder Walia authored
-
Lakhinder Walia authored
-
- 11 Oct, 2023 1 commit
-
-
Artur Wojcik authored
-
- 10 Oct, 2023 1 commit
-
-
Ted Themistokleous authored
-
- 06 Oct, 2023 1 commit
-
-
Lakhinder Walia authored
-
- 04 Oct, 2023 1 commit
-
-
Zakor Gyula authored
-
- 03 Oct, 2023 2 commits
-
-
Umang Yadav authored
-
Charlie Lin authored
Makes ConstantOfShape work with a variable dimensions input
-
- 21 Sep, 2023 1 commit
-
-
Chris Austen authored
* Rectify flipped coordinate_transformation_mode logic in ROIAlign * Handle both opset 10 and 16 versions * Fix version check and clang tidy warning Co-authored-by:Dino Musić <dino.music@htecgroup.com>
-
- 20 Sep, 2023 1 commit
-
-
Chris Austen authored
Add parsing support for value_float, value_floats, value_int, value_ints attributes Disable failing tests Resolves Test failures due to IndexError: _Map_base::at migraphx-benchmark/AMDMIGraphX#76
-
- 15 Sep, 2023 1 commit
-
-
Brian Pickrell authored
-