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. 16 9月, 2022 1 次提交
  3. 06 9月, 2022 1 次提交
  4. 08 8月, 2022 1 次提交
  5. 04 8月, 2022 1 次提交
  6. 03 8月, 2022 1 次提交
  7. 01 8月, 2022 1 次提交
  8. 21 7月, 2022 2 次提交
  9. 20 7月, 2022 1 次提交
  10. 18 7月, 2022 1 次提交
  11. 08 7月, 2022 1 次提交
  12. 28 6月, 2022 1 次提交
  13. 23 6月, 2022 2 次提交
  14. 22 6月, 2022 2 次提交
  15. 17 6月, 2022 1 次提交
    • W
      Support multi-program save/load (#41783) · ec6da792
      WangZhen 提交于
      * Load models and run PE
      
      * Stash all code
      
      * Fix C++ UT and refine code
      
      * Fix string length error
      
      * skip windows ci because windows do not have wget
      
      * Just print out in layer_test because bce param file changed
      
      * Refine code
      
      * Fix pdiparam download error for layer_test
      
      * Polish FunctionSchema and rename some arg
      
      * New Exector only once
      
      * Add value type for ivalue
      
      * Read params from one pdiparam file
      
      * Replace ivalue using Variable
      
      * Remove ivalue file
      
      * Fix inner_exe new
      
      * Using DeserializeFromStream to load tensor
      
      * Split .cc files
      
      * Polish cmakelist
      ec6da792