C program that prints operator API reference
Created by: wangkuiyi
The new PaddlePaddle core calls REGISTER_OP macro to fill in information (input, outputs, attributes) of an operator into a global variable of type OpProto. We need to write a program that links to the libpaddle.so, which contains the OpProto variables, and prints the registered information into JSON format, so could the documentation system reads and renders the JSON.