1. 09 12月, 2022 6 次提交
  2. 08 12月, 2022 22 次提交
  3. 07 12月, 2022 10 次提交
  4. 06 12月, 2022 2 次提交
    • X
      make bilinear interpolate stable. (#48644) · e1e8bf72
      xiongkun 提交于
      * make bilinear interpolate stable.
      
      * fix code
      e1e8bf72
    • 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