Created by: DannyIsFunny
Issue After LoadModelFromFile, the topology info in proto form will still live in memory, which resulted in a waste of memory usage. Effect of current PR Remove cpp_programdesc and op_info after model is loaded. Experiment: InputModel: 1.8M After merged current PR: 0.5M memory usage will be saved.