1. 28 Apr, 2023 1 commit
  2. 09 Apr, 2023 1 commit
  3. 31 Mar, 2023 1 commit
  4. 24 Mar, 2023 1 commit
    • Ted Themistokleous's avatar
      Add Additional flags to accuracy_checker.py (#1637) · 6c8b978d
      Ted Themistokleous authored
      Useful to get more insight into Onnxruntime. Allows us to reuse the accuracy checker code while also allowing us to capture Execution Provider output with the --ort_run and --ort_logging flags
      
      Also added the --target flag as well to allow us to force using either a specific target for the accuracy checking. Originally this was defaulting to the GPU. This now allows us to use ref, fpga, etc to quickly change targets.
      6c8b978d
  5. 22 Mar, 2023 3 commits
  6. 18 Mar, 2023 1 commit
  7. 17 Feb, 2023 1 commit
  8. 16 Feb, 2023 2 commits
  9. 15 Feb, 2023 1 commit
  10. 11 Feb, 2023 1 commit
  11. 09 Feb, 2023 1 commit
  12. 01 Feb, 2023 1 commit
  13. 26 Jan, 2023 2 commits
  14. 24 Jan, 2023 1 commit
  15. 11 Jan, 2023 1 commit
  16. 15 Dec, 2022 2 commits
  17. 17 Nov, 2022 6 commits
  18. 02 Nov, 2022 1 commit
  19. 31 Oct, 2022 1 commit
  20. 30 Oct, 2022 1 commit
  21. 20 Oct, 2022 2 commits
  22. 19 Oct, 2022 1 commit
    • Charlie Lin's avatar
      Refactor dynamic compute; Dynamic ref unary functions (#1407) · 693cb5d8
      Charlie Lin authored
      Refactor dynamic compute
      - add a compute_output_shape object that implicitly converts to a new dyn_output or shape object
      - dyn_output object can handle computing the static output shape of an operator given the input arguments shapes
        change an operator's compute function to argument compute(const dyn_output& dyn_out, std::vector<argument> args) to 
        use dyn_output object
      
      Dynamic ref unary functions
      -  Included these changes to have an example of the refactored dynamic compute being used
      -  Changes to unary base class to handle dynamic shapes
      -  Changed elu and leaky_relu to use unary base class and pointwise JIT
      693cb5d8
  23. 17 Oct, 2022 2 commits
  24. 10 Oct, 2022 3 commits
  25. 09 Oct, 2022 2 commits
    • Paul's avatar
      Use min · 5c17b757
      Paul authored
      5c17b757
    • Paul's avatar
      Format · ff878ce6
      Paul authored
      ff878ce6