1. 03 4月, 2020 1 次提交
    • L
      Cherry pick pyramid hash support int8 weight and add dequantize_log op (#23371) · fd8e833b
      Liufang Sang 提交于
      * cherry-pick add dequantize_log_op and make pyramid hash support int8 weight  (#22548)
      
      * add dequantize_log_op and make pyramid hash support int8 weight test=develop
      
      * add unittest and update pyramid hash op test=develop
      
      * remove paddle_enforce test=develop
      
      * fix error message test=develop
      
      * remove incorrent commit test=develop
      
      * fix error message in log_dequantize test=develop
      
      * change 2019 to 2020 test=develop
      
      * remove useless check_grad test=develop
      
      * cherry-pick fix compile error in win gpu  (#23196)
      
      * fix compile error in win gpu test=develop
      
      * fix compile error in win gpu test=develop
      
      * fix compile error in win gpu test=develop
      fd8e833b
  2. 22 11月, 2019 1 次提交
    • L
      add dequantize_abs_max op and modify lookup_table op (#20899) · f0b15184
      Liufang Sang 提交于
      * add int8 kernel to lookup_table op and add dequantize op test=develop
      
      * change paddle_enforce to paddle_enforce_eq test=develop
      
      * change copyright and change some not suitable code test=develop
      
      * remove debug log test=develop
      
      * replace GetInputType with IndicateVarDataType test=develop
      
      * fix EmptyGradMaker test=develop
      
      * fix diff between cpu and gpu test=develop
      
      * use memcopy when int8_t test=develop
      f0b15184