Files
openvino/ngraph
Vladimir Gavrilov edb98aeb8e nGraph version of the MO transformation InterpolateSequenceToInterpolate (#8397)
* Started to write transformation to fuse Interpolate sequence.

* Some changes.

* Written the transformation to fuse two Interpolate layers.

* Deleted commented code.

* Small fixes.

* Some fixes.

* Started to write tests.

* Small fix.

* Added more tests. Deleted commented code.

* Deleted redundant headers.

* Small fix.

* Fixes in the function can_be_fused(): the last statement was decomposed.

* Added operators == and != for op::v4::Interpolate::InterpolateAttrs.

* Added more checks for nullptr.

* Fixed codestyle.

* Added Interpolate registration.

* Small change.

* Implementation of operator== of InterpolateAttrs was moved into header file.
2021-11-24 11:33:09 +03:00
..
2021-11-17 01:22:04 +03:00