1. 19 12月, 2022 1 次提交
    • Y
      [cherry-pick][Inference] support mixed precision inference (#49077) · ddcd1b61
      Yuanle Liu 提交于
      * [Release2.4] Revert python link prs (#48573)
      
      * Revert "Fix mac link python (#48017)"
      
      This reverts commit 3fa7a736.
      
      * Revert "[Cherry-pick] Fix python link error (#47811)"
      
      This reverts commit ff642c68.
      
      * Update config.go
      
      * [Paddle Inference] Add float_to_half_pass to support  inference with mixed precision (#47993)
      
      * [Inference] optimize some code and fix some bug (#48780)
      
      * clean ir_pass_manager and fix map_depthwise_conv_to_conv_pass
      
      * fix unitest timeout
      
      * [Paddle Inference] clean unused code  (#48392)
      
      * fix
      
      * update
      
      * update
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      ddcd1b61
  2. 28 10月, 2022 1 次提交
  3. 20 10月, 2022 1 次提交
  4. 18 10月, 2022 2 次提交
  5. 17 10月, 2022 1 次提交
  6. 20 9月, 2022 1 次提交
  7. 19 9月, 2022 1 次提交
  8. 14 9月, 2022 1 次提交
  9. 08 9月, 2022 1 次提交
  10. 07 9月, 2022 1 次提交
  11. 06 9月, 2022 1 次提交
  12. 05 9月, 2022 2 次提交
    • 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
    • D
      Update DlNNE engine (#45027) · 638965c5
      denglin-github 提交于
      * add config param for enable_dlnne and support calibration mode
      * remove useless file
      * refine code and add annotation
      * refine code of Warnning tips
      638965c5
  13. 25 8月, 2022 1 次提交
  14. 24 8月, 2022 1 次提交
  15. 15 8月, 2022 1 次提交
  16. 05 8月, 2022 1 次提交
  17. 04 8月, 2022 1 次提交
  18. 21 7月, 2022 1 次提交
  19. 19 7月, 2022 2 次提交
  20. 13 7月, 2022 1 次提交
  21. 08 7月, 2022 1 次提交
  22. 07 7月, 2022 1 次提交
  23. 05 7月, 2022 1 次提交
  24. 02 7月, 2022 1 次提交
    • L
      unify cpu context, part2 (#44012) · 755438a7
      Leo Chen 提交于
      * fix init()
      
      * delete test_device_context
      
      * replace CPUDeviceContext with CPUContext
      
      * fix test_scalar
      
      * remove dot_op.cc
      
      * fix compile
      755438a7
  25. 01 7月, 2022 1 次提交
  26. 29 6月, 2022 1 次提交
  27. 28 6月, 2022 1 次提交
  28. 27 6月, 2022 1 次提交
    • S
      make inference_api_test compile with dynamic linking library (#41944) · f8b9073f
      Sing_chan 提交于
      * make inference_api_test use import_lib + dll to smaller its size;test=document_fix;test=windows_ci_inference
      
      * make place.h not export symbols; change the order of inference test dependencies
      
      * cant delete analysis pass ..in inference_analysis_test or build test_analyzer.exe will failed; temporarily comment test need paddle_inference_c
      
      * add onnx path; cp onnxruntime.dll to tests/api
      
      * make c_ut depend on paddle_inference_c_shared rather than paddle_inference_c
      
      * make c_ut depend .dll in windows and .lib in linux;path add capi_exp
      
      * init context pool by analysis predictor
      
      * make windows and linux both use shared; compile shared even on_infer off
      
      * move case:profile after case:fuse_statis to avoid context pool null problem
      
      * make c_ut depend .dll in windows and .lib in linux;path add capi_exp
      f8b9073f
  29. 26 6月, 2022 1 次提交
  30. 24 6月, 2022 1 次提交
  31. 14 6月, 2022 1 次提交
  32. 05 6月, 2022 1 次提交
  33. 04 6月, 2022 1 次提交
  34. 02 6月, 2022 1 次提交
  35. 30 5月, 2022 1 次提交
  36. 25 5月, 2022 1 次提交
  37. 20 5月, 2022 1 次提交