Skip to content

C program that prints operator API reference #4901

@wangkuiyi

Description

@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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions