1. 05 1月, 2023 2 次提交
  2. 04 1月, 2023 1 次提交
  3. 03 1月, 2023 1 次提交
  4. 30 12月, 2022 1 次提交
  5. 28 12月, 2022 1 次提交
  6. 20 12月, 2022 1 次提交
    • HappyHeavyRain's avatar
      Generate static graph code of some ops (#49092) · 11d7026b
      HappyHeavyRain 提交于
      * generate static graph code of some ops
      
      * change the default value of 'num' of 'unstack'
      
      * revert the pow
      
      * fix the 'real' 'imag' op error because of 'complex'
      
      * fix the code according to review
      11d7026b
  7. 13 12月, 2022 1 次提交
  8. 12 12月, 2022 2 次提交
  9. 09 12月, 2022 1 次提交
  10. 06 12月, 2022 1 次提交
    • Z
      Clear extra input (Bias, ResidualData) in OpMaker of conv2d (#47579) · 0a2dfa38
      zyfncg 提交于
      * delete Bias and ResidualData in OpMaker of conv2d
      
      * delete extra input of conv3d
      
      * refactor pass of conv_bias_fusion
      
      * fix mkldnn dependency
      
      * fix mkldnn compile
      
      * fix test_conv_bias_mkldnn_fuse_pass
      
      * police some code
      
      * remove useless log
      
      * fix analyzer_vit_ocr_tester
      
      * fix conv_activation_mkldnn_fuse_pass
      
      * fix test_analyzer_ocr
      
      * add fused_conv_sig
      
      * fix performence regression
      
      * fix performance regression
      0a2dfa38
  11. 05 12月, 2022 1 次提交
  12. 01 12月, 2022 1 次提交
  13. 30 11月, 2022 1 次提交
  14. 29 11月, 2022 1 次提交
  15. 28 11月, 2022 2 次提交
  16. 17 11月, 2022 2 次提交
  17. 11 11月, 2022 1 次提交
  18. 10 11月, 2022 2 次提交
  19. 09 11月, 2022 2 次提交
  20. 08 11月, 2022 1 次提交
    • C
      support pow double grad op (#47691) · 6fe9dfb2
      Charles-hit 提交于
      * support pow_double_grad op
      
      * add unit test for pow double grad
      
      * fix pow double grad
      
      * optimize pow double grad kernel
      
      * fix pow double grad kernel
      6fe9dfb2
  21. 04 11月, 2022 1 次提交
  22. 02 11月, 2022 2 次提交
  23. 01 11月, 2022 3 次提交
  24. 31 10月, 2022 1 次提交
  25. 28 10月, 2022 2 次提交
  26. 25 10月, 2022 1 次提交
  27. 24 10月, 2022 2 次提交
  28. 18 10月, 2022 1 次提交
    • Z
      [code-gen] Support code-gen for opmaker of sparse op (#46993) · bdd3dde3
      zyfncg 提交于
      * support generating code of opmaker for backward op invoke forward op
      
      * gsupport code-gen of opmaker for sparse op
      
      * refind logic of choose phi kernrel
      
      * fix complie budg
      
      * fix code_gen bug
      
      * fix bug
      
      * fix kernel signature code-gen
      
      * fix complie bug of VarType
      
      * fix complie bug of VarType
      
      * fix test_sparse_conv_op
      
      * fix test_sparse_norm_op
      bdd3dde3
  29. 11 10月, 2022 1 次提交