1. 23 9月, 2021 1 次提交
  2. 09 6月, 2021 2 次提交
  3. 01 4月, 2021 1 次提交
    • Z
      [Paddle-TRT] add anchor generator op plugin (#31730) · b807e408
      zlsh80826 提交于
      * add anchor generator op plugin
      
      * add anchor generator unit_test
      
      * remove dbg info
      
      * remove redundant line
      
      * replace assertion with paddle enforce
      
      * dynamic plugin replaces assertion with paddle enforce
      
      * anchor generator support dynamic shape on spatial axis
      
      * anchor generator test with fp16, dynamic shape
      
      * add anchor generator test all
      
      * add back main
      
      * reduce test input size to not exceed the timelimit of ci
      
      * change super to InferencePassTest for python2 compatibility
      
      * reuse paddle operator anchor generator
      
      * move creator construct to header with default
      
      * add cuda ifdef
      
      * reduce line
      
      * change super to InferencePassTest for python2 compatibility
      
      * fix anchor generator fp16 serialize setting
      
      * split unittest from test_all
      
      * restrict anchor generator input format before version 7234
      
      * anchor generator only support greater than trt7.1
      
      * change min_graph_size to 2
      
      * min_graph size to 3 if dynamic shape
      
      * reduce dynamic shape size to avoid trt search tactic too long to exceed time limit
      
      * remove anchor from fetch list
      
      * anchor generator support all trt version
      
      * fix memory not allocated but if serialized
      b807e408
  4. 25 3月, 2021 1 次提交
  5. 19 3月, 2021 3 次提交
  6. 08 3月, 2021 1 次提交
  7. 23 2月, 2021 1 次提交
  8. 19 2月, 2021 1 次提交
  9. 04 2月, 2021 1 次提交
  10. 25 1月, 2021 1 次提交
  11. 11 1月, 2021 1 次提交
  12. 06 1月, 2021 1 次提交
  13. 04 1月, 2021 1 次提交
  14. 31 12月, 2020 1 次提交
  15. 27 11月, 2020 1 次提交
  16. 05 11月, 2020 1 次提交
  17. 02 11月, 2020 1 次提交
  18. 29 10月, 2020 1 次提交
  19. 28 10月, 2020 1 次提交
  20. 27 10月, 2020 1 次提交
  21. 21 10月, 2020 1 次提交
  22. 20 10月, 2020 1 次提交
  23. 19 10月, 2020 1 次提交
  24. 29 9月, 2020 1 次提交
  25. 23 9月, 2020 1 次提交
  26. 09 9月, 2020 1 次提交
  27. 08 9月, 2020 1 次提交
  28. 24 8月, 2020 1 次提交
  29. 08 8月, 2020 1 次提交
  30. 11 7月, 2020 1 次提交
  31. 02 7月, 2020 1 次提交
    • Y
      Add `matrix_nms_op` (#24400) · 6d6efafe
      Yang Zhang 提交于
      * Add `matrix_nms_op`
      
      test=develop
      
      * Make ci happy
      
      test=develop
      
      * Exit early when no detection
      
      test=develop
      
      * Fix license year
      
      test=develop
      
      * Output index as well
      
      test=develop
      
      * Match nms2 lod behavior and add `return_index` flag
      
      test=develop
      
      * Make CI happy
      
      test=develop
      
      * Fix wording
      
      test=develop
      6d6efafe
  32. 30 6月, 2020 1 次提交
  33. 05 6月, 2020 1 次提交
  34. 14 5月, 2020 2 次提交
  35. 13 5月, 2020 2 次提交