Updated ConvertGatherToGatherIE transformation to support dynamic shapes (#611)
authorGleb Kazantaev <gleb.kazantaev@intel.com>
Tue, 26 May 2020 21:38:04 +0000 (00:38 +0300)
committerGitHub <noreply@github.com>
Tue, 26 May 2020 21:38:04 +0000 (00:38 +0300)
commit851f64946a760be0a547db14204a11e5cc6d3f3e
treef24dc446b11ea98868e1c0fd4e2ac302eb6e7a16
parentc1625743dfa5a2c810e39729aaa0080c7a623d6d
Updated ConvertGatherToGatherIE transformation to support dynamic shapes (#611)
inference-engine/src/transformations/include/ngraph_ops/gather_ie.hpp
inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_gather_to_gather_ie.hpp
inference-engine/src/transformations/src/ngraph_ops/gather_ie.cpp
inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_gather_to_gather_ie.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_gather_to_gather_ie.cpp [new file with mode: 0644]