* @brief Copy-constructor. Copy the operator attributes and its output tensor(s), but not its input tensors (the new operator has no input associated).
* @param op Operator to copy.
*/
Round_Op(constRound_Op&op);
/**
* @brief Clone the operator using its copy-constructor.