Commit 8902ec17 authored by fenglei's avatar fenglei

Merge branch 'tfl/send_recv_op' of github.com:NervanaSystems/ngraph into tfl/send_recv_op

parents 080d3c31 87796d58
......@@ -70,8 +70,8 @@ namespace ngraph
CoordinateDiff m_padding_below;
CoordinateDiff m_padding_above;
Strides m_data_dilation_strides;
size_t m_groups;
PadType m_pad_type;
size_t m_groups{0};
PadType m_pad_type{PadType::NOTSET};
};
}
}
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