1. 22 7月, 2022 1 次提交
  2. 19 7月, 2022 3 次提交
  3. 18 7月, 2022 1 次提交
  4. 15 7月, 2022 1 次提交
  5. 08 7月, 2022 1 次提交
  6. 30 6月, 2022 1 次提交
  7. 29 6月, 2022 2 次提交
  8. 24 6月, 2022 1 次提交
  9. 23 6月, 2022 1 次提交
  10. 20 6月, 2022 1 次提交
  11. 17 6月, 2022 1 次提交
  12. 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
  13. 13 6月, 2022 1 次提交
  14. 09 6月, 2022 1 次提交
  15. 08 6月, 2022 1 次提交
  16. 07 6月, 2022 1 次提交
  17. 05 6月, 2022 1 次提交
  18. 02 6月, 2022 1 次提交
  19. 20 5月, 2022 1 次提交
  20. 19 5月, 2022 1 次提交
  21. 17 5月, 2022 1 次提交
  22. 12 5月, 2022 1 次提交
  23. 10 5月, 2022 1 次提交
  24. 28 4月, 2022 1 次提交
  25. 21 4月, 2022 1 次提交
  26. 19 4月, 2022 1 次提交
  27. 17 4月, 2022 1 次提交
    • C
      [Perf] Optimize dygraph scheduling performance (#41696) · 7ee31a96
      Chen Weihang 提交于
      * split phi and fluid infermeta context
      
      * resolve conflict
      
      * fix type error
      
      * optimize scheduling perf
      
      * spec small vector size
      
      * replace all grad var name
      
      * fix test failed
      
      * move init defalut signature
      
      * polish details
      
      * polish details
      
      * fix no init bug
      
      * init sig for tests
      
      * add init sig for infer
      
      * fix infrt error
      
      * fix infrt failed
      
      * fix kunlun error
      
      * fix infrt failed
      7ee31a96
  28. 14 4月, 2022 1 次提交
  29. 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
  30. 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
  31. 07 4月, 2022 2 次提交
  32. 06 4月, 2022 1 次提交
  33. 31 3月, 2022 1 次提交
  34. 17 3月, 2022 2 次提交
  35. 10 3月, 2022 1 次提交
    • H
      Inference add ONNXRuntime back-end (#39988) · 431afc39
      heliqi 提交于
      * add onnxruntime predictor
      
      * Add code comments
      
      * support link paddle2onnx onnxruntime
      
      * support onnxruntime with python
      
      * support onnxruntime with python
      
      * support onnxruntime with windows
      
      * paddle2onnx compile with windows
      
      * supoort windows compile
      
      * supoort windows compile with onnxruntime
      
      * supoort windows compile with paddle2onnx
      
      * supoort mac compile
      
      * compile with mac
      
      * compile with mac
      
      * add code comments
      
      * fix remind word
      
      * code optimization
      
      * add test case
      
      * add test case
      
      * add inference demo_ci test case
      
      * fix compile paddle2onnx with no python
      
      * add inference demo_ci test case
      
      * add inference demo_ci test case
      
      * add inference infer_ut test case
      
      * support c go api and test cases
      
      * add converage test case
      
      * add converage test case
      
      * add capi test case
      
      * add capi test case
      431afc39