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,
bool exclude_pad,
op::RoundingType rounding_type)
: AvgPool(arg,
kernel,
strides,
pads_begin,
pads_end,
kernel,
exclude_pad,
rounding_type,
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