1. 27 Oct, 2022 3 commits
  2. 26 Oct, 2022 3 commits
  3. 24 Oct, 2022 2 commits
  4. 20 Oct, 2022 2 commits
  5. 19 Oct, 2022 2 commits
  6. 18 Oct, 2022 1 commit
  7. 17 Oct, 2022 3 commits
  8. 14 Oct, 2022 1 commit
  9. 13 Oct, 2022 2 commits
  10. 12 Oct, 2022 1 commit
  11. 11 Oct, 2022 1 commit
  12. 10 Oct, 2022 1 commit
  13. 07 Oct, 2022 1 commit
  14. 04 Oct, 2022 2 commits
  15. 03 Oct, 2022 2 commits
    • Umang Yadav's avatar
      Add output_alias and runs_on_offload_target flags for the custom ops (#1309) · c9ffb38d
      Umang Yadav authored
      Adds two methods for the custom_ops virtual class.
      
      bool runs_on_offload_target(), if the custom op runs directly on the gpu then it should be set to true. in this case, custom op expects its parameters to reside in GPU memory and writes output to the GPU memory. If it is set to false then, custom op expects it's parameter to reside on the host and puts back the result into the host memory.
      
      output_alias, if output of the custom op is aliasing the input buffer. i.e. interpreting the same input buffer with differnet shape and strides.
      
      Update as_vector() in C++ API to handle non-standard shapes. It required exposing element_index to space_index conversion method for the shape class.
      c9ffb38d
    • charlie's avatar
      Revert "Fix onnx_test" · 24626f8f
      charlie authored
      This reverts commit 0b6ce109.
      24626f8f
  16. 30 Sep, 2022 1 commit
  17. 29 Sep, 2022 3 commits
  18. 28 Sep, 2022 3 commits
  19. 27 Sep, 2022 2 commits
  20. 26 Sep, 2022 2 commits
    • Charlie Lin's avatar
      Rewrite ONNX parse batch norm (#1362) · c00f8202
      Charlie Lin authored
      Rewrites the BatchNormalization ONNX operator into other MIGX operators
      - Added handling of 1D input tensor case (edge case in ONNX spec)
      Removes the spatial and per_activation functionality (not in the ONNX spec)
      - Did not remove the batch_norm_inference related code as the TensorFlow parser still uses it
      - Can remove that code when the TF version is updated
      c00f8202
    • Paul Fultz II's avatar
      Upgrade cppcheck to 2.9 (#1400) · 66bbff1e
      Paul Fultz II authored
      Upgrade cppcheck to 2.9 
      66bbff1e
  21. 23 Sep, 2022 1 commit
  22. 21 Sep, 2022 1 commit