Support multi-program save/load (#41783)
* 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
Showing
paddle/fluid/jit/CMakeLists.txt
0 → 100644
paddle/fluid/jit/ast.h
0 → 100644
paddle/fluid/jit/base_function.cc
0 → 100644
paddle/fluid/jit/base_function.h
0 → 100644
paddle/fluid/jit/layer.cc
0 → 100644
paddle/fluid/jit/layer.h
0 → 100644
paddle/fluid/jit/layer_test.cc
0 → 100644
paddle/fluid/jit/object.h
0 → 100644
paddle/fluid/jit/pe_function.h
0 → 100644
paddle/fluid/jit/serializer.cc
0 → 100644
paddle/fluid/jit/serializer.h
0 → 100644
想要评论请 注册 或 登录