You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.