1. 20 May, 2024 1 commit
  2. 08 May, 2024 1 commit
  3. 26 Mar, 2024 1 commit
  4. 21 Mar, 2024 1 commit
  5. 20 Mar, 2024 1 commit
  6. 13 Mar, 2024 1 commit
  7. 06 Mar, 2024 1 commit
  8. 05 Mar, 2024 1 commit
  9. 24 Aug, 2023 1 commit
  10. 17 Aug, 2023 1 commit
  11. 09 Aug, 2023 1 commit
  12. 22 Jun, 2023 1 commit
  13. 10 Mar, 2023 1 commit
  14. 23 Aug, 2022 1 commit
  15. 21 Dec, 2021 1 commit
    • Kai Zhang's avatar
      Log io usage (#5038) · da7680f0
      Kai Zhang authored
      * add api usage log for io
      
      * cover VideoReader
      
      * cover c++ APIs
      
      * add api usage log for io
      
      * cover VideoReader
      
      * cover c++ APIs
      
      * add _cpp suffix to c++ APIs
      
      * use new API and change cpp format
      
      * remove _cpp suffix
      
      * adopt new API
      
      * lint
      da7680f0
  16. 10 Nov, 2021 2 commits
  17. 25 Oct, 2021 1 commit
  18. 21 Oct, 2021 1 commit
  19. 17 Sep, 2021 1 commit
  20. 01 Sep, 2021 1 commit
  21. 19 Aug, 2021 1 commit
  22. 12 Aug, 2021 1 commit
  23. 28 Jun, 2021 1 commit
  24. 24 Jun, 2021 1 commit
  25. 04 Jun, 2021 1 commit
  26. 12 Mar, 2021 1 commit
  27. 12 Feb, 2021 1 commit
  28. 28 Jan, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Add namespace on image C++ codebase (#3312) · 7621a8ed
      Vasilis Vryniotis authored
      * Moving jpegcommon inside cpu implementation
      
      * Adding namespaces on image and moving private methods to anonymous.
      
      * Fixing headers.
      
      * Renaming public image methods to match the ones on python.
      
      * Refactoring to remove the double ifs in common_jpeg.h
      7621a8ed
  29. 27 Jan, 2021 1 commit
  30. 20 Dec, 2020 1 commit
    • Siddhant Bansal's avatar
      Clean up and Document io.image enhancements (#3193) · af5cb00c
      Siddhant Bansal authored
      * Update ImageReadMode error messages, add newline at the end of image_read_mode.h, replace define with const in image_read_mode.h, add documentation to ImageReadMode enum
      
      * Update readpng_cpu and readjpeg_cpu error messages
      
      * Update image.py documentation
      af5cb00c
  31. 10 Dec, 2020 1 commit
    • Vasilis Vryniotis's avatar
      Restructuring C++ project: (#3146) · 7d831a2f
      Vasilis Vryniotis authored
      Summary:
      * Reduce unnecessary header inclusions in models and io.
      
      * Move autocast to separate folder and hide autograd implementation in an anonymous namespace.
      
      * Moving files in subfolders.
      
      Reviewed By: fmassa
      
      Differential Revision: D25461523
      
      fbshipit-source-id: 756eeb6848aacaa474de4825ed4c1045d17e2cea
      7d831a2f