1. 31 8月, 2022 1 次提交
  2. 12 8月, 2022 1 次提交
  3. 25 7月, 2022 1 次提交
  4. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  5. 19 7月, 2021 1 次提交
  6. 31 5月, 2021 1 次提交
  7. 06 5月, 2021 1 次提交
  8. 08 9月, 2020 1 次提交
  9. 24 8月, 2020 1 次提交
    • W
      【2.0 API】Add CUDA kernel and enhance options for grid_sample (#26576) · 79539cf1
      whs 提交于
      This PR enhance CPU kernel and add new CUDA kernel to make grid_sample support:
      
      - align_corners: with bool type.
      - padding mode: which can be in ['zeros', 'reflect', 'border']
      - Interpolation mode: which ca be in ['bilinear', 'nearest']
      
      The old CPU and CUDNN version only support align_corners=true, padding_mode='zeros' and interpolation_mode='bilinear'.
      
      The behavior of the new version op in default mode is compatible with the old version.
      79539cf1
  10. 18 12月, 2019 1 次提交
  11. 17 12月, 2019 1 次提交
  12. 29 10月, 2018 3 次提交