add op_desc.proto (#2736)
* add op_desc.proto In Operator design, we need a proto message to describe an Operator. Third-party language such as python can build this proto message and use AddOp(const OpDesc& op_desc) of Paddle core to construct an Op in the Network.
Showing
paddle/framework/op_desc.proto
0 → 100644
paddle/framework/op_desc_test.cc
0 → 100644
想要评论请 注册 或 登录