- 17 Nov, 2023 6 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
- 16 Nov, 2023 7 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Artur Wojcik authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
- 15 Nov, 2023 5 commits
-
-
shivadbhavsar authored
Reworked the simplify_qdq pass to support: Per-axis quantization (ie. allow 1D scales and zero points) Allow broadcast and transpose ops between dq and quant_op
-
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.
-
Umang Yadav authored
-
Umang Yadav authored
-
Ted Themistokleous authored
Remove contiguous from simplify algebra passes for reshape op Remove contiguous from fuse_pointwise for reshape op
-
- 14 Nov, 2023 5 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
- 13 Nov, 2023 3 commits
-
-
Paul Fultz II authored
-
Artur Wojcik authored
-
Umang Yadav authored
-
- 10 Nov, 2023 6 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Umang Yadav authored
-
Artur Wojcik authored
-
Artur Wojcik authored
-
Umang Yadav authored
-
- 09 Nov, 2023 4 commits
-
-
Umang Yadav authored
-
Umang Yadav authored
-
Charlie Lin authored
-
Artur Wojcik authored
-
- 08 Nov, 2023 4 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
-
Brian Pickrell authored
-