- 30 Nov, 2023 1 commit
-
-
Lakhinder Walia authored
Ref Unique Operator only
-
- 29 Nov, 2023 1 commit
-
-
Umang Yadav authored
-
- 28 Nov, 2023 1 commit
-
-
music-dino authored
Add min and max reduction modes Implement duplicate index handling Add corresponding reference, onnx, and verify tests.
-
- 27 Nov, 2023 1 commit
-
-
Zakor Gyula authored
-
- 22 Nov, 2023 2 commits
-
-
Zakor Gyula authored
-
Mirza Halilčević authored
Introduce dilations attribute to pooling operators reference implementation.
-
- 21 Nov, 2023 1 commit
-
-
Artur Wojcik authored
-
- 17 Nov, 2023 1 commit
-
-
Zakor Gyula authored
-
- 15 Nov, 2023 1 commit
-
-
nives-vukovic authored
Since ONNX opset version 14, layout attribute has been introduced to LSTM operator which allows two predefined layouts for input and output shapes. Add corresponding reference, onnx, and verify tests.
-
- 09 Nov, 2023 1 commit
-
-
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 1 commit
-
-
Brian Pickrell authored
-
- 25 Oct, 2023 1 commit
-
-
Attila Dusnoki authored
-
- 20 Oct, 2023 3 commits
-
-
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
-
- 10 Sep, 2023 1 commit
-
-
Lakhinder Walia authored
Reduce memory footprint by std::move of temporary (potentially very large) containers. Minor cleanup for performance optimization: e.g. of Index() calculation -- which can get repeated millions of times in large tensors/vectors in a single Visit.
-
- 29 Aug, 2023 1 commit
-
-
Brian Pickrell authored
Adds support for dynamic input shape in pooling operator along with auto-padding. This combination requires that the padding (and therefore the output shape) can't be computed until runtime.
-
- 21 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 18 Aug, 2023 1 commit
-
-
Charlie Lin authored
Allows slice to work with variable starts, ends, and axes input Outputs a dynamic shape even with a static shape data input when the starts and ends are variable
-