Fixed convertFunctionToCNNNetwork to support non unique names (#2864)
authorGleb Kazantaev <gleb.kazantaev@intel.com>
Fri, 30 Oct 2020 04:24:37 +0000 (07:24 +0300)
committerGitHub <noreply@github.com>
Fri, 30 Oct 2020 04:24:37 +0000 (07:24 +0300)
commit251429511da0d4777899d3830f102497eda35197
tree0dfe2477a1461905d3b54c4e3789e9ed0e6e38c0
parent0ef1fb8a097e91145c694bef85dc50c4341e92a9
Fixed convertFunctionToCNNNetwork to support non unique names (#2864)

* Unique names normalization during nGraph to CNNNetwork conversion

* Added tests

* Code refactoring
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
inference-engine/tests/functional/inference_engine/cnn_network/convert_ngraph_to_cnn_network_tests.cpp