1. 15 1月, 2020 9 次提交
  2. 14 1月, 2020 14 次提交
  3. 13 1月, 2020 9 次提交
  4. 12 1月, 2020 1 次提交
  5. 11 1月, 2020 4 次提交
  6. 10 1月, 2020 3 次提交
    • W
      fix the bug of profile update (#22207) · 621d3e0b
      wangchaochaohu 提交于
      * fix the bug of profile update test=develop
      621d3e0b
    • F
      add backward gradient computation for op argsort (#22203) · 443a713c
      FlyingQianMM 提交于
      * add backward gradient computation for op argsort test=developo
      
      * use pre-commit test=develop
      443a713c
    • Z
      Add bn and relu fuse pass (#22048) · 46189b16
      Zhen Wang 提交于
      * add bn and relu fuse pass
      
      * add op attr assert and dtype assert
      
      * fix some inputs&&outputs bugs for the fused op and pattern.
      
      * add the unittest for fuse_bn_act_pass. test=develop
      
      * use normative enforce statements. test=develop
      
      * add the cpu test. test=develop
      
      * add the support of batch_size=1 for the bn with relu op. test=develop
      
      * add the error type for paddle throws. test=develop
      
      * add fused_batch_norm_act and fused_batch_norm_act_grad to op_has_unsed_vars_white_list. test=develop
      46189b16