[IE][VPU]: Implement VPU Ngraph EIP->ReorgYolo transformation (#3066)
authorMaksim Doronin <maksim.doronin@intel.com>
Wed, 11 Nov 2020 19:04:59 +0000 (22:04 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Nov 2020 19:04:59 +0000 (22:04 +0300)
commit9420b6e5990be21aa107defc76b423c436a5da35
treeeab430f1e0085004e40f8f385dc19a32d344a1d1
parent5e8e32f9bf0d4dfde878661a2675fcfa3b3f38a3
[IE][VPU]: Implement VPU Ngraph EIP->ReorgYolo transformation (#3066)

* We need to convert ExtractImagePatches op to ReorgYolo to restore the working capacity of myriad plugin while compiling Yolo-v2 models.
* It was previously removed in #2687
inference-engine/src/vpu/common/include/vpu/ngraph/transformations/convert_extract_image_patches_to_reorg_yolo.hpp [new file with mode: 0644]
inference-engine/src/vpu/common/src/ngraph/transformations/convert_extract_image_patches_to_reorg_yolo.cpp [new file with mode: 0644]
inference-engine/src/vpu/graph_transformer/src/frontend/frontend.cpp
inference-engine/tests/functional/plugin/myriad/ngraph/transformations/convert_extract_image_patches_to_reorg_yolo_vpu.cpp [new file with mode: 0644]