1. 09 Jun, 2021 2 commits
  2. 08 Jun, 2021 1 commit
  3. 07 Jun, 2021 1 commit
  4. 04 Jun, 2021 1 commit
  5. 01 Jun, 2021 1 commit
  6. 21 May, 2021 2 commits
  7. 11 May, 2021 1 commit
  8. 27 Apr, 2021 1 commit
  9. 31 Mar, 2021 1 commit
  10. 24 Mar, 2021 1 commit
  11. 12 Mar, 2021 1 commit
  12. 10 Mar, 2021 1 commit
  13. 12 Feb, 2021 1 commit
  14. 11 Feb, 2021 1 commit
  15. 28 Jan, 2021 2 commits
    • 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
    • Vasilis Vryniotis's avatar
      Restructure the video/video_reader C++ codebase (#3311) · e95a3d22
      Vasilis Vryniotis authored
      * Moving registration of video methods in Video.cpp and removing unnecessary includes.
      
      * Rename files according to cpp styles.
      
      * Adding namespaces and moving private methods to anonymous namespaces.
      
      * Syncing method names.
      
      * Fixing minor issues.
      e95a3d22
  16. 27 Jan, 2021 1 commit
  17. 25 Jan, 2021 1 commit
  18. 22 Jan, 2021 1 commit
  19. 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
  20. 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