1. 22 7月, 2022 1 次提交
  2. 21 7月, 2022 2 次提交
  3. 19 7月, 2022 3 次提交
  4. 18 7月, 2022 1 次提交
  5. 15 7月, 2022 1 次提交
  6. 13 7月, 2022 1 次提交
  7. 12 7月, 2022 1 次提交
    • S
      matmul+activation fuse pass (#43519) · 3333a439
      Sławomir Siwek 提交于
      * add method for post ops
      
      * format code
      
      * gpd
      
      * format style
      
      * add matmul+act test
      
      * implement matmul+activation
      
      * whitespaces
      
      * code style
      
      * python code format
      
      * Increase UT timeout
      
      * code format
      
      * update style
      
      * generalize activation fuse passes
      
      * change order
      
      * Unify activation GPD
      
      * Revert changes with op_act
      
      * remove softmax mkldnn attrs
      
      * set common name for act attributes
      
      * whitespace
      
      * append postops by helper function
      
      * ut style
      
      * revert changes related to quantization
      
      * Reduce redundancy
      
      * reduce number of parameters
      
      * trigger CI
      
      * validate attribute
      
      * trim unit test
      3333a439
  8. 11 7月, 2022 2 次提交
  9. 08 7月, 2022 1 次提交
  10. 07 7月, 2022 1 次提交
  11. 30 6月, 2022 1 次提交
  12. 29 6月, 2022 2 次提交
  13. 28 6月, 2022 2 次提交
  14. 26 6月, 2022 1 次提交
  15. 24 6月, 2022 1 次提交
  16. 23 6月, 2022 2 次提交
    • C
      add cast trt converter (#43447) · b6bf8994
      ccrrong 提交于
      * add cast trt converter
      b6bf8994
    • S
      [external reviewing] Params to int8 pass (#42625) · b8b2d6a9
      Sylwester Fraczek 提交于
      * sylwek
      
      prototype params to int8 pass
      
      * trying to make warmup work
      
      * wip
      
      * wip
      
      * change test to cpp test
      
      * review fixes, refactoring
      
      * more refactoring
      
      * add erasevars
      
      * change test to fixture
      
      * rename pass
      
      and reorder erasevars and graphsaferemovenodes
      
      * fix
      
      * more refactoring and fixed bug
      
      * formatting
      
      * remove scale count
      
      * enfroce message too short
      
      * remove erasevars
      
      erasevars couldbe cauuse of memory issues
      
      some other fixes
      
      * add count of successfull fuses to name of new nodes
      
      * FindVar -> GetVar and use ConvResidual pattern
      
      * use tensor->clear() instead of new variable
      
      * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/fluid/inference/tests/api/analyzer_lexical_analysis_gru_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * add log (review fix)c
      
      * review fix (2 functions to one)
      
      * code review: Conv->QuantizeConv
      
      * revert
      
      * fix formatting
      
      * remove unused functions
      
      * add paddle enforce
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      b8b2d6a9
  17. 22 6月, 2022 2 次提交
  18. 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
  19. 20 6月, 2022 1 次提交
  20. 17 6月, 2022 1 次提交
  21. 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
  22. 14 6月, 2022 1 次提交
  23. 13 6月, 2022 1 次提交
  24. 09 6月, 2022 1 次提交
  25. 08 6月, 2022 1 次提交
  26. 07 6月, 2022 2 次提交
  27. 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
  28. 05 6月, 2022 1 次提交
  29. 04 6月, 2022 1 次提交
  30. 02 6月, 2022 1 次提交
    • T
      Enable fc on bfloat16 (#43154) · cb1a0ec1
      Tomasz Socha 提交于
      * Enable fc on bfloat16
      
      * Add pass for residual connection
      
      * Dissable Residual connection pass for now
      
      * Ban ResidualData from DQ
      
      * style
      
      * WO for python tests
      cb1a0ec1