• Y
    Remove own for add_op · 225579b9
    Yu Yang 提交于
    * add_op could take a unique_ptr or a const reference. If unique_ptr is
      taken, the NetOp will take care of that operator's life cycle. If a
      const reference is taken, that op will be Cloned.
    225579b9
net_op.h 4.0 KB