Unverified Commit 39103b07 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Merge branch 'master' into cyphers/exdesc

parents 045be61c b2e436cd
......@@ -27,6 +27,7 @@ op::DynPad::DynPad(const Output<Node>& arg,
const Output<Node>& padding_value,
op::PadMode pad_mode)
: Op({arg, padding_below, padding_above, padding_value})
, m_pad_mode(pad_mode)
{
constructor_validate_and_infer_types();
}
......
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