Commit Graph

3 Commits

Author SHA1 Message Date
Vladimir Gavrilov f30656ed6d
Fixing bugs in nGraph reference implementation of Interpolate-4 (#2204)
* Now coordinate_transformation_mode used for all axes in the 'nearest' mode.

* Temporarily added tests for Interpolate-4 evaluate().

* Deleted temporarily added tests.

* Fixed documentation for the 'nearest' mode.

* Small fixes.

* Disabled Interpolate-4 layer tests for CPU.

* Disabled some Interpolate-4 CPU tests.

* do not change index table when execute each time

* layout check added

* interpolate for no batch size even scale is 1

* coordinate transformation with div scale, not multiple 1/scale, for higher accuracy

* disable tests temporal

* test modification

* Some changes.

* Enabled some tests.
2020-09-17 14:15:57 +03:00
Chenhu Wang 479e13e713
[CPU] Interpolate operation implementation (#1465) 2020-09-04 09:54:05 +03:00
Maxim Andronov 5d73859255
[CPU] fix conv + concat case and add tests (#1747) 2020-08-17 14:25:53 +03:00