“46ed40a8aef7eb57f5740206aff6faf1aad61446”上不存在“mobile/src/operators/kernel/nearest_interp_kernel.h”
Restore the param infos in Program.clone() (#5873)
* Restore the param infos in Program.clone() The Program.clone only clone the variables and ops in the program into a new program. However, the information of Parameter is not clone. So we need restore the information of Parameters. Fix #5871 * Follow comments * Fix CI * Fix CI * Fix CI
Showing
想要评论请 注册 或 登录