1. 28 10月, 2022 1 次提交
  2. 27 10月, 2022 1 次提交
  3. 23 10月, 2022 1 次提交
  4. 20 10月, 2022 1 次提交
  5. 19 10月, 2022 1 次提交
  6. 18 10月, 2022 1 次提交
    • N
      [CodeStyle][py2] remove `compat` module (to_text) (#47036) · ad4c773b
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove `compat` module (to_text)
      
      * remove some unnecessary decode
      
      * remove to_text definition and unittest
      
      * Revert "remove to_text definition and unittest"
      
      This reverts commit a6b69cb8dca8b9b031ce10ea32d1040e7e0dd267.
      
      * remove an assertion
      
      * empty commit
      ad4c773b
  7. 17 10月, 2022 1 次提交
  8. 27 9月, 2022 2 次提交
  9. 26 9月, 2022 1 次提交
  10. 20 9月, 2022 1 次提交
  11. 16 9月, 2022 1 次提交
  12. 14 9月, 2022 1 次提交
  13. 09 9月, 2022 1 次提交
  14. 05 9月, 2022 1 次提交
  15. 29 8月, 2022 1 次提交
  16. 26 8月, 2022 3 次提交
  17. 25 8月, 2022 1 次提交
  18. 23 8月, 2022 1 次提交
  19. 22 8月, 2022 2 次提交
  20. 12 8月, 2022 1 次提交
  21. 11 8月, 2022 1 次提交
    • H
      add new ptq method ptf (#44246) · f4bc69ec
      handiz 提交于
      * add new ptq method ptf
      
      * add post training quantization mobilenetv1 test for ptf
      
      * add post training quantization mobilenetv1 test for ptf test=allcases
      f4bc69ec
  22. 05 8月, 2022 1 次提交
  23. 03 8月, 2022 2 次提交
  24. 14 7月, 2022 1 次提交
  25. 12 7月, 2022 1 次提交
  26. 11 7月, 2022 1 次提交
  27. 06 7月, 2022 1 次提交
  28. 27 6月, 2022 1 次提交
  29. 24 6月, 2022 1 次提交
  30. 23 6月, 2022 1 次提交
    • S
      [external reviewing] Params to int8 pass (#42625) · b8b2d6a9
      Sylwester Fraczek 提交于
      * sylwek
      
      prototype params to int8 pass
      
      * trying to make warmup work
      
      * wip
      
      * wip
      
      * change test to cpp test
      
      * review fixes, refactoring
      
      * more refactoring
      
      * add erasevars
      
      * change test to fixture
      
      * rename pass
      
      and reorder erasevars and graphsaferemovenodes
      
      * fix
      
      * more refactoring and fixed bug
      
      * formatting
      
      * remove scale count
      
      * enfroce message too short
      
      * remove erasevars
      
      erasevars couldbe cauuse of memory issues
      
      some other fixes
      
      * add count of successfull fuses to name of new nodes
      
      * FindVar -> GetVar and use ConvResidual pattern
      
      * use tensor->clear() instead of new variable
      
      * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/fluid/inference/tests/api/analyzer_lexical_analysis_gru_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * add log (review fix)c
      
      * review fix (2 functions to one)
      
      * code review: Conv->QuantizeConv
      
      * revert
      
      * fix formatting
      
      * remove unused functions
      
      * add paddle enforce
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      b8b2d6a9
  31. 21 6月, 2022 2 次提交
  32. 13 6月, 2022 1 次提交
  33. 07 6月, 2022 1 次提交
  34. 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