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 op_info after model is loaded. Experiment: InputModel: 1.8M After merged current PR: 240K memory usage will be saved.