1. 26 9月, 2022 1 次提交
  2. 21 9月, 2022 1 次提交
  3. 20 9月, 2022 1 次提交
  4. 16 9月, 2022 1 次提交
  5. 14 9月, 2022 2 次提交
  6. 09 9月, 2022 1 次提交
  7. 08 9月, 2022 2 次提交
  8. 05 9月, 2022 2 次提交
  9. 31 8月, 2022 1 次提交
  10. 29 8月, 2022 1 次提交
  11. 26 8月, 2022 3 次提交
  12. 25 8月, 2022 1 次提交
  13. 23 8月, 2022 1 次提交
  14. 22 8月, 2022 2 次提交
  15. 17 8月, 2022 1 次提交
    • N
      [CodeStyle][NPU] use np.testing.assert_allclose instead of... · 2de0d676
      Nyakku Shigure 提交于
      [CodeStyle][NPU] use np.testing.assert_allclose instead of self.assertTrue(np.allclose(...)) (part 1) (#44988)
      
      * autofix
      
      * try resolve precision issues
      
      * revert some changes
      
      * clean some `err_msg`
      
      * 0.0001 -> 1e-4
      
      * update commented assert code
      
      * try to fix some shape errors
      
      * `numpy` -> `np`
      
      * empty commit, trigger kunlun ci, test=kunlun
      
      * empty commit, retrigger kunlun ci, test=kunlun
      
      * empty commit, trigger kunlun ci, try fix npu memcpy_h2d, test=kunlun
      
      * try fix npu import error, test=kunlun
      2de0d676
  16. 12 8月, 2022 1 次提交
  17. 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
  18. 05 8月, 2022 1 次提交
  19. 03 8月, 2022 2 次提交
  20. 14 7月, 2022 1 次提交
  21. 12 7月, 2022 1 次提交
  22. 11 7月, 2022 1 次提交
  23. 06 7月, 2022 1 次提交
  24. 05 7月, 2022 1 次提交
  25. 27 6月, 2022 1 次提交
  26. 24 6月, 2022 1 次提交
  27. 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
  28. 21 6月, 2022 2 次提交
  29. 14 6月, 2022 1 次提交
  30. 13 6月, 2022 1 次提交
  31. 07 6月, 2022 2 次提交