1. 10 11月, 2022 2 次提交
  2. 02 11月, 2022 1 次提交
  3. 26 10月, 2022 1 次提交
  4. 18 10月, 2022 2 次提交
  5. 13 10月, 2022 1 次提交
  6. 08 10月, 2022 1 次提交
  7. 27 9月, 2022 1 次提交
  8. 20 9月, 2022 1 次提交
  9. 16 9月, 2022 1 次提交
  10. 15 9月, 2022 1 次提交
  11. 07 9月, 2022 1 次提交
    • W
      Layernorm shift partition (#45736) · 960109af
      wenbin 提交于
      * first commit
      
      * conver done
      
      * correct format
      
      * layernorm_shift_partition
      
      * correct convert
      
      * redefine plugin
      
      * runable
      
      * bug fix
      
      * modify ShiftPartitionPattern
      
      * correct
      
      * add UT
      
      * modify ut
      
      * compile
      
      * modify enforce
      
      * modify UT
      960109af
  12. 06 9月, 2022 1 次提交
  13. 04 8月, 2022 1 次提交
  14. 19 7月, 2022 1 次提交
  15. 18 7月, 2022 1 次提交
  16. 15 7月, 2022 1 次提交
  17. 07 7月, 2022 1 次提交
  18. 29 6月, 2022 1 次提交
  19. 23 6月, 2022 1 次提交
  20. 20 6月, 2022 1 次提交
  21. 17 6月, 2022 1 次提交
  22. 16 6月, 2022 1 次提交
    • Z
      [Inference] add squeeze2/unsqueeze2 trt layer (#42782) · 8bc1c82d
      zhoutianzi666 提交于
      * add squeeze2
      
      * add squeeze
      
      * add squeeze2,unsqueeze2
      
      * merge develop
      
      * fix format
      
      * add conditions for squeeze2 and unsqueeze in op_teller
      
      * merge develop
      
      * add squeeze unsqueeze
      
      * add squeeze unsqueeze
      
      * add squeeze unsqueeze
      
      * remove unsqueeze2_eltwise_fuse_pass
      
      * add squeeze/unsqueeze
      8bc1c82d
  23. 13 6月, 2022 1 次提交
  24. 09 6月, 2022 1 次提交
  25. 04 6月, 2022 1 次提交
  26. 02 6月, 2022 1 次提交
  27. 20 5月, 2022 1 次提交
  28. 17 5月, 2022 1 次提交
  29. 12 5月, 2022 1 次提交
  30. 13 4月, 2022 1 次提交
    • F
      init roll convert (#41689) · 14c3c450
      feng_shuai 提交于
      * init roll convert
      
      * add ut for roll convert
      
      * roll convert don't support trt6.0
      
      * fix: change ut for trt 7.0.0.1
      14c3c450
  31. 12 4月, 2022 1 次提交
    • F
      strided_slice (#41573) · b861022a
      feng_shuai 提交于
      * strided_slice
      
      * fix: compiler error because of size()
      
      * fix: warning
      
      * fix : warning
      
      * init input_shape
      
      * fix:forget punctuation
      b861022a
  32. 31 3月, 2022 1 次提交
  33. 16 2月, 2022 1 次提交
  34. 14 1月, 2022 1 次提交
    • H
      add flatten_contiguous_range OpConvert for Paddle-TRT (#38922) · 050aa6fe
      heliqi 提交于
      * add trt_convert_flatten_contiguous_rang op
      
      * trt version >7,support trt_convert_flatten_contiguous_rang
      
      * trt version >7,support trt_convert_flatten_contiguous_rang
      
      * trt version >7,support trt_convert_flatten_contiguous_rang
      
      * test cast add trt version >=7 skip
      050aa6fe
  35. 27 10月, 2021 1 次提交
  36. 26 10月, 2021 1 次提交
  37. 19 10月, 2021 1 次提交
  38. 11 10月, 2021 1 次提交
    • W
      add mish trt plugin (#34123) · 2b7b752a
      wangxinxin08 提交于
      * add mish trt plugin, compile & install success, run error. test=develop
      * modify code according to review
      * add TRT_NOEXCEPT for mish trt plugin
      * add unittest for mish trt plugin
      * remove unnecessary check of mish in op_teller.cc
      * fix some problem of trt8
      * add check and modify unittest while converting mish to trt plugin
      Co-authored-by: Ndengkaipeng <dengkaipeng@baidu.com>
      2b7b752a