1. 13 1月, 2022 1 次提交
  2. 09 12月, 2021 1 次提交
  3. 08 12月, 2021 1 次提交
  4. 03 12月, 2021 1 次提交
  5. 30 11月, 2021 1 次提交
  6. 24 11月, 2021 1 次提交
  7. 23 11月, 2021 2 次提交
  8. 12 11月, 2021 1 次提交
  9. 29 10月, 2021 1 次提交
  10. 28 10月, 2021 1 次提交
  11. 27 10月, 2021 1 次提交
  12. 26 10月, 2021 1 次提交
  13. 23 10月, 2021 1 次提交
  14. 20 10月, 2021 1 次提交
  15. 19 10月, 2021 1 次提交
  16. 15 10月, 2021 1 次提交
  17. 13 10月, 2021 1 次提交
  18. 12 10月, 2021 1 次提交
  19. 11 10月, 2021 2 次提交
  20. 24 9月, 2021 2 次提交
  21. 22 9月, 2021 1 次提交
    • J
      fix conv2d convert test (#35627) · 1238115e
      JingZhuangzhuang 提交于
      * support nnadapter and ascend310
      
      * modify code
      
      * add anchor_generator convert test
      
      * add gelu convert test
      
      * add conv2d convert test
      
      * modify anchor_operator convert test
      
      * modify conv2d test
      
      * modify con2d convert test
      
      * modify conv2d convert test
      
      * modify conv2d convert test
      
      * modify conv2d test
      
      * fix WITH_PYTHON compile error
      
      * modify test file
      
      * modify test file
      
      * modify test file
      
      * modify test file
      
      * modify test file
      
      * modify test file
      
      * modify test file
      
      * modify test file
      Co-authored-by: Nxiaoxiaohehe001 <hiteezsf@163.com>
      Co-authored-by: Njiweibo <jiweibo@baidu.com>
      1238115e
  22. 17 9月, 2021 1 次提交
  23. 16 9月, 2021 1 次提交
  24. 15 9月, 2021 3 次提交
    • X
      [Paddle Inference]Add split op TRT converter unittest. (#35127) · e26a2504
      xiaoxiaohehe001 提交于
      * add_split_op
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      
      * add_split_teller
      e26a2504
    • X
      [Paddle Inference]Add Transpose op TRT converter unittest (#35138) · 09f920a2
      xiaoxiaohehe001 提交于
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      
      * add_transpose_teller
      09f920a2
    • add test (#35405) · 4cf1255c
      提交于
      4cf1255c
  25. 14 9月, 2021 1 次提交
  26. 10 9月, 2021 2 次提交
  27. 07 9月, 2021 1 次提交
  28. 30 8月, 2021 1 次提交
  29. 11 8月, 2021 1 次提交
  30. 29 7月, 2021 1 次提交
    • W
      Tile supported (#34388) · cffa15c5
      wenbin 提交于
      * tile op
      
      * more uts
      
      * disable tile if trt6.0
      
      * typo
      
      * fix timeout issue
      
      * opteller
      
      * opteller remove duplicate code
      
      * comments.	test=document_fix
      
      * modify PADDLE_ENFORCE.
      
      * fix reduce_mean issue
      cffa15c5
  31. 21 7月, 2021 1 次提交
    • W
      trt reduce_mean supported. (#34204) · aff14962
      wenbin 提交于
      * reduce_mean supported. test=allcase
      
      * ut. test=allcase
      
      * test=develop
      
      * ut.test=allcase
      
      * correct name. test=allcase
      
      * correct UT. test=allcase
      
      * correct UT.test=develop
      
      * remove op
      
      * UT
      
      * add convert
      
      * fix timeout issue
      
      * more uts
      
      * more ut
      
      * correct ut
      aff14962
  32. 12 7月, 2021 1 次提交
    • Z
      [Paddle-TRT] IPluginExt -> IPluginV2 (#33680) · 394f92aa
      zlsh80826 提交于
      * add trt LT version helper
      
      * upgrade PluginTensorRT to IPluginV2Ext
      
      * trt plugin factory is not usable in IPluginV2
      
      * upgrade add plugin api to use IPluginV2
      
      * remove IPlugin register and adapt getSerializeSize(), serialize()
      
      * adapt IPluginV2Layer
      
      * downgrade to IPluginV2
      
      * implement elementwise clone
      
      * add gelu plugin creator and fix gelu serialization bug
      
      * add swish plugin creator and fix swish serialization bug
      
      * format
      
      * fix typo
      
      * add elementwise plugin creator and fix serialization
      
      * add base creator class
      
      * add gelu plugin creator
      
      * add hard swish creator and fix serialization
      
      * add instance norm creator and fix serialization
      
      * add layer norm creator and fix serialization
      
      * add pool creator and fix serialization
      
      * add prelu creator and fix serialization
      
      * add slice creator and fix serialization
      
      * add swish creator and fix serialization
      
      * add instance norm op unittest
      
      * remove redundent api
      
      * fix wrong graph size to enable trt
      
      * instance norm function move to cc
      
      * add trt elementwise ut to trigger coverage
      
      * remove opt cahce to hit serialization coverage
      
      * remove opt cahce to hit serialization coverage
      
      * remove unused code
      
      * remove unused inputs_
      
      * add dbg info
      
      * remove dbg info
      
      * add instance norm serialization
      
      * roll back
      
      * remove comment code
      
      * remove trt plugin registery
      
      * fix prelu dynamic serialization
      
      * add prelu ut and reduce the input size to reduce memory usage
      
      * fix pool dynamic plugin serialization and add ut
      
      * refine pool ut with subtest
      
      * add env for avoiding oom
      
      * reduce test input size & increase pool op ut to 45s
      
      * add the contributor
      
      * remove copyright (will add in contributor)
      
      * remove copyright (will add in contributor)
      394f92aa
  33. 28 6月, 2021 1 次提交
  34. 24 6月, 2021 1 次提交
    • Z
      [Paddle-TRT] Remove TensorRT deprecated API (#33654) · b6e9498e
      zlsh80826 提交于
      * add trt LT version helper
      
      * remove deprecated nvinfer1::DimsCHW and replace it to nvinfer1::Dims3
      
      * remove deprecated nvinfer1::DimsNCHW and replace it to nvinfer1::Dims4
      
      * update deserialize engine
      
      * update to createNetworkV2
      
      * update to createNetworkV2
      
      * update buildWithConfig and remove redundent config settings
      
      * replace createNetwork to createNetworkV2
      
      * fix int8
      
      * addMatrixMultiply
      
      * remove unnecessary const cast
      
      * IBuilder->setInt8Calibrator() is deprecated
      
      * auto enable fp16 when using int8
      
      * remove the redundant line
      b6e9498e