1. 11 10月, 2022 1 次提交
  2. 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
  3. 29 4月, 2022 1 次提交
  4. 24 4月, 2022 1 次提交
  5. 28 9月, 2020 1 次提交
  6. 25 8月, 2020 1 次提交
    • W
      【2.0 API】Enhance affine grid operator (#26385) · a065a242
      whs 提交于
      * Enhance affine grid operator:
      1. Add cuda kernel
      2. Add align corners options
      test=develop
      
      * Move new affine_grid api to functional
      test=develop
      
      * Add CUDA kernel for affine_grid.
      test=develop
      
      * Add more unitest for grid sample API
      test=develop
      a065a242