Removed ICNNNetReader interface (#1042)
authorIlya Lavrenov <ilya.lavrenov@intel.com>
Tue, 23 Jun 2020 19:34:26 +0000 (22:34 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 19:34:26 +0000 (22:34 +0300)
commita7579d5c354b1213c4b13c0a6fc1b861d497fc22
tree4d2ade4870050fb404b43fd9083273b5090f1249
parent34de4640275616b4a76275229b377193f188eed9
Removed ICNNNetReader interface (#1042)

* Removed ICNNNetReader interface

* Fixed stress tests

* Fixed comments in VPU plugin

* Removed duplicated stress tests

* Fixed watchdog tests
23 files changed:
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api_impl.cpp
inference-engine/include/cpp/ie_cnn_net_reader.h [deleted file]
inference-engine/include/cpp/ie_cnn_network.h
inference-engine/include/ie_icnn_net_reader.h [deleted file]
inference-engine/include/inference_engine.hpp
inference-engine/src/inference_engine/ie_core.cpp
inference-engine/src/readers/ir_reader/ie_cnn_net_reader_impl.cpp
inference-engine/src/readers/ir_reader/ie_cnn_net_reader_impl.h
inference-engine/src/readers/ir_reader/ie_ir_reader.hpp
inference-engine/src/vpu/graph_transformer/src/stages/mtcnn.cpp
inference-engine/tests_deprecated/behavior/vpu/myriad_tests/vpu_boot_tests.cpp
inference-engine/tests_deprecated/behavior/vpu/myriad_tests/vpu_watchdog_tests.cpp
inference-engine/tests_deprecated/functional/shared_tests/transformations/concat_with_pooling_test.cpp
inference-engine/tests_deprecated/functional/shared_tests/transformations/single_layer_transformations_test.cpp
tests/stress_tests/common/ie_pipelines/pipelines.cpp
tests/stress_tests/common/ie_pipelines/pipelines.h
tests/stress_tests/memleaks_tests/tests.cpp
tests/stress_tests/memleaks_tests/tests_pipelines/tests_pipelines.cpp
tests/stress_tests/memleaks_tests/tests_pipelines/tests_pipelines.h
tests/stress_tests/unittests/tests.cpp
tests/stress_tests/unittests/tests_pipelines/tests_pipelines.cpp
tests/stress_tests/unittests/tests_pipelines/tests_pipelines.h
tests/stress_tests/unittests/tests_pipelines/tests_pipelines_full_pipeline.cpp