1. 12 11月, 2021 1 次提交
  2. 14 9月, 2021 1 次提交
  3. 27 7月, 2021 1 次提交
  4. 06 7月, 2021 1 次提交
  5. 24 3月, 2021 1 次提交
  6. 04 2月, 2021 1 次提交
  7. 23 12月, 2020 1 次提交
  8. 24 9月, 2020 1 次提交
    • W
      use iwyu clean include (#27267) · df43905f
      wanghuancoder 提交于
      * use iwyu clean include, test=develop, test=win
      
      * compilation error, test=develop
      
      * fix compilation error2, test=develop
      
      * fix compilation error3, test=develop
      
      * fix compilation error4, test=develop
      
      * fix compilation error5, test=develop
      
      * fix compilation error6, test=develop
      
      * fix compilation error7, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error10, test=develop
      
      * fix compilation error11, test=develop
      df43905f
  9. 16 9月, 2020 1 次提交
  10. 03 9月, 2020 1 次提交
  11. 25 9月, 2019 1 次提交
  12. 17 9月, 2019 1 次提交
  13. 19 8月, 2019 1 次提交
  14. 08 7月, 2019 1 次提交
  15. 11 6月, 2019 1 次提交
  16. 06 6月, 2019 1 次提交
  17. 16 5月, 2019 1 次提交
  18. 09 5月, 2019 1 次提交
    • Z
      fix: (#17279) · 7a3bb061
      Zhaolong Xing 提交于
      1. infernce multi card occupy
      2. facebox model inference occupy too much
      test=develop
      7a3bb061
  19. 28 3月, 2019 2 次提交
    • N
      Anakin ssd support · d065b5bf
      nhzlx 提交于
      refine trt first run
      add quant dequant fuse pass
      omit simplify_anakin_priorbox_detection template
      omit transpose_flatten_concat_fuse template
      test=develop
      d065b5bf
    • C
      Fix the interface of Pass::Apply (#16484) · ed61d67c
      chengduo 提交于
      * modify the interface of Pass::Allay
      test=develop
      
      * Polish code
      test=develop
      
      * Fix Travis CI
      test=develop
      
      * fix Pass::Apply interface
      test=develop
      
      * Fix Travis CI
      test=develop
      ed61d67c
  20. 20 3月, 2019 2 次提交
  21. 08 3月, 2019 1 次提交
  22. 15 2月, 2019 1 次提交
  23. 02 2月, 2019 1 次提交
    • G
      Fix std::abs usage in memory_optimize_pass.cc (#15627) · 2bf63f4c
      Gabor Buella 提交于
      test=develop
      
      size_t is an unsigned integer, with a conversion rank
       larger than int, therefore in the following expression
       the int value was promoted to size_t, making it a
       subtraction of unsigned values. The result of such
       a subtraction is also an unsigned value.
      2bf63f4c
  24. 26 1月, 2019 1 次提交
  25. 24 1月, 2019 1 次提交
    • N
      fix two bug: · 0779e355
      nhzlx 提交于
      1. graph and program_desc alignment
      2. trt stream
      
      test=develop
      0779e355
  26. 23 1月, 2019 1 次提交
  27. 21 1月, 2019 1 次提交
  28. 08 1月, 2019 1 次提交
  29. 07 1月, 2019 1 次提交
  30. 10 12月, 2018 1 次提交
  31. 06 12月, 2018 2 次提交
  32. 29 11月, 2018 1 次提交
  33. 28 11月, 2018 1 次提交
  34. 20 11月, 2018 1 次提交
  35. 19 11月, 2018 2 次提交
  36. 16 11月, 2018 1 次提交
    • S
      fix gpu load model · 4bf6817c
      superjomn 提交于
      the parameters will load from CPUPlace, that will keep copying data
      between CPU and GPU places.
      
      test=develop
      4bf6817c