"examples/nas/cream/vscode:/vscode.git/clone" did not exist on "59521d330fee49b8d72f983a9c940aa51473cc81"
  1. 08 Dec, 2022 6 commits
    • Charlie Lin's avatar
      Dynamic ref dot operator (#1457) · d411aa69
      Charlie Lin authored
      Extends dot MIGX operator to handle dynamic input shapes
      Only allow dot between two dynamic shapes that have exactly matching outer dimensions
      Inner dimensions must also match correspondingly
      Updates dot related tests
      Change check_shapes to use shape.ndim()
      ONNX parsers for GEMM and MatMult will be updated in a separate PR
      d411aa69
    • charlie's avatar
      Fix add/subtract opt dimensions · e2b5a392
      charlie authored
      e2b5a392
    • charlie's avatar
      Formatting · 2d192cc9
      charlie authored
      2d192cc9
    • charlie's avatar
      Initial · 1decc5fc
      charlie authored
      1decc5fc
    • Charlie Lin's avatar
      Dynamic reference Softmax (#1475) · 8e7d2efe
      Charlie Lin authored
      No major changes required, use dyn_output and pass dynamic shape when calling compute_shape()
      Adds dynamic shape tests
      8e7d2efe
    • Charlie Lin's avatar
      Dynamic ref flatten (#1482) · 4c32afcc
      Charlie Lin authored
      Changes flatten's compute_shape() to handle dynamic shapes
      Calculates the flattened shape with the min, max, and opt
      4c32afcc
  2. 07 Dec, 2022 2 commits
  3. 06 Dec, 2022 1 commit
  4. 02 Dec, 2022 1 commit
    • 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
  5. 28 Nov, 2022 1 commit
  6. 17 Nov, 2022 1 commit
    • Charlie Lin's avatar
      Dynamic ref contiguous (#1445) · 95d82a51
      Charlie Lin authored
      Extends the ref contiguous operator to handle dynamic shapes
      Updates the eliminate_contiguous pass to use the dyn_output struct
      95d82a51
  7. 16 Nov, 2022 1 commit
  8. 15 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. 04 Nov, 2022 1 commit
  11. 03 Nov, 2022 5 commits
  12. 02 Nov, 2022 1 commit
  13. 01 Nov, 2022 1 commit
  14. 31 Oct, 2022 1 commit
  15. 28 Oct, 2022 7 commits
  16. 27 Oct, 2022 3 commits
  17. 20 Oct, 2022 1 commit
  18. 17 Oct, 2022 2 commits
  19. 13 Oct, 2022 2 commits
  20. 12 Oct, 2022 1 commit