1. 04 8月, 2017 2 次提交
  2. 04 7月, 2017 1 次提交
    • Q
      add op_desc.proto (#2736) · 57171415
      Qiao Longfei 提交于
      * 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.
      57171415