1. 13 9月, 2021 2 次提交
  2. 06 9月, 2021 1 次提交
  3. 31 8月, 2021 1 次提交
  4. 18 8月, 2021 1 次提交
  5. 16 8月, 2021 1 次提交
  6. 30 7月, 2021 1 次提交
  7. 22 7月, 2021 1 次提交
  8. 09 7月, 2021 2 次提交
  9. 05 7月, 2021 2 次提交
  10. 02 7月, 2021 1 次提交
  11. 22 6月, 2021 1 次提交
  12. 21 6月, 2021 2 次提交
  13. 17 6月, 2021 1 次提交
  14. 09 6月, 2021 1 次提交
  15. 02 6月, 2021 1 次提交
  16. 27 5月, 2021 1 次提交
  17. 18 5月, 2021 1 次提交
  18. 14 4月, 2021 1 次提交
  19. 08 4月, 2021 1 次提交
  20. 30 3月, 2021 1 次提交
  21. 26 3月, 2021 1 次提交
  22. 24 3月, 2021 1 次提交
  23. 21 3月, 2021 1 次提交
  24. 19 3月, 2021 1 次提交
  25. 12 3月, 2021 1 次提交
  26. 18 1月, 2021 1 次提交
  27. 13 1月, 2021 2 次提交
    • C
      skip quantizing ops in cpu inference (#30342) · 8e3a2940
      cc 提交于
      * skip quantizing ops in cpu inference, test=develop
      8e3a2940
    • H
      Implemented AddQuantDequantPass in imperative quantization. (#26692) · ee623bff
      huangxu96 提交于
      * Implemented AddQuantDequantPass in imperative quantization.
      
      * Supported LeakyReLU Quantization
      
      * For meeting coverage rate.
      
      * Changed the file name of test of AddQuantDequant
      
      * Implemented more Quantized NoWeightLayers.
      
      * Fix the loss cannot align problem between static and dynamic model quantization, add swish as supported quantized layer in imperative quantization.
      
      * remove noweight_list
      
      * support 2.0 API such as Pool2D and ReLu
      ee623bff
  28. 08 1月, 2021 1 次提交
  29. 05 1月, 2021 1 次提交
    • C
      Support dygraph quant model (#29927) · 1fa863da
      cc 提交于
      * Avoid the scale to be infinity in quant2_int8_mkldnn_pass, test=develop
      * support quantized model for paddle2.0 dygraph, test=develop
      1fa863da
  30. 30 12月, 2020 1 次提交
  31. 29 12月, 2020 1 次提交
  32. 28 12月, 2020 1 次提交
    • X
      clean redundant API alias in 2.0 - part 1 (#29928) · 726c78f2
      XiaoguangHu 提交于
      * rm check_import_scipy, rm chunk_eval and mean_iou in paddle.metric.__init__.py
      
      * Revert "rm check_import_scipy, rm chunk_eval and mean_iou in paddle.metric.__init__.py"
      
      This reverts commit 179ba8c2b22bc31fe8d8a126e31820792cbd0f4e.
      
      * delete paddle.metric.chunk_eval and paddle.metric.mean_iou
      
      * delete paddle.nn.clip and paddle.nn.clip_by_norm
      
      * delete paddle.nn.functional.activation.hard_sigmoid and paddle.nn.functional.activation.hard_swish
      
      * delete paddle.nn.Pool2D, paddle.nn.BilinearTensorProduct, paddle.nn.RowConv, paddle.nn.functional.row_conv
      
      * fix extension import error
      
      * fix unittest for row_conv and Pool2D
      726c78f2
  33. 22 12月, 2020 1 次提交
  34. 08 12月, 2020 1 次提交
  35. 30 11月, 2020 1 次提交