1. 25 3月, 2020 1 次提交
  2. 22 3月, 2020 1 次提交
    • L
      add dequantize_log_op and make pyramid hash support int8 weight (#22548) · 4db03190
      Liufang Sang 提交于
      * 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
      4db03190
  3. 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