Created by: reyoung
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 (closed)
Created by: reyoung
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 (closed)