- 13 Dec, 2022 1 commit
-
-
kahmed10 authored
-
- 08 Dec, 2022 4 commits
-
-
charlie authored
-
charlie authored
-
Charlie Lin authored
No major changes required, use dyn_output and pass dynamic shape when calling compute_shape() Adds dynamic shape tests
-
Charlie Lin authored
Changes flatten's compute_shape() to handle dynamic shapes Calculates the flattened shape with the min, max, and opt
-
- 07 Dec, 2022 4 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
Misc. style changes. Added a shape test and an onnx test for the case of reduce op. with no axes specified (should reduce all axes). The new Onnx test case is stll under construction and doesn't pass.
-
Charlie Lin authored
Extends the Argmax operator to handle dynamic input shapes. Only shape function changes
-
- 06 Dec, 2022 4 commits
-
-
charlie authored
-
charlie authored
-
charlie authored
-
Charlie Lin authored
Extends unsqueeze and squeeze to work for dynamic input shapes Does not handle the steps parameter Adds some additional negative axes shape tests
-
- 05 Dec, 2022 4 commits
-
-
Brian Pickrell authored
Onnx test fixes: corrected op name and restored the abs instruction mistakenly removed from reduce_L1 test file
-
Brian Pickrell authored
-
Brian Pickrell authored
Onnx test fixes: Removed a superfluous "abs" op from reducel1_dyn_test. Changed output of reducemax_dyn_test to be dynamic. Includes an updated Onnx test file
-
Brian Pickrell authored
-
- 02 Dec, 2022 2 commits
-
-
Brian Pickrell authored
-
Charlie Lin authored
Extends the pooling operators for dynamic shape inputs AveragePooling GlobalAveragePooling MaxPooling GlobalMaxPooling LpNormPooling GlobalLpNormPooling y.github.com>
-
- 01 Dec, 2022 1 commit
-
-
Brian Pickrell authored
-
- 28 Nov, 2022 1 commit
-
-
Charlie Lin authored
Extends ref transpose operator for dynamic shapes Make dynamic tests more consistent naming
-
- 21 Nov, 2022 2 commits
- 17 Nov, 2022 1 commit
-
-
charlie authored
-
- 16 Nov, 2022 3 commits
- 15 Nov, 2022 1 commit
-
-
charlie authored
-
- 13 Nov, 2022 1 commit
-
-
Charlie Lin authored
Updated Multibroadcast op to have a two input version for dynamic shapes Current dynamic shape broadcasting logic dynamic_dimensions must be the same or one of them is {1, 1, 0} or {1, 1, 1} Works for dyn-dyn, dyn-static, and static-static shape combinations Changed common.cpp for multibroadcasting for binary ops with dynamic shapes Extended binary.hpp for dynamic shapes to test the new common.cpp stuff
-
- 08 Nov, 2022 1 commit
-
-
charlie authored
-
- 07 Nov, 2022 1 commit
-
-
Brian Pickrell authored
-
- 03 Nov, 2022 1 commit
-
-
charlie authored
-
- 02 Nov, 2022 1 commit
-
-
charlie authored
-
- 01 Nov, 2022 2 commits
-
-
Ted Themistokleous authored
Newer split moves the split attribute to an input. In this case we check the number of input args then.
-
charlie authored
-
- 31 Oct, 2022 2 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 27 Oct, 2022 1 commit
-
-
Chris Austen authored
Upgraded Dockerfiles and fixed tidy issues to make Ubuntu 20.04 and ROCm 5.3.0 the default
-
- 26 Oct, 2022 1 commit
-
-
charlie authored
-
- 24 Oct, 2022 1 commit
-
-
charlie authored
-