How params are converted and stored in lib.get_params()

@Ganler Just re-ran above code example and notice that the args passed in tvm.IRModule rather than Function, thus the bind_params_by_name will not be called when building the model

Seems the folding is performed somewhere else? How do you obtain the Folded IR?