1. 01 Feb, 2023 4 commits
  2. 31 Jan, 2023 8 commits
  3. 30 Jan, 2023 6 commits
  4. 26 Jan, 2023 2 commits
  5. 24 Jan, 2023 2 commits
  6. 21 Jan, 2023 1 commit
  7. 19 Jan, 2023 1 commit
  8. 17 Jan, 2023 4 commits
    • Charlie Lin's avatar
      Dynamic ONNX Gemm (#1459) · 8b651eee
      Charlie Lin authored
      Extends ONNX Gemm parser to handle dynamic input shapes
      Limits ONNX Gemm parsing to 2D input tensors for A and B inputs
      As per the ONNX specifications
      Changed Gemm ONNX tests to 2D input versions
      Add onnx_verify tests for Gemm
      Parsing ONNX Gemm links to more than one operator, checking that it produces the correct result
      8b651eee
    • Charlie Lin's avatar
      Dynamic ref reshape (one non-fixed case) (#1500) · 3f49f8eb
      Charlie Lin authored
      Extends reshape to handle the case of a single non-fixed dynamic_dimension
      3f49f8eb
    • Paul Fultz II's avatar
    • Charlie Lin's avatar
      Dynamic ref pad (#1487) · 8202e411
      Charlie Lin authored
      Extends pad operator to handle dynamic input shapes
      Only handles computing the shape for adding constant padding to a dynamic shape
      - adds the padding to the min, max, and opt values (unless opt is 0, where it keeps it 0)
      - does not handle reflect padding with dynamic shapes
      8202e411
  9. 16 Jan, 2023 1 commit
  10. 15 Jan, 2023 1 commit
  11. 13 Jan, 2023 7 commits
  12. 11 Jan, 2023 3 commits