"benchmark/kernels/quantization/tuning_block_wise_kernel.py" did not exist on "c38f3aed241ad7d6b62db735f177f4135191d224"
  1. 30 Aug, 2023 1 commit
  2. 22 Aug, 2023 1 commit
  3. 17 Aug, 2023 1 commit
  4. 16 Aug, 2023 2 commits
  5. 15 Aug, 2023 1 commit
  6. 10 Aug, 2023 1 commit
  7. 09 Aug, 2023 1 commit
  8. 07 Aug, 2023 1 commit
  9. 02 Aug, 2023 1 commit
  10. 01 Aug, 2023 1 commit
  11. 31 Jul, 2023 1 commit
  12. 28 Jul, 2023 1 commit
  13. 27 Jul, 2023 1 commit
  14. 16 Feb, 2023 3 commits
  15. 14 Feb, 2023 1 commit
  16. 13 Feb, 2023 3 commits
  17. 26 Jan, 2023 1 commit
  18. 24 Jan, 2023 1 commit
  19. 16 Jan, 2023 1 commit
  20. 06 Dec, 2022 1 commit
  21. 05 Dec, 2022 1 commit
  22. 29 Nov, 2022 1 commit
  23. 28 Nov, 2022 2 commits
  24. 10 Nov, 2022 1 commit
  25. 09 Nov, 2022 1 commit
  26. 04 Nov, 2022 1 commit
  27. 31 Oct, 2022 1 commit
  28. 25 Oct, 2022 1 commit
  29. 24 Oct, 2022 1 commit
  30. 21 Oct, 2022 3 commits
    • Philip Meier's avatar
      Add tests and proper support for videos in `ConvertImageDtype` (#6783) · 9c112935
      Philip Meier authored
      * add KernelInfo
      
      * split dtype and device consistency tests
      
      * add proper support for video
      
      * fix tests and add DispatcherInfo
      
      * add aliases
      
      * cleanup
      
      * fix typo
      9c112935
    • Philip Meier's avatar
      Cleanup conversion transforms (#6801) · 121a780c
      Philip Meier authored
      * remove copy from convert_color_space
      
      * remove copy from convert_format_bounding_box
      
      * remove .to_* methods from features
      
      * remove unnecessary clones
      
      * add perf todos
      
      * refactor convert_color_space
      
      * lint
      
      * remove another clone
      
      * and another clone
      
      * remove a missed copy
      121a780c
    • vfdev's avatar
      [proto] Speed up adjust color ops (#6784) · 9f024a6e
      vfdev authored
      * WIP
      
      * _blend optim v1
      
      * _blend and color ops optims: v2
      
      * updated a/r tol and configs to make tests pass
      
      * Loose a/r tolerance in AA tests
      
      * Use custom rgb_to_grayscale
      
      * Renamed img -> image
      
      * nit code update
      
      * PR review
      
      * adjust_contrast convert to float32 earlier
      
      * Revert "adjust_contrast convert to float32 earlier"
      
      This reverts commit a82cf8c739d02acd9868ebee4b8b99d101c3e45e.
      9f024a6e
  31. 12 Oct, 2022 1 commit
  32. 11 Oct, 2022 1 commit
    • Vasilis Vryniotis's avatar
      [prototype] Switch to `spatial_size` (#6736) · 4d4711d9
      Vasilis Vryniotis authored
      * Change `image_size` to `spatial_size`
      
      * Fix linter
      
      * Fixing more tests.
      
      * Adding get_num_channels_video and get_spatial_size_* kernels for video, masks and bboxes.
      
      * Refactor get_spatial_size
      
      * Reduce the usage of `query_chw` where possible
      
      * Rename `query_chw` to `query_spatial_size`
      
      * Adding `get_num_frames` dispatcher and kernel.
      
      * Adding jit-scriptability tests
      4d4711d9