mark sensitive inputs in all Interpolate ctors (#9883)
This commit is contained in:
committed by
GitHub
parent
013d3f01a0
commit
4a85982427
@@ -104,6 +104,8 @@ op::v4::Interpolate::Interpolate(const Output<Node>& image,
|
||||
const op::v4::Interpolate::InterpolateAttrs& attrs)
|
||||
: Op({image, output_shape, scales}),
|
||||
m_attrs(attrs) {
|
||||
ov::mark_as_precision_sensitive(input(1));
|
||||
ov::mark_as_precision_sensitive(input(2));
|
||||
constructor_validate_and_infer_types();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user