"test/vscode:/vscode.git/clone" did not exist on "4afdd0e96d48e2590839a1e32b8273187ec077bc"
  1. 04 Nov, 2022 2 commits
  2. 02 Nov, 2022 1 commit
    • Ted Themistokleous's avatar
      Change Unsqueeze to squeeze to parse_if for trailing dimensions · b5d1db2e
      Ted Themistokleous authored
      Default to smaller dimension with trailing 1 case instead of unsqueezing to
      the larger dimension.
      
      More analysis on other networks concludes that when putting in two operands to
      and IF block, the output should take the smaller of the shapes instead of the larger
      
      Modified tests in onnx_test.cpp to parse to the correct output as well.
      b5d1db2e
  3. 28 Oct, 2022 3 commits
  4. 27 Oct, 2022 3 commits
  5. 26 Oct, 2022 3 commits
  6. 25 Oct, 2022 1 commit
  7. 24 Oct, 2022 1 commit
  8. 21 Oct, 2022 3 commits
  9. 20 Oct, 2022 1 commit
    • Ted Themistokleous's avatar
      Add tests for valid multi output shapes going into IF operator · a27808b3
      Ted Themistokleous authored
      Adding test to validate what a "valid" multi input should look like and
      that we correctly handle trailing 1s and correctly sized outputs.
      
      Generated and added the two tests from gen_onnx.py with matching test
      in onnx_test.cpp
      
      -if_then_else_multi_output_shapes_test.onnx
      -if_then_else_multi_output_shapes_test2.onnx
      a27808b3
  10. 19 Oct, 2022 2 commits
  11. 18 Oct, 2022 6 commits
  12. 17 Oct, 2022 5 commits
  13. 15 Oct, 2022 1 commit
  14. 14 Oct, 2022 7 commits
  15. 13 Oct, 2022 1 commit