1. 16 3月, 2023 1 次提交
  2. 29 11月, 2022 1 次提交
  3. 23 10月, 2022 1 次提交
  4. 11 10月, 2022 1 次提交
  5. 27 9月, 2022 1 次提交
  6. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  7. 25 5月, 2020 1 次提交
  8. 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