1. 27 10月, 2022 2 次提交
    • A
      [JIT] Add Predictor for JITLayer (#47379) · b160d09e
      Aurelius84 提交于
      * add predictor_engine
      
      * add predictor_engine
      
      * fix zero shape
      
      * fix lodTensor
      
      * fix unittest
      
      * fix code style
      
      * update CmakeList
      b160d09e
    • L
      make all cpp tests dynamic linked to libpaddle.so [except windows] (#47088) · 2096448b
      Leo Chen 提交于
      * make all cpp tests dynamic linked to libpaddle.so
      
      * add comments
      
      * keep old cc_test for some tests
      
      * fix some ut
      
      * make some ut use cc_test_old
      
      * fix typos and fit for win32
      
      * fix lib path
      
      * fix some tests
      
      * skip lite test
      
      * fit for rocm
      
      * fit for cinn
      
      * fit for mac
      
      * fit for win32
      
      * skip inference ut
      
      * skip  windows
      
      * fix coverage
      2096448b
  2. 26 10月, 2022 2 次提交
  3. 24 10月, 2022 2 次提交
  4. 20 10月, 2022 2 次提交
  5. 19 10月, 2022 1 次提交
  6. 18 10月, 2022 2 次提交
  7. 17 10月, 2022 3 次提交
  8. 16 10月, 2022 1 次提交
  9. 14 10月, 2022 2 次提交
  10. 13 10月, 2022 1 次提交
  11. 12 10月, 2022 2 次提交
  12. 11 10月, 2022 1 次提交
  13. 10 10月, 2022 1 次提交
  14. 08 10月, 2022 2 次提交
  15. 30 9月, 2022 1 次提交
  16. 29 9月, 2022 1 次提交
  17. 28 9月, 2022 1 次提交
    • C
      Remove the declaration of using Tensor in framework/tensor.h (#46432) · e12a905e
      Chen Weihang 提交于
      * remove needless using tensor
      
      * remove needless using tensor
      
      * resolve conflict
      
      * replace tensor using
      
      * fix format error
      
      * revert needless changing
      
      * fix rocm and npu compile error
      
      * fix cinn compile error
      
      * fix format error
      
      * fix mkldnn format error
      
      * fix mkldnn format error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * resolve conflict
      e12a905e
  18. 27 9月, 2022 2 次提交
  19. 22 9月, 2022 1 次提交
  20. 21 9月, 2022 1 次提交
  21. 20 9月, 2022 1 次提交
  22. 19 9月, 2022 1 次提交
  23. 15 9月, 2022 1 次提交
  24. 14 9月, 2022 2 次提交
  25. 07 9月, 2022 1 次提交
    • W
      Layernorm shift partition (#45736) · 960109af
      wenbin 提交于
      * first commit
      
      * conver done
      
      * correct format
      
      * layernorm_shift_partition
      
      * correct convert
      
      * redefine plugin
      
      * runable
      
      * bug fix
      
      * modify ShiftPartitionPattern
      
      * correct
      
      * add UT
      
      * modify ut
      
      * compile
      
      * modify enforce
      
      * modify UT
      960109af
  26. 06 9月, 2022 2 次提交
  27. 05 9月, 2022 1 次提交
    • Y
      New format quant model support for MKLDNN (#45416) · 4e4f4586
      yeliang2258 提交于
      * support onnx format quantized model
      
      * update code
      
      * add test
      
      * add test
      
      * fix
      
      * fix test
      
      * fix cmake
      
      * update code
      
      * change scale file path to calibration file path
      
      * update code
      
      * update code
      
      * fix build bug
      
      * fix build bugs
      
      * fix
      
      * fix
      4e4f4586