Commit d4dd143f authored by Gleb Kazantaev's avatar Gleb Kazantaev Committed by Scott Cyphers

Fixed default value for padding (#3712)

parent 7d9ce6d7
......@@ -69,7 +69,7 @@ namespace ngraph
{
const Coordinate& out_coord = *output_it;
T v;
T v(0);
switch (pad_mode)
{
......
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