Add feed and fetch op to ProgramDesc before saving for inference
Created by: kexinzhao
Currently, feed and fetch operators are attached to the inference ProgramDesc in the C++ inference code based on the provided feed and fetch variable names.
We want to provide code to do this in the python side so that user can have a default inference engine that can read a inference desc and execute without user input.