1. 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
  2. 18 2月, 2019 1 次提交
  3. 15 2月, 2019 1 次提交
  4. 14 2月, 2019 2 次提交
  5. 11 2月, 2019 1 次提交
  6. 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
  7. 01 2月, 2019 1 次提交
  8. 31 1月, 2019 3 次提交
  9. 30 1月, 2019 1 次提交
  10. 29 1月, 2019 4 次提交
  11. 28 1月, 2019 4 次提交
  12. 27 1月, 2019 1 次提交
  13. 26 1月, 2019 2 次提交
  14. 25 1月, 2019 2 次提交
  15. 24 1月, 2019 3 次提交
  16. 23 1月, 2019 4 次提交
  17. 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
  18. 21 1月, 2019 2 次提交
  19. 18 1月, 2019 2 次提交
  20. 17 1月, 2019 1 次提交