Commit 253a3fe4 authored by Nagy Mostafa's avatar Nagy Mostafa Committed by Scott Cyphers

Small fix for compilation fail in PlaidML BE (#2682)

parent 0b9ff069
......@@ -214,7 +214,7 @@ void ngraph::runtime::plaidml::ImplPad::Apply()
// FIXME: Compatibility hack inserted by amprocte, now that nGraph's Pad op no longer supports
// interior padding.
Shape padding_interior(op.get_padding_below().size(), 0);
Shape padding_interior(op().get_padding_below().size(), 0);
auto dim_limit = op().get_shape().size();
......
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