1. 18 2月, 2019 1 次提交
  2. 15 2月, 2019 1 次提交
  3. 14 2月, 2019 1 次提交
  4. 02 2月, 2019 2 次提交
    • P
      fix dependency · 061299be
      peizhilin 提交于
      test=develop
      061299be
    • 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
  5. 31 1月, 2019 1 次提交
  6. 29 1月, 2019 1 次提交
  7. 26 1月, 2019 2 次提交
  8. 25 1月, 2019 1 次提交
  9. 24 1月, 2019 1 次提交
    • N
      fix two bug: · 0779e355
      nhzlx 提交于
      1. graph and program_desc alignment
      2. trt stream
      
      test=develop
      0779e355
  10. 23 1月, 2019 1 次提交
  11. 21 1月, 2019 1 次提交
  12. 16 1月, 2019 1 次提交
  13. 09 1月, 2019 1 次提交
  14. 08 1月, 2019 2 次提交
  15. 07 1月, 2019 1 次提交
  16. 26 12月, 2018 2 次提交
  17. 24 12月, 2018 2 次提交
  18. 17 12月, 2018 1 次提交
  19. 10 12月, 2018 1 次提交
  20. 08 12月, 2018 1 次提交
  21. 06 12月, 2018 2 次提交
  22. 03 12月, 2018 1 次提交
    • X
      fix hack · 0591ba96
      Xin Pan 提交于
      test=develop
      0591ba96
  23. 29 11月, 2018 2 次提交
  24. 28 11月, 2018 1 次提交
  25. 27 11月, 2018 2 次提交
  26. 22 11月, 2018 1 次提交
  27. 21 11月, 2018 1 次提交
  28. 20 11月, 2018 2 次提交
  29. 19 11月, 2018 2 次提交
  30. 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