1. 03 May, 2023 1 commit
    • Charlie Lin's avatar
      Update C/C++ API for dynamic batch (#1712) · 0ff00ef6
      Charlie Lin authored
      Relies on Removed split_single_dyn_dim compile flag #1711
      Exposes dynamic_dimension as a opaque object with dynamic_dimensions and optimals
      Exposes ONNX dyn_input_dims and default_dyn_dim to run with dynamic batch
      Updates api.py to be able to create objects from aggregate initialization (used for dynamic_dimension)
      Uses offload copy for now
      0ff00ef6
  2. 28 Apr, 2023 2 commits
  3. 11 Apr, 2023 1 commit
  4. 09 Apr, 2023 1 commit
  5. 31 Mar, 2023 1 commit
  6. 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
  7. 22 Mar, 2023 3 commits
  8. 18 Mar, 2023 1 commit
  9. 17 Feb, 2023 1 commit
  10. 16 Feb, 2023 2 commits
  11. 15 Feb, 2023 1 commit
  12. 11 Feb, 2023 1 commit
  13. 09 Feb, 2023 1 commit
  14. 01 Feb, 2023 1 commit
  15. 26 Jan, 2023 2 commits
  16. 24 Jan, 2023 1 commit
  17. 11 Jan, 2023 1 commit
  18. 15 Dec, 2022 2 commits
  19. 17 Nov, 2022 6 commits
  20. 02 Nov, 2022 1 commit
  21. 31 Oct, 2022 1 commit
  22. 30 Oct, 2022 1 commit
  23. 20 Oct, 2022 2 commits
  24. 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
  25. 17 Oct, 2022 2 commits
  26. 10 Oct, 2022 2 commits