1. 16 9月, 2022 1 次提交
  2. 06 9月, 2022 2 次提交
  3. 31 8月, 2022 1 次提交
  4. 26 8月, 2022 1 次提交
  5. 22 8月, 2022 1 次提交
  6. 09 8月, 2022 2 次提交
  7. 08 8月, 2022 1 次提交
  8. 04 8月, 2022 1 次提交
  9. 03 8月, 2022 2 次提交
  10. 01 8月, 2022 2 次提交
  11. 27 7月, 2022 1 次提交
  12. 21 7月, 2022 2 次提交
  13. 20 7月, 2022 1 次提交
  14. 18 7月, 2022 1 次提交
  15. 13 7月, 2022 1 次提交
  16. 08 7月, 2022 1 次提交
  17. 28 6月, 2022 1 次提交
  18. 24 6月, 2022 1 次提交
    • Y
      [Phi]Change Copy from Kernel to basic component utils (#43622) · 2739bd73
      YuanRisheng 提交于
      * perfect copy
      
      * deal with conflict
      
      * deal with conflict
      
      * fix compile bugs
      
      * fix unittest bugs
      
      * change code format
      
      * deal with conflict
      
      * modify code by review
      
      * fix ce bugs
      
      * fix ce bugs
      
      * add lo
      
      * perfect code format
      
      * deal with conflicts
      2739bd73
  19. 23 6月, 2022 2 次提交
  20. 22 6月, 2022 2 次提交
  21. 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