"src/targets/gpu/device/cos.cpp" did not exist on "fdce629342fa5f694e790d5f4c04a964a237aa8a"
- 24 Jan, 2022 1 commit
-
-
Shucai Xiao authored
-
- 18 Oct, 2021 1 commit
-
-
Paul Fultz II authored
Enable a cppcheck rule to catch these redundant casts in the future
-
- 16 Jun, 2021 1 commit
-
-
Shucai Xiao authored
* backup implementation of resize enhancement * clang format * code backup for the resize * clang format * fix build error for resize operator * clang format * tmp code backup * clang format * code backup * clang format * remove changes in parse_resize * remove unnecessary changes * clang format * add unit test for the bug * clang format * remove print code * remove a semi-colon * clang format * fix a tidy error * clang format * add contiguous for nonstd input for the resize operator * clang format * code backup * clang format * fix build error * code backup * clang format * code backup * code backup * clang format * add unit tests for resize_linear * clang format * refine a function name * clang format * fix cppcheck error * clang format * fix cppcheck error * fix review comments * clang format * backup code changes * clang format * add unit tests for resize operator * clang format * remove an unused header file * remove an unused header file * remove unrelated unit tests * refine parsing resize inputs * clang format * fix cppcheck error * fix cppcheck error * remove unnecessary code * clang format * fix cppcheck error * clang format * fixed a bug * clang format * fix review comments * clang format Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-
- 07 Apr, 2021 1 commit
-
-
Shucai Xiao authored
* add a contiguous check before the reshape in parsing resize * clang format * add a unit test to the fix in parse_resize * clang format
-
- 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>
-