1. 21 6月, 2022 2 次提交
    • H
      [Inference]Fix the ort Backend multiple input bug (#43621) · 61591afe
      heliqi 提交于
      * fix or backend many inputs bug
      
      * fix or backend many inputs bug
      
      * fix or backend many inputs bug
      
      * fix or backend many inputs bug
      
      * code format
      
      * code format
      61591afe
    • S
      Generalize conv+activation fuse pass (#43382) · 347e4b2e
      Sławomir Siwek 提交于
      * consolidate conv act passes
      
      * generalize conv_activation
      
      * integrate conv+act tests
      
      * code style format
      
      * whitespaces
      
      * remove timeout from old tests
      
      * implement comments from review
      
      * restore ut
      
      * whitespace
      
      * code style
      
      * transpose
      
      * fixes after review
      
      * method for gettin act
      
      * Change Paddle_enforce error type
      
      * code format
      
      * add missing opcompats
      347e4b2e
  2. 20 6月, 2022 1 次提交
  3. 17 6月, 2022 1 次提交
  4. 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
  5. 14 6月, 2022 1 次提交
  6. 13 6月, 2022 1 次提交
  7. 09 6月, 2022 1 次提交
  8. 08 6月, 2022 1 次提交
  9. 07 6月, 2022 2 次提交
  10. 06 6月, 2022 1 次提交
    • H
      [inference]Resolve protobuf of ORT Backend conflict (#43159) · 607a1d65
      heliqi 提交于
      * modify paddle2onnx cmake
      
      * modify paddle2onnx cmake
      
      * modify export interface
      
      * modify paddle2onnx export
      
      * paddle2onnx add mac windows
      
      * modify paddle2onnx mac windows cmake
      
      * modify paddle2onnx mac windows cmake
      
      * modify paddle2onnx cmake support windows
      
      * modify paddle2onnx cmake support windows
      
      * modify paddle2onnx cmake support windows
      Co-authored-by: Nxiegegege <xiege01@baidu.com>
      607a1d65
  11. 05 6月, 2022 1 次提交
  12. 04 6月, 2022 1 次提交
  13. 02 6月, 2022 2 次提交
  14. 30 5月, 2022 1 次提交
  15. 25 5月, 2022 1 次提交
  16. 20 5月, 2022 1 次提交
  17. 19 5月, 2022 3 次提交
  18. 17 5月, 2022 1 次提交
  19. 13 5月, 2022 1 次提交
  20. 12 5月, 2022 3 次提交
  21. 11 5月, 2022 1 次提交
    • Z
      Move weights and biases scale computing into pass (#42241) · c0652972
      Zuza Gawrysiak 提交于
      * Add int8 scales gathering pass for convolution
      
      * Fix typo
      
      * Add unittest
      
      * Add corrected unit test
      
      * Change test name
      
      * Remove enabling mkldnn in test
      
      * Speed up test
      
      * Change max examples
      
      * Add functional test
      
      * Change test name
      
      * Add new test case
      
      * Rename pass
      c0652972
  22. 10 5月, 2022 2 次提交
  23. 04 5月, 2022 1 次提交
  24. 28 4月, 2022 1 次提交
  25. 25 4月, 2022 1 次提交
    • H
      Fix compiling ort test cases error on Windows (#42186) · 3241cea2
      heliqi 提交于
      * fix windows compile test case error
      
      * test windows ci
      
      * cmake add onnxruntime
      
      * cmake add onnxruntime
      
      * test windows ci
      
      * auto_code_generator add ort lib copy
      
      * fallback modify windows ci bat
      
      * ci notest;test=document_fix;test=windows_ci_inference;test=windows_ci;test=windows_op
      3241cea2
  26. 21 4月, 2022 2 次提交
  27. 20 4月, 2022 1 次提交
  28. 19 4月, 2022 2 次提交
  29. 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
  30. 14 4月, 2022 1 次提交
    • J
      Fix to #38693 (minimal UT) (#41026) · d0f3296b
      Jacek Czaja 提交于
      * Add UT
      
      - Added missed data_layout
      
      - Added missing conversions
      
      - NDHWC added
      
      - NDHWC support in data_transform
      
      - another fix
      
      - condddate change
      
      - fix
      
      u- fix
      
      - fix
      
      - fix
      
      - fix
      
      - fix
      
      - fix to hack
      
      - compilation fix
      
      - fix to automatic merge
      
      * - reduced UT
      
      * - fix
      
      * - lint
      
      * - fix to lint
      d0f3296b