1. 27 2月, 2019 1 次提交
  2. 26 2月, 2019 1 次提交
  3. 22 2月, 2019 1 次提交
    • N
      5. add static trt load model · 1d5ef7c9
      nhzlx 提交于
      1). add static trt load model
      2). fix bug: when device_id is not 0, the trt will have a bug
      test=develop
      1d5ef7c9
  4. 18 2月, 2019 1 次提交
  5. 15 2月, 2019 1 次提交
  6. 14 2月, 2019 2 次提交
  7. 11 2月, 2019 1 次提交
  8. 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
  9. 01 2月, 2019 1 次提交
  10. 31 1月, 2019 3 次提交
  11. 30 1月, 2019 1 次提交
  12. 29 1月, 2019 4 次提交
  13. 28 1月, 2019 4 次提交
  14. 27 1月, 2019 1 次提交
  15. 26 1月, 2019 2 次提交
  16. 25 1月, 2019 2 次提交
  17. 24 1月, 2019 3 次提交
  18. 23 1月, 2019 4 次提交
  19. 22 1月, 2019 2 次提交
    • N
      fix comments · 2f4aee36
      nhzlx 提交于
      test=develop
      2f4aee36
    • N
      fix trt stream bug. · ec213730
      nhzlx 提交于
      BUG: After continuing to input different data, the output cannot be aligned
      test=develop
      ec213730
  20. 21 1月, 2019 2 次提交
  21. 18 1月, 2019 1 次提交