1. 06 Dec, 2022 3 commits
  2. 05 Dec, 2022 4 commits
  3. 02 Dec, 2022 3 commits
    • Charlie Lin's avatar
      Refactor non-standard literal construction (#1443) · fdc3f00a
      Charlie Lin authored
      Fix problem with the contiguous operator constructing non-standard shape literals.  A non-standard literal will almost never be used, since a literal is known at compile time.  Added some comments on the intended behavior:
      
      - literal{shape, vector} constructor with a non-standard shape is intended to keep the same ordering as the given vector. The data buffer will be populated such that when the non-standard indexing is used the original order is as given.
      - literal{shape, argument} constructor directly copies the data buffer from the argument
      - Changed non-standard literal fill() to use tensor_view iterators as it handles non-standard shapes now
      - Changed the contiguous ref_ops_test to be more helpful
      fdc3f00a
    • Brian Pickrell's avatar
      add missing ONNX test file · 0f8ea2e4
      Brian Pickrell authored
      0f8ea2e4
    • Charlie Lin's avatar
      Dynamic ref pooling (#1449) · 0e40ebaa
      Charlie Lin authored
      Extends the pooling operators for dynamic shape inputs
      
      AveragePooling
      GlobalAveragePooling
      MaxPooling
      GlobalMaxPooling
      LpNormPooling
      GlobalLpNormPooling
      y.github.com>
      0e40ebaa
  4. 01 Dec, 2022 1 commit
  5. 28 Nov, 2022 1 commit
  6. 17 Nov, 2022 3 commits
  7. 15 Nov, 2022 1 commit
  8. 14 Nov, 2022 1 commit
  9. 13 Nov, 2022 1 commit
    • Charlie Lin's avatar
      Dyn ref multibroadcast; dyn binary (#1423) · d73c6d7c
      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
      d73c6d7c
  10. 08 Nov, 2022 1 commit
  11. 07 Nov, 2022 1 commit
  12. 04 Nov, 2022 1 commit
  13. 03 Nov, 2022 7 commits
  14. 02 Nov, 2022 6 commits
  15. 01 Nov, 2022 2 commits
  16. 31 Oct, 2022 4 commits