1. 28 7月, 2021 2 次提交
  2. 22 7月, 2021 1 次提交
  3. 21 7月, 2021 1 次提交
  4. 20 7月, 2021 1 次提交
  5. 16 7月, 2021 1 次提交
  6. 15 7月, 2021 2 次提交
  7. 13 7月, 2021 1 次提交
  8. 09 7月, 2021 1 次提交
  9. 08 7月, 2021 2 次提交
  10. 07 7月, 2021 2 次提交
  11. 06 7月, 2021 2 次提交
  12. 05 7月, 2021 1 次提交
  13. 02 7月, 2021 1 次提交
  14. 01 7月, 2021 5 次提交
  15. 30 6月, 2021 4 次提交
  16. 29 6月, 2021 5 次提交
  17. 28 6月, 2021 2 次提交
    • D
      add fusepass Reshape2MatmulFusePass AdaptivePool2dConvertGlobalPass (#33555) · 55aea350
      Double_V 提交于
      * add transpose transpose opdef, test=develop
      
      * add line, test=develop
      
      * fix wrong name, test=develop
      
      * add pass, test=develop
      
      * fix bug, test=develop
      
      * fix bug, test=develop
      
      * delete limite about alpha, test=develop
      
      * add mul to reshape2MatmulFusePass, test=develop
      
      * add limit about alpha, test=develop
      
      * fix bug,test=develop
      
      * set adaptive as false and global_pooling as True, test=develop
      
      * set x_num_col_dims as 1, test=develop
      
      * fix reshape, add attr limit, test=develop
      
      * fix conflict,test=develop
      
      * fix comment, test=develop
      
      * fix comment,test=develop
      
      * fix comment,test=develop
      
      * ,test=develop
      
      * add IsType, test=develop
      
      * add IsType, test=develop
      55aea350
  18. 25 6月, 2021 4 次提交
  19. 24 6月, 2021 1 次提交
  20. 23 6月, 2021 1 次提交
    • F
      enhance Conv elementwise add2 act fuse pass (#33564) · dfbfbd01
      feng_shuai 提交于
      * tmp
      
      * pass con_element_add2_act
      
      * recover unittests CMakeLists
      
      * init pass enhance
      
      * fix the attr according to review
      
      * repair the attr conv2d
      
      * repair axis of elementwise_add
      
      * CI-coverage test=allcase
      
      * repari some attr
      
      * recover batch_norm_act
      
      * conv_elementwise_add2_act_fuse
      dfbfbd01