- 16 Nov, 2023 2 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 15 Nov, 2023 1 commit
-
-
Brian Pickrell authored
-
- 10 Nov, 2023 1 commit
-
-
Brian Pickrell authored
-
- 09 Nov, 2023 10 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Charlie Lin authored
-
dependabot[bot] authored
-
Artur Wojcik authored
-
Charlie Lin authored
-
Charlie Lin authored
-
Ahsan Saghir authored
Removes numpy dependency from test_gpu.py test and re-enables Python tests for Python 3.6.
-
- 08 Nov, 2023 7 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
-
Charlie Lin authored
Simplifies dimensions_of instructions to a literal when possible. Intended to be used after the split_single_dyn_dim pass.
-
dependabot[bot] authored
-
kahmed10 authored
-
- 07 Nov, 2023 5 commits
-
-
github-actions[bot] authored
-
Paul Fultz II authored
-
Zakor Gyula authored
-
Chris Austen authored
-
Zakor Gyula authored
-
- 06 Nov, 2023 1 commit
-
-
Lisa authored
-
- 04 Nov, 2023 3 commits
-
-
Artur Wojcik authored
-
Ahsan Saghir authored
Disable python tests on Python 3.6 temporarily till we remove numpy dependencies from the tests using them. Different versions of Python are compatible with different versions of numpy, so we need to remove numpy dependency.
-
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 3 commits
-
-
Brian Pickrell authored
responses to some PR comments, new parsing tests, and removed an IF block that blocked a needed check
-
Artur Wojcik authored
-
Brian Pickrell authored
-
- 02 Nov, 2023 2 commits
-
-
Chris Austen authored
-
Brian Pickrell authored
-
- 01 Nov, 2023 3 commits
-
-
Brian Pickrell authored
Added another check to a verify_onnx test. Dynamic and static input versions with same attributes and inputs go through different code paths but should give same result.
-
kahmed10 authored
-
Chris Austen authored
-
- 31 Oct, 2023 2 commits
-
-
github-actions[bot] authored
-
Paul Fultz II authored
-