Restore the information of Parameters in `Program.clone()`
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
.