1. 24 7月, 2020 1 次提交
    • W
      fix some errmsg report,in framework/ir/, about 21 files (#25525) · 1917b380
      wanghuancoder 提交于
      * fix error msg report in ir/, about 19 files, test=develop
      
      * modified some unclear descriptions, test=develop
      
      * modified some unclear descriptions, test=develop
      
      * modify unit test pass_test.cc, because the error report in pass.cc is used by pass_test.cc, test=develop
      1917b380
  2. 10 1月, 2020 1 次提交
    • 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