1. 17 1月, 2020 4 次提交
  2. 16 1月, 2020 9 次提交
  3. 15 1月, 2020 10 次提交
  4. 14 1月, 2020 8 次提交
  5. 13 1月, 2020 3 次提交
  6. 12 1月, 2020 1 次提交
  7. 11 1月, 2020 3 次提交
  8. 10 1月, 2020 2 次提交
    • 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