Unverified Commit e7d0117e authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Fix klocwork issues (#3125)

parent 5e19c25c
...@@ -70,8 +70,8 @@ namespace ngraph ...@@ -70,8 +70,8 @@ namespace ngraph
CoordinateDiff m_padding_below; CoordinateDiff m_padding_below;
CoordinateDiff m_padding_above; CoordinateDiff m_padding_above;
Strides m_data_dilation_strides; Strides m_data_dilation_strides;
size_t m_groups; size_t m_groups{0};
PadType m_pad_type; 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