1. 20 11月, 2020 1 次提交
  2. 17 11月, 2020 1 次提交
  3. 06 11月, 2020 1 次提交
  4. 05 11月, 2020 1 次提交
  5. 29 10月, 2020 1 次提交
  6. 27 10月, 2020 1 次提交
  7. 26 10月, 2020 1 次提交
  8. 09 10月, 2020 1 次提交
  9. 01 10月, 2020 1 次提交
  10. 26 9月, 2020 1 次提交
  11. 14 9月, 2020 1 次提交
  12. 28 8月, 2020 1 次提交
  13. 07 7月, 2020 1 次提交
  14. 23 6月, 2020 1 次提交
  15. 18 6月, 2020 1 次提交
  16. 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
  17. 06 5月, 2020 1 次提交
  18. 30 4月, 2020 1 次提交
  19. 28 4月, 2020 1 次提交
  20. 24 4月, 2020 2 次提交
  21. 22 4月, 2020 1 次提交
  22. 13 4月, 2020 1 次提交
  23. 11 4月, 2020 2 次提交
  24. 08 4月, 2020 2 次提交
  25. 01 4月, 2020 1 次提交
  26. 23 2月, 2020 1 次提交
  27. 06 2月, 2020 1 次提交
  28. 04 2月, 2020 1 次提交
  29. 15 1月, 2020 1 次提交
  30. 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
  31. 09 1月, 2020 1 次提交
  32. 07 1月, 2020 1 次提交
  33. 16 12月, 2019 1 次提交
  34. 12 12月, 2019 1 次提交
  35. 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
  36. 14 11月, 2019 1 次提交
  37. 08 11月, 2019 1 次提交
    • J
      Add transpose2 INT8 for mkl-dnn (#19424) · 77c20835
      joanna.wozna.intel 提交于
      * Add transpose2 INT8 for mkl-dnn
      
      test=develop
      
      * Fix test_transpose_int8_mkldnn
      
      test=develop
      
      * Revert "Merge branch 'develop' into transpose_int8_mkldnn_2"
      
      This reverts commit 34011bdb, reversing
      changes made to 2ce6473f.
      
      * Revert "Revert "Merge branch 'develop' into transpose_int8_mkldnn_2""
      
      This reverts commit 23754dd7.
      
      * Add template to TransposeMKLDNNHandler
      
      test=develop
      
      * Resolve conflict
      
      test=develop
      
      * Restore get_size and refactor
      
      test=develop
      77c20835