1. 02 9月, 2021 4 次提交
  2. 01 9月, 2021 14 次提交
  3. 31 8月, 2021 11 次提交
  4. 30 8月, 2021 9 次提交
  5. 27 8月, 2021 2 次提交
    • J
      add uniform_ op and UT (#33934) · be29b8ee
      JYChen 提交于
      be29b8ee
    • X
      Add unpool2d op & Expose max_unpool2d API (#35056) · ceee71a0
      xiaoting 提交于
      * add maxunppol2d op, test=develop
      
      * fix typo, test=develop
      
      * fix unpool unitest, test=develop
      
      * fix unpool code-example, test=develop
      
      * fix for unpool_op_unittest,test=develop
      
      * fix example code, test=develop
      
      * add noqa:F401, test=develop
      
      * fix converage, test=develop
      
      * fix unitest for unpool, test=develop
      
      * rename unpool2d to unpool, test=develop
      
      * rename unpool2d to unpool, test=develop
      ceee71a0