-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REFERENCE] Fix Interpolate reference implementation (#28471)
### Details: - This PR fixes Interpolate reference implementation: missed padding resizing is added. This logic was transferred from [interpolate shape inference implemetation](https://github.com/openvinotoolkit/openvino/blob/master/src/core/shape_inference/include/interpolate_shape_inference.hpp) (for the details, please see `interpolate::resize_padding` implementation and usage). - [The specification](https://github.com/openvinotoolkit/openvino/blob/master/docs/articles_en/documentation/openvino-ir-format/operation-sets/operation-specs/image/interpolate-4.rst) have no hard limitation that paddings size must be equal to input shape rank - LPT tests, that were affected by the issue, are reenabled ### Tickets: - *CVS-119648*
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters