1. 05 4月, 2020 1 次提交
  2. 04 4月, 2020 1 次提交
  3. 03 4月, 2020 1 次提交
  4. 02 4月, 2020 1 次提交
  5. 01 4月, 2020 1 次提交
  6. 27 3月, 2020 1 次提交
  7. 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
  8. 23 3月, 2020 1 次提交
  9. 19 3月, 2020 1 次提交
  10. 12 3月, 2020 1 次提交
  11. 11 3月, 2020 1 次提交
  12. 09 3月, 2020 1 次提交
  13. 04 3月, 2020 1 次提交
  14. 28 2月, 2020 1 次提交
  15. 24 2月, 2020 1 次提交
  16. 15 2月, 2020 1 次提交
  17. 14 2月, 2020 1 次提交
  18. 13 2月, 2020 1 次提交
  19. 05 2月, 2020 1 次提交
  20. 04 2月, 2020 1 次提交
  21. 14 1月, 2020 3 次提交
  22. 09 1月, 2020 1 次提交
  23. 07 1月, 2020 1 次提交
  24. 06 1月, 2020 1 次提交
  25. 30 12月, 2019 1 次提交
  26. 27 12月, 2019 1 次提交
  27. 20 12月, 2019 1 次提交
  28. 16 12月, 2019 1 次提交
  29. 12 12月, 2019 1 次提交
  30. 11 12月, 2019 1 次提交
  31. 10 12月, 2019 1 次提交
  32. 05 12月, 2019 1 次提交
  33. 04 12月, 2019 1 次提交
  34. 03 12月, 2019 1 次提交
  35. 02 12月, 2019 1 次提交
  36. 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
  37. 26 11月, 2019 1 次提交