1. 20 10月, 2019 1 次提交
  2. 16 10月, 2019 1 次提交
    • W
      Conv refine (#20644) (#20671) · 7b9b7303
      wangchaochaohu 提交于
      * add condition judgement for performance improvement test=develop
      
      * add condition judgement for performance improvement test=develop
      
      * refine code style test=develop
      7b9b7303
  3. 13 10月, 2019 1 次提交
  4. 10 10月, 2019 1 次提交
  5. 03 10月, 2019 1 次提交
    • L
      fix conv2d and conv3d: (#20042) (#20121) · 2faa38cd
      liym27 提交于
      1.support asymmetric padding;
      2.support padding algorithm:"SAME" and "VALID";
      3.support channel_last: data_format NHWC and NDHWC;
      4.change doc of python API and c++;
      
      test=release/1.6
      2faa38cd