1. 07 5月, 2019 1 次提交
  2. 05 5月, 2019 1 次提交
  3. 23 4月, 2019 1 次提交
  4. 22 4月, 2019 1 次提交
    • W
      add parallel build script to ci … (#16901) · d9991dcc
      wopeizl 提交于
      * add parallel build script to ci test=develop
      * 1. classify the test case as single card/two cards/multiple cards type
         2. run test case according to the run type
      d9991dcc
  5. 19 4月, 2019 1 次提交
  6. 15 4月, 2019 1 次提交
  7. 12 4月, 2019 1 次提交
  8. 11 4月, 2019 1 次提交
  9. 09 4月, 2019 1 次提交
  10. 03 4月, 2019 3 次提交
  11. 02 4月, 2019 2 次提交
  12. 29 3月, 2019 1 次提交
  13. 28 3月, 2019 3 次提交
  14. 26 3月, 2019 1 次提交
  15. 25 3月, 2019 1 次提交
  16. 22 3月, 2019 1 次提交
  17. 21 3月, 2019 2 次提交
  18. 20 3月, 2019 8 次提交
  19. 19 3月, 2019 3 次提交
  20. 18 3月, 2019 1 次提交
    • W
      Add cpu_quantize_pass for C-API quantization (#16127) · 2579ade4
      Wojciech Uss 提交于
      * Add cpu_quantize_pass for C-API quantization
      
      test=develop
      
      * add cpu_quantize_pass test
      
      * fix lint: add include memory unorderd_map and unordered_set
      
      test=develop
      
      * fuse_relu 1
      
      test=develop
      
      * tuned 2 without squash
      
      * fixes
      
      test=develop
      
      * remove unused vars
      
      test=develop
      
      * refactored
      
      test=develop
      
      * fix lint c-style cast -> C++ style cast
      
      test=develop
      
      * remove QuantMax and c style casts
      
      test=develop
      
      * last usage of QuantMax removed
      
      test=develop
      
      * Fix Analysis Predictor UT
      
      Check if memory_optimize_pass has already been added
      to the analysis config before adding a new one, so
      that it is not added multiple times.
      test=develop
      
      * change map to unordered_map
      
      fix the forgotten part of cpu_quantize_pass_tester.cc
      
      test=develop
      
      * removed quantized attribute
      
      * fixed cpu_quantize_pass_tester and op attr comments
      
      test=develop
      
      * removed redundant line
      
      test=debug
      
      * removed gmock
      
      test=develop
      
      * fix after merge
      2579ade4
  21. 15 3月, 2019 1 次提交
  22. 13 3月, 2019 2 次提交
  23. 11 3月, 2019 1 次提交
  24. 08 3月, 2019 1 次提交
    • N
      cant not pass ci · 2891070c
      nhzlx 提交于
      add if use static engine for trt
      test=develop
      2891070c