1. 08 4月, 2020 1 次提交
  2. 05 4月, 2020 1 次提交
  3. 04 4月, 2020 1 次提交
  4. 03 4月, 2020 1 次提交
  5. 02 4月, 2020 1 次提交
  6. 01 4月, 2020 1 次提交
  7. 27 3月, 2020 1 次提交
  8. 26 3月, 2020 1 次提交
    • Z
      [Paddle-TRT]: Ernie Dynamic shape support. (#23138) · 430b0099
      Zhaolong Xing 提交于
      * add dynamic plugin support.
      test=develop
      
      * change emb eltwise layernorm to math function
      test=develop
      
      * add emb eltwise layernorm
      test=develop
      
      * can run dynamic shape ernie
      test=develop
      
      * fix ci
      test=develop
      
      * add ut for trt ernie dynamic
      
      test=develop
      
      * refine dynamic shape c++ interface.
      test=develop
      
      * fix comments
      test=develop
      
      * fix comments
      test=develop
      430b0099
  9. 23 3月, 2020 1 次提交
  10. 19 3月, 2020 1 次提交
  11. 12 3月, 2020 1 次提交
  12. 11 3月, 2020 1 次提交
  13. 09 3月, 2020 1 次提交
  14. 04 3月, 2020 1 次提交
  15. 28 2月, 2020 1 次提交
  16. 24 2月, 2020 1 次提交
  17. 15 2月, 2020 1 次提交
  18. 14 2月, 2020 1 次提交
  19. 13 2月, 2020 1 次提交
  20. 05 2月, 2020 1 次提交
  21. 04 2月, 2020 1 次提交
  22. 14 1月, 2020 3 次提交
  23. 09 1月, 2020 1 次提交
  24. 07 1月, 2020 1 次提交
  25. 06 1月, 2020 1 次提交
  26. 30 12月, 2019 1 次提交
  27. 27 12月, 2019 1 次提交
  28. 20 12月, 2019 1 次提交
  29. 16 12月, 2019 1 次提交
  30. 12 12月, 2019 1 次提交
  31. 11 12月, 2019 1 次提交
  32. 10 12月, 2019 1 次提交
  33. 05 12月, 2019 1 次提交
  34. 04 12月, 2019 1 次提交
  35. 03 12月, 2019 1 次提交
  36. 02 12月, 2019 1 次提交
  37. 27 11月, 2019 2 次提交
    • Z
      fix C++ multicard inference bug. (#20955) · d1a6e112
      Zhaolong Xing 提交于
      test=develop
      d1a6e112
    • M
      INT8 Fully-connected (#17641) · 5d7d5482
      Michał Gallus 提交于
      * Implement Int8 FC
      
      * Integrate FC into INT8v2
      
      test=develop
      
      * int8 FC: transpose weights before computing scales
      
      test=develop
      
      * Add support for activation_type string in FC
      
      test=develop
      
      * Disable MKL-DNN's FC in VGG16 and 19
      
      test=develop
      
      * Disable FC quantization when mkldnn FC is disabled
      
      test=develop
      
      * Solve PADDLE_ENFORCES in FC int8
      
      * Fix Paddle enforces and remove const cast
      
      test=develop
      
      * Fix style changes
      
      test=develop
      
      * Fix quantizer_tester test and add fc quantization
      
      test=develop
      
      * Fix FC test fail on CUDA
      
      * Remove unnecessary log from quantize placement pass
      
      test=develop
      
      * Add Thread ID to FC hash key
      
      test=develop
      
      * Add comments to MKL-DNN FC Kernel
      
      test=develop
      
      * Refactor quantizer
      
      test=develop
      
      * Fix linter issues
      
      test=develop
      
      * Fix crash in slim googlenet
      
      test=develop
      
      * Fix PADDLE_ENFORCE messages
      
      test=develop
      5d7d5482