"lightx2v/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "e821eebfb328d41d02d982a1a1731888ee5aaf42"
- 08 Nov, 2023 1 commit
-
-
Charlie Lin authored
Fixes an issue that comes up for variable input slice with steps set manually in ONNX to default 1's.
-
- 25 Oct, 2023 1 commit
-
-
Attila Dusnoki authored
-
- 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
-
- 15 Feb, 2023 1 commit
-
-
Brian Pickrell authored
Add dynamic shape support to slice operator. First draft of this feature doesn't support ops slicing non-fixed, dynamic axes. Resulting shape in such cases is not guaranteed.* Also, onnx parsing doesn't support any arguments other than "axes".
-
- 22 Jun, 2022 1 commit
-
-
Ted Themistokleous authored
Updated each source file in the repo with the existing license.
-
- 01 Jul, 2021 1 commit
-
-
Cagri Eryilmaz authored
* slice+step+reverse: parsing + onnxfile + test * cleanup * updates for step operator, abs axis * test updates * updates to tests * slice+reverse verify test * verify test for slice+step+reverse * clang format * reverse with lens * simplify normalize_compute_shape * step op: normalization for axes * clang format * change of order: fixing wrong functionality in some cases * test for slice,reverse,step * clang format Co-authored-by:Paul Fultz II <pfultz2@yahoo.com>
-
- 10 Jun, 2021 1 commit
-
-
Cagri Eryilmaz authored
* init reverseOp branch: ref op + ref test. WIP * first passing basic test * cleanup * additional axis implementation * additional test * ref op implementation vec to int for axis * ref op test change for axis * initial gpu files and test * updates to implementation and test * fixed some issues * clang format * cleanup * formatting * removing comments * changes to parse_slice.cpp debug copy * cleanup + additional axis for reverse instruction * formatting * remove local size, back to default * update tests: replace with std functions * multiple axis for reverse op * fix a build error * clang format * changes to parse_slice.cpp debug copy * cleanup + additional axis for reverse instruction * formatting * axes update to parse slice * typo * more tests * fix a bug for the reverse device function * clang format * fix a bug * clang format * ref test updates, multiaxis * formatting * formatting, cleanup bool op * casting for tidy warning * tidy fix * remove bool, add steps, check only negative axis * clang-format * step op for parse slice * cleanup & format * missing axis for logsoftmax_nonstd_input_test * updated onnx file for logsoftmax_nonstd_input_test * updates to parse slice. tests for slice+reverse, slice+step+reverse * removing tests for slice+step+reverse as step requires normalization, will move it to other branch. removed related lines and tests * duplicate test removal * some refinement of the code * clang format * undefined behavior fix * undef behavior v2 * formatting * formatting & updates * change to parse slice * update to parse_slice for undef/asan + test update * formatting * remove header, no if * assertions + change the loop from axis to steps for logsoftmax test segfault Co-authored-by:
Shucai Xiao <Shucai.Xiao@amd.com> Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 19 Dec, 2020 1 commit
-
-
Paul Fultz II authored
* Load op when serializing * Formatting * Add missing clip field * Use make_op almost everywhere * Formatting * More make ops for rnns * Get rid of spaces * Formatting * Remove operators headers * Formatting * Remove unused op headers * Increase line threshold * Refactor onnx_parser class * Formatting * Add op_parser * Formatting * Remove old onnx drivers * Use file GLOB * Parse arg ops * Formatting * Add pooling * Formatting * Add parse_natchnorm * Add more operators * Formatting * Add more operators * Formatting * Add more operators * Formatting * Add more operators * Add rnn operators * Formatting * Fix tidy issues * Formatting * Add back missing param * Formatting * Fix shadow variable * Fix shadow in declaration * Make global constant * Formatting * Add generic op * Formatting * Add binary op * Formatting * Add variadiac op * Formatting * Remove unused fields and functions * Set default values * Formatting * Remove unused member variable * Add add literal overload * Use info.add_literal * Formatting * Call add_instruction through info class * Fix tidy issues * Formatting Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-