Apply transformations to TI body recursively (#2114)
authorGleb Kazantaev <gleb.kazantaev@intel.com>
Wed, 23 Sep 2020 06:46:28 +0000 (09:46 +0300)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 06:46:28 +0000 (09:46 +0300)
commit1afeb8470f8fb8fab3065258f933c7cf06a85fbd
treed2e32cad0bd32c0ade25a3bd8a047cc0cc89109c
parent2e6c95f389b195f6d3ff8597147d1f817433cfb3
Apply transformations to TI body recursively (#2114)

* Apply transformations to TI body recursively

* Add missing header
17 files changed:
inference-engine/src/cldnn_engine/cldnn_engine.cpp
inference-engine/src/legacy_api/src/cnn_network_impl.cpp
inference-engine/src/mkldnn_plugin/mkldnn_plugin.cpp
inference-engine/src/transformations/include/transformations/tensor_iterator_transformations/apply_transformations_to_ti_body.hpp [deleted file]
inference-engine/src/transformations/src/transformations/common_optimizations/algebraic_simplification.cpp
inference-engine/src/transformations/src/transformations/common_optimizations/nop_elimination.cpp
inference-engine/src/transformations/src/transformations/convert_precision.cpp
inference-engine/src/transformations/src/transformations/init_node_info.cpp
inference-engine/src/transformations/src/transformations/optimize_strided_slice.cpp
inference-engine/src/transformations/src/transformations/tensor_iterator_transformations/apply_transformations_to_ti_body.cpp [deleted file]
inference-engine/src/vpu/graph_transformer/src/frontend/frontend.cpp
inference-engine/src/vpu/myriad_plugin/myriad_plugin.cpp
ngraph/core/include/ngraph/op/tensor_iterator.hpp
ngraph/core/include/ngraph/op/util/sub_graph_base.hpp [new file with mode: 0644]
ngraph/core/src/op/tensor_iterator.cpp
ngraph/core/src/op/util/sub_graph_base.cpp [new file with mode: 0644]
ngraph/core/src/pass/graph_rewrite.cpp