Commit 64fe235f authored by fenglei's avatar fenglei

default

parent 219949ee
......@@ -31,7 +31,7 @@ namespace ngraph
static const std::string type_name;
const std::string& description() const override { return type_name; }
/// \brief Constructs an unitialized recv operation.
Recv();
Recv() = default;
/// \brief Constructs a Recv operation.
///
/// \param arg The node for tensor to receive data
......
......@@ -31,7 +31,7 @@ namespace ngraph
static const std::string type_name;
const std::string& description() const override { return type_name; }
/// \brief Constructs an unitialized send operation.
Send();
Send() = default;
/// \brief Constructs a send operation.
///
/// \param arg The node for input tensor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment