Constant->Result networks (#2639)
authorIlya Churaev <ilya.churaev@intel.com>
Thu, 22 Oct 2020 10:22:38 +0000 (13:22 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 10:22:38 +0000 (13:22 +0300)
commite364271cf6dfb924f5036059c503e8ed3dc7fbc8
tree5c7a454b066225d81b8654a377e9dca2469c2d6e
parent1594489a2f82cdf737fd72d26ff4c6944c37449e
Constant->Result networks (#2639)

* Added tests

* Changed iterator algorithm

* Fixed legacy tests

* Added plugin tests

* Disabled some tests

* Remover parameter tests

* Fixed conversion

* Use old approach for old tests

* Temp commit

* Fixed iterator

* Fixed some tests

* Change logic to compare iterators

* Disabled CPU functional test

* Temp commit

* Disabled test for GPU

* Fixed network copy

* Try to fix test for Windows

* Disabled test for GNA

* Disable plugin tests

* Disable legacy test

* Remove redundant code
16 files changed:
inference-engine/src/legacy_api/include/legacy/details/ie_cnn_network_iterator.hpp
inference-engine/src/legacy_api/src/ie_util_internal.cpp
inference-engine/tests/functional/inference_engine/ngraph_reader/constant_tests.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/subgraph_tests/constant_result.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/gna/shared_tests_instances/skip_tests_config.cpp
inference-engine/tests/functional/plugin/gna/shared_tests_instances/subgraph_tests/constant_result.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/skip_tests_config.cpp
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/subgraph_tests/constant_result.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/myriad/shared_tests_instances/skip_tests_config.cpp
inference-engine/tests/functional/plugin/myriad/shared_tests_instances/subgraph_tests/constant_result.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/include/subgraph_tests/constant_result.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/src/behavior/add_output.cpp
inference-engine/tests/functional/plugin/shared/src/subgraph_tests/constant_result.cpp [new file with mode: 0644]
inference-engine/tests_deprecated/unit/graph_tools/graph_tools_test.cpp
inference-engine/tests_deprecated/unit/inference_engine_tests/util_test.cpp