1. 24 11月, 2020 1 次提交
  2. 20 11月, 2020 1 次提交
  3. 17 11月, 2020 1 次提交
  4. 06 11月, 2020 1 次提交
  5. 05 11月, 2020 1 次提交
  6. 29 10月, 2020 1 次提交
  7. 27 10月, 2020 1 次提交
  8. 26 10月, 2020 1 次提交
  9. 09 10月, 2020 1 次提交
  10. 01 10月, 2020 1 次提交
  11. 26 9月, 2020 1 次提交
  12. 14 9月, 2020 1 次提交
  13. 28 8月, 2020 1 次提交
  14. 07 7月, 2020 1 次提交
  15. 23 6月, 2020 1 次提交
  16. 18 6月, 2020 1 次提交
  17. 11 5月, 2020 1 次提交
    • C
      Add macro BOOST_GET to enrich the error information of boost :: get (#24175) · aa0f254f
      Chen Weihang 提交于
      * add new macro BOOST_GET_SAFELY & unittests, test=develop
      
      * add different macro type, test=develop
      
      * fix get macro type in executor, test=develop
      
      * four macro part change backup
      
      * using one macro for all case, test=develop
      
      * revert attribute change, test=develop
      
      * change to three func to solve gcc4.8 bug, test=develop
      
      * polish some details, test=develop
      aa0f254f
  18. 06 5月, 2020 1 次提交
  19. 30 4月, 2020 1 次提交
  20. 28 4月, 2020 1 次提交
  21. 24 4月, 2020 2 次提交
  22. 22 4月, 2020 1 次提交
  23. 13 4月, 2020 1 次提交
  24. 11 4月, 2020 2 次提交
  25. 08 4月, 2020 2 次提交
  26. 01 4月, 2020 1 次提交
  27. 23 2月, 2020 1 次提交
  28. 06 2月, 2020 1 次提交
  29. 04 2月, 2020 1 次提交
  30. 15 1月, 2020 1 次提交
  31. 10 1月, 2020 1 次提交
    • Z
      Add bn and relu fuse pass (#22048) · 46189b16
      Zhen Wang 提交于
      * add bn and relu fuse pass
      
      * add op attr assert and dtype assert
      
      * fix some inputs&&outputs bugs for the fused op and pattern.
      
      * add the unittest for fuse_bn_act_pass. test=develop
      
      * use normative enforce statements. test=develop
      
      * add the cpu test. test=develop
      
      * add the support of batch_size=1 for the bn with relu op. test=develop
      
      * add the error type for paddle throws. test=develop
      
      * add fused_batch_norm_act and fused_batch_norm_act_grad to op_has_unsed_vars_white_list. test=develop
      46189b16
  32. 09 1月, 2020 1 次提交
  33. 07 1月, 2020 1 次提交
  34. 16 12月, 2019 1 次提交
  35. 12 12月, 2019 1 次提交
  36. 27 11月, 2019 1 次提交
    • 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. 14 11月, 2019 1 次提交