1. 04 9月, 2023 1 次提交
  2. 25 8月, 2023 1 次提交
  3. 23 8月, 2023 1 次提交
    • L
      Integrate TRT qdq layers (#54803) · ae84c603
      Leo Chen 提交于
      * Integrate quantize/dequantize linear and add config for explicit quantization
      
      * Fix the build error
      
      * Add macro for TRT version < 8.0
      
      * Remove qdq UT from windows
      
      * Fix UT failure
      
      * Check TRT version in qdq UT
      
      * Test tensorrt_explicit_enabled API
      
      * Disable QDQ UT if TRT version < 8.5
      
      * Add quantization postfix into public APIs
      
      * Apply code formatter
      
      * Fix the UT failure for explicit quantization
      
      * Apply code formatter on modified files
      
      * Correct the year in copyright
      ae84c603
  4. 17 8月, 2023 1 次提交
  5. 09 8月, 2023 1 次提交
  6. 19 6月, 2023 1 次提交
  7. 14 6月, 2023 1 次提交
  8. 09 6月, 2023 1 次提交
  9. 22 5月, 2023 1 次提交
  10. 19 5月, 2023 1 次提交
  11. 18 5月, 2023 1 次提交
  12. 11 5月, 2023 2 次提交
  13. 09 5月, 2023 1 次提交
  14. 27 4月, 2023 1 次提交
  15. 17 4月, 2023 1 次提交
  16. 03 4月, 2023 1 次提交
  17. 27 3月, 2023 1 次提交
  18. 28 2月, 2023 1 次提交
  19. 16 2月, 2023 1 次提交
  20. 03 1月, 2023 2 次提交
  21. 14 12月, 2022 1 次提交
  22. 09 12月, 2022 1 次提交
  23. 08 12月, 2022 1 次提交
  24. 06 12月, 2022 2 次提交
  25. 02 12月, 2022 1 次提交
  26. 16 11月, 2022 1 次提交
  27. 14 11月, 2022 1 次提交
  28. 09 11月, 2022 1 次提交
    • P
      Enable fc passes (#45704) · 7e914386
      Paulina Gacek 提交于
      * Analysis API interface for disabling fc passes
      
      * Unit tests corrected
      
      * Python API added
      
      * test runs only when PADDLE_WITH_MKLDNN
      
      * Fc op changed to relu in matmul_op_test
      
      * Disable fc passes in tests where acc drops
      
      * code formating
      
      * Unit test for analysisConf added
      
      * Unit test gpu added
      
      * fc passes disabled when iterations=0 in gru test
      
      * style
      
      * passes disabled when fp32 in gru test
      
      * fc passes disabled in lstm test
      
      * Import from inference, not fluid in doc
      7e914386
  29. 08 11月, 2022 1 次提交
    • P
      Split quant (#47449) · 130db92a
      Paulina Gacek 提交于
      * Split kernel registered, tests for uint/int added
      
      * Split quantized
      
      * Split output scales calculated only once
      
      * NearestInterp test fix reversed
      
      * DequantizeOutputs corrected
      130db92a
  30. 07 11月, 2022 1 次提交
  31. 01 11月, 2022 1 次提交
  32. 27 10月, 2022 1 次提交
  33. 14 10月, 2022 1 次提交
  34. 30 9月, 2022 1 次提交
  35. 29 9月, 2022 1 次提交
  36. 22 9月, 2022 1 次提交
  37. 05 9月, 2022 1 次提交
    • Y
      New format quant model support for MKLDNN (#45416) · 4e4f4586
      yeliang2258 提交于
      * support onnx format quantized model
      
      * update code
      
      * add test
      
      * add test
      
      * fix
      
      * fix test
      
      * fix cmake
      
      * update code
      
      * change scale file path to calibration file path
      
      * update code
      
      * update code
      
      * fix build bug
      
      * fix build bugs
      
      * fix
      
      * fix
      4e4f4586