Commit 93beb770 authored by Gleb Kazantaev's avatar Gleb Kazantaev Committed by Scott Cyphers

Fixed v1::AvgPool (#3739)

parent 36f5ab7a
...@@ -410,10 +410,10 @@ op::v1::AvgPool::AvgPool(const Output<Node>& arg, ...@@ -410,10 +410,10 @@ op::v1::AvgPool::AvgPool(const Output<Node>& arg,
bool exclude_pad, bool exclude_pad,
op::RoundingType rounding_type) op::RoundingType rounding_type)
: AvgPool(arg, : AvgPool(arg,
kernel,
strides, strides,
pads_begin, pads_begin,
pads_end, pads_end,
kernel,
exclude_pad, exclude_pad,
rounding_type, rounding_type,
op::PadType::EXPLICIT) op::PadType::EXPLICIT)
......
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