Move legacy transformations and ops to legacy library (#2624)
authorGleb Kazantaev <gleb.kazantaev@intel.com>
Wed, 14 Oct 2020 07:58:01 +0000 (10:58 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 07:58:01 +0000 (10:58 +0300)
* Initial movement

* Divided transformations to common and legacy

* Changed ngraph visibility to ie_api.h

* CommonTransformaitons to Internal

* New trasnformations location structure

* fixde typo; move convert_quantize_dequantize to common

* Added control_flow folder

281 files changed:
inference-engine/src/cldnn_engine/cldnn_engine.cpp
inference-engine/src/inference_engine/cnn_network_ngraph_impl.cpp
inference-engine/src/legacy_api/include/legacy/ngraph_ops/crop_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/crop_ie.hpp with 89% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/eltwise.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/eltwise.hpp with 89% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/fully_connected.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/fully_connected.hpp with 92% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/gather_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/gather_ie.hpp with 89% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/gather_tree_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/gather_tree_ie.hpp with 92% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/gru_cell_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/gru_cell_ie.hpp with 94% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/gru_sequence_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/gru_sequence_ie.hpp with 92% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/hard_sigmoid_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/hard_sigmoid_ie.hpp with 90% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/interp.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/interp.hpp with 92% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/lrn_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/lrn_ie.hpp with 93% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/lstm_cell_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/lstm_cell_ie.hpp with 94% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/lstm_sequence_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/lstm_sequence_ie.hpp with 91% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/nms_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/nms_ie.hpp with 91% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/normalize_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/normalize_ie.hpp with 91% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/onehot_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/onehot_ie.hpp with 92% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/pad_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/pad_ie.hpp with 92% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/power.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/power.hpp with 88% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/prior_box_clustered_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/prior_box_clustered_ie.hpp with 91% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/prior_box_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/prior_box_ie.hpp with 91% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/proposal_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/proposal_ie.hpp with 92% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/relu_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/relu_ie.hpp with 88% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/rnn_cell_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/rnn_cell_ie.hpp with 94% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/rnn_sequence_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/rnn_sequence_ie.hpp with 92% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/scaleshift.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/scaleshift.hpp with 87% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/selu_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/selu_ie.hpp with 87% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/swish_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/swish_ie.hpp with 89% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/tile_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/tile_ie.hpp with 87% similarity]
inference-engine/src/legacy_api/include/legacy/ngraph_ops/topk_ie.hpp [moved from inference-engine/src/transformations/include/ngraph_ops/topk_ie.hpp with 92% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_cells_to_cells_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_cells_to_cells_ie.hpp with 79% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_gather_to_gather_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_gather_to_gather_ie.hpp with 85% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_gathertree_to_gathertree_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_gathertree_to_gathertree_ie.hpp with 76% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_hard_sigmoid_to_hard_sigmoid_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_hard_sigmoid_to_hard_sigmoid_ie.hpp with 81% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_interpolate_to_interp_or_resample.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_interpolate_to_interp_or_resample.hpp with 81% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_lrn_to_lrn_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_lrn_to_lrn_ie.hpp with 82% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_matmul_to_fc_or_gemm.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_matmul_to_fc_or_gemm.hpp with 82% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.hpp with 88% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_mul_or_add_finally.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_mul_or_add_finally.hpp with 96% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_nms_4_to_legacy.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_nms_4_to_legacy.hpp with 84% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_nms_to_nms_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_nms_to_nms_ie.hpp with 89% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_normalizel2_to_normalize_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_normalizel2_to_normalize_ie.hpp with 78% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_one_hot_to_one_hot_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_one_hot_to_one_hot_ie.hpp with 85% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp with 83% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_pad_to_pad_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_pad_to_pad_ie.hpp with 79% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_power_to_power_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_power_to_power_ie.hpp with 81% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_prelu_to_relu_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_prelu_to_relu_ie.hpp with 82% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp with 87% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_proposal_to_proposal_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_proposal_to_proposal_ie.hpp with 78% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_selu_to_selu_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_selu_to_selu_ie.hpp with 82% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_sequences_to_sequences_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_sequences_to_sequences_ie.hpp with 88% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_sqrt_to_power_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_sqrt_to_power_ie.hpp with 81% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_strided_slice_to_crop.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_strided_slice_to_crop.hpp with 81% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_swish_to_swish_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_swish_to_swish_ie.hpp with 81% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_tile_to_ie_tile.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_tile_to_ie_tile.hpp with 81% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/convert_topk_to_topk_ie.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_topk_to_topk_ie.hpp with 82% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/fc_bias_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/fc_bias_fusion.hpp with 84% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/reshape_1d_ops.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/reshape_1d_ops.hpp with 81% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/reshape_fc_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/reshape_fc_fusion.hpp with 98% similarity]
inference-engine/src/legacy_api/include/legacy/transformations/convert_opset1_to_legacy/reshape_fully_connected.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/reshape_fully_connected.hpp with 93% similarity]
inference-engine/src/legacy_api/src/cnn_network_impl.cpp
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
inference-engine/src/legacy_api/src/ie_cnn_layer_builder_ngraph.cpp
inference-engine/src/legacy_api/src/ngraph_ops/crop_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/crop_ie.cpp with 97% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/eltwise.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/eltwise.cpp with 98% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/fully_connected.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/fully_connected.cpp with 95% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/gather_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/gather_ie.cpp with 96% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/gather_tree_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/gather_tree_ie.cpp with 98% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/gru_cell_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/gru_cell_ie.cpp with 97% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/gru_sequence_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/gru_sequence_ie.cpp with 98% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/hard_sigmoid_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/hard_sigmoid_ie.cpp with 95% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/interp.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/interp.cpp with 98% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/lrn_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/lrn_ie.cpp with 96% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/lstm_cell_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/lstm_cell_ie.cpp with 97% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/lstm_sequence_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/lstm_sequence_ie.cpp with 98% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/nms_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/nms_ie.cpp with 99% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/normalize_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/normalize_ie.cpp with 96% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/onehot_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/onehot_ie.cpp with 96% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/pad_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/pad_ie.cpp with 97% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/power.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/power.cpp with 95% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/prior_box_clustered_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/prior_box_clustered_ie.cpp with 95% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/prior_box_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/prior_box_ie.cpp with 96% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/proposal_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/proposal_ie.cpp with 98% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/relu_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/relu_ie.cpp with 95% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/rnn_cell_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/rnn_cell_ie.cpp with 97% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/rnn_sequence_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/rnn_sequence_ie.cpp with 98% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/scaleshift.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/scaleshift.cpp with 96% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/selu_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/selu_ie.cpp with 95% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/swish_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/swish_ie.cpp with 96% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/tile_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/tile_ie.cpp with 96% similarity]
inference-engine/src/legacy_api/src/ngraph_ops/topk_ie.cpp [moved from inference-engine/src/transformations/src/ngraph_ops/topk_ie.cpp with 98% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_cells_to_cells_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_cells_to_cells_ie.cpp with 97% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_gather_to_gather_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_gather_to_gather_ie.cpp with 96% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_gathertree_to_gathertree_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_gathertree_to_gathertree_ie.cpp with 94% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_hard_sigmoid_to_hard_sigmoid_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_hard_sigmoid_to_hard_sigmoid_ie.cpp with 93% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_interpolate_to_interp_or_resample.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_interpolate_to_interp_or_resample.cpp with 98% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_lrn_to_lrn_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_lrn_to_lrn_ie.cpp with 95% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_matmul_to_fc_or_gemm.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_matmul_to_fc_or_gemm.cpp with 98% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.cpp with 97% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_nms_4_to_legacy.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_nms_4_to_legacy.cpp with 97% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_nms_to_nms_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_nms_to_nms_ie.cpp with 97% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_normalizel2_to_normalize_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_normalizel2_to_normalize_ie.cpp with 97% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_one_hot_to_one_hot_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_one_hot_to_one_hot_ie.cpp with 95% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.cpp with 61% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_pad_to_pad_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_pad_to_pad_ie.cpp with 92% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_power_to_power_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_power_to_power_ie.cpp with 92% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_prelu_to_relu_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_prelu_to_relu_ie.cpp with 92% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.cpp with 98% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_proposal_to_proposal_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_proposal_to_proposal_ie.cpp with 96% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_selu_to_selu_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_selu_to_selu_ie.cpp with 94% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_sequences_to_sequences_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_sequences_to_sequences_ie.cpp with 97% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_sqrt_to_power_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_sqrt_to_power_ie.cpp with 90% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_strided_slice_to_crop.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_strided_slice_to_crop.cpp with 98% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_swish_to_swish_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_swish_to_swish_ie.cpp with 92% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_tile_to_ie_tile.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_tile_to_ie_tile.cpp with 96% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/convert_topk_to_topk_ie.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_topk_to_topk_ie.cpp with 96% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/fc_bias_fusion.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/fc_bias_fusion.cpp with 97% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/reshape_1d_ops.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/reshape_1d_ops.cpp with 98% similarity]
inference-engine/src/legacy_api/src/transformations/convert_opset1_to_legacy/reshape_fully_connected.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/reshape_fully_connected.cpp with 95% similarity]
inference-engine/src/mkldnn_plugin/mkldnn_plugin.cpp
inference-engine/src/transformations/include/transformations/common_optimizations/conv_bias_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/conv_bias_fusion.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/convert_quantize_dequantize.hpp [moved from inference-engine/src/transformations/include/transformations/convert_quantize_dequantize.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/depth_to_space_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/depth_to_space_fusion.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/hswish_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/hswish_fusion.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/lin_op_sequence_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/lin_op_sequence_fusoin.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/mish_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/mish_fusion.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/normalize_l2_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/normalize_l2_fusion.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/optimize_strided_slice.hpp [moved from inference-engine/src/transformations/include/transformations/optimize_strided_slice.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/pull_transpose_through_fq.hpp [moved from inference-engine/src/transformations/include/transformations/pull_transpose_through_fq.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/remove_filtering_boxes_by_size.hpp [moved from inference-engine/src/transformations/include/transformations/remove_filtering_boxes_by_size.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/softplus_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/softplus_fusion.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/softplus_to_mish_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/softplus_to_mish_fusion.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/common_optimizations/swish_fusion.hpp [moved from inference-engine/src/transformations/include/transformations/swish_fusion.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/control_flow/unroll_tensor_iterator.hpp [moved from inference-engine/src/transformations/include/transformations/tensor_iterator_transformations/unroll_tensor_iterator.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/batch_norm_decomposition.hpp [moved from inference-engine/src/transformations/include/transformations/batch_norm_decomposition.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/bidirectional_sequences_decomposition.hpp [moved from inference-engine/src/transformations/include/transformations/bidirectional_sequences_decomposition.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_batch_to_space.hpp [moved from inference-engine/src/transformations/include/transformations/convert_batch_to_space.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_broadcast3.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset3_to_opset2/convert_broadcast3.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_broadcast_to_tiles.hpp [moved from inference-engine/src/transformations/include/transformations/convert_broadcast_to_tiles.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_convolutions.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/convert_convolutions.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_depth_to_space.hpp [moved from inference-engine/src/transformations/include/transformations/convert_depth_to_space.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_divide.hpp [moved from inference-engine/src/transformations/include/transformations/convert_divide.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_extract_image_patches_to_reorg_yolo.hpp [moved from inference-engine/src/transformations/include/transformations/convert_extract_image_patches_to_reorg_yolo.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_gelu.hpp [moved from inference-engine/src/transformations/include/transformations/convert_gelu.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_minimum_to_power_and_max.hpp [moved from inference-engine/src/transformations/include/transformations/convert_minimum_to_power_and_max.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_mod.hpp [moved from inference-engine/src/transformations/include/transformations/convert_mod.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_negative.hpp [moved from inference-engine/src/transformations/include/transformations/convert_negative.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_nms3.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset3_to_opset2/convert_nms3.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_pad_to_group_conv.hpp [moved from inference-engine/src/transformations/include/transformations/convert_pad_to_group_conv.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_reduce_to_pooling.hpp [moved from inference-engine/src/transformations/include/transformations/convert_reduce_to_pooling.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_scatter_elements_to_scatter.hpp [moved from inference-engine/src/transformations/include/transformations/convert_scatter_elements_to_scatter.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_shapeof3.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset3_to_opset2/convert_shapeof3.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_shuffle_channels3.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset3_to_opset2/convert_shuffle_channels3.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_space_to_batch.hpp [moved from inference-engine/src/transformations/include/transformations/convert_space_to_batch.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_space_to_depth.hpp [moved from inference-engine/src/transformations/include/transformations/convert_space_to_depth.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_subtract.hpp [moved from inference-engine/src/transformations/include/transformations/convert_subtract.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_ti_to_sequences.hpp [moved from inference-engine/src/transformations/include/transformations/tensor_iterator_transformations/convert_ti_to_sequences.h with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/convert_topk3.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset3_to_opset2/convert_topk3.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/gru_cell_decomposition.hpp [moved from inference-engine/src/transformations/include/transformations/gru_cell_decomposition.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/hswish_decomposition.hpp [moved from inference-engine/src/transformations/include/transformations/hswish_decomposition.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/lstm_cell_decomposition.hpp [moved from inference-engine/src/transformations/include/transformations/lstm_cell_decomposition.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/reduce_l1_decomposition.hpp [moved from inference-engine/src/transformations/include/transformations/reduce_l1_decomposition.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/reduce_l2_decomposition.hpp [moved from inference-engine/src/transformations/include/transformations/reduce_l2_decomposition.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/rnn_cell_decomposition.hpp [moved from inference-engine/src/transformations/include/transformations/rnn_cell_decomposition.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/op_conversions/softplus_decomposition.hpp [moved from inference-engine/src/transformations/include/transformations/softplus_decomposition.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/opset_conversions/convert_opset2_to_opset1.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.hpp with 100% similarity]
inference-engine/src/transformations/include/transformations/opset_conversions/convert_opset3_to_opset2.hpp [moved from inference-engine/src/transformations/include/transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.hpp with 100% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/common_optimizations.cpp
inference-engine/src/transformations/src/transformations/common_optimizations/conv_bias_fusion.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/conv_bias_fusion.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/convert_quantize_dequantize.cpp [moved from inference-engine/src/transformations/src/transformations/convert_quantize_dequantize.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/depth_to_space_fusion.cpp [moved from inference-engine/src/transformations/src/transformations/depth_to_space_fusion.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/hswish_fusion.cpp [moved from inference-engine/src/transformations/src/transformations/hswish_fusion.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/lin_op_sequence_fusion.cpp [moved from inference-engine/src/transformations/src/transformations/lin_op_sequence_fusion.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/mish_fusion.cpp [moved from inference-engine/src/transformations/src/transformations/mish_fusion.cpp with 96% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/normalize_l2_fusion.cpp [moved from inference-engine/src/transformations/src/transformations/normalize_l2_fusion.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/optimize_strided_slice.cpp [moved from inference-engine/src/transformations/src/transformations/optimize_strided_slice.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/pull_transpose_through_fq.cpp [moved from inference-engine/src/transformations/src/transformations/pull_transpose_through_fq.cpp with 97% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/remove_filtering_boxes_by_size.cpp [moved from inference-engine/src/transformations/src/transformations/remove_filtering_boxes_by_size.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/softplus_fusion.cpp [moved from inference-engine/src/transformations/src/transformations/softplus_fusion.cpp with 96% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/softplus_to_mish_fusion.cpp [moved from inference-engine/src/transformations/src/transformations/softplus_to_mish_fusion.cpp with 95% similarity]
inference-engine/src/transformations/src/transformations/common_optimizations/swish_fusion.cpp [moved from inference-engine/src/transformations/src/transformations/swish_fusion.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/control_flow/unroll_tensor_iterator.cpp [moved from inference-engine/src/transformations/src/transformations/tensor_iterator_transformations/unroll_tensor_iterator.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/batch_norm_decomposition.cpp [moved from inference-engine/src/transformations/src/transformations/batch_norm_decomposition.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/bidirectional_sequences_decomposition.cpp [moved from inference-engine/src/transformations/src/transformations/bidirectional_sequences_decomposition.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_batch_to_space.cpp [moved from inference-engine/src/transformations/src/transformations/convert_batch_to_space.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_broadcast3.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset3_to_opset2/convert_broadcast3.cpp with 97% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_broadcast_to_tiles.cpp [moved from inference-engine/src/transformations/src/transformations/convert_broadcast_to_tiles.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_convolutions.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_convolutions.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_depth_to_space.cpp [moved from inference-engine/src/transformations/src/transformations/convert_depth_to_space.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_divide.cpp [moved from inference-engine/src/transformations/src/transformations/convert_divide.cpp with 95% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_extract_image_patches_to_reorg_yolo.cpp [moved from inference-engine/src/transformations/src/transformations/convert_extract_image_patches_to_reorg_yolo.cpp with 97% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_gelu.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_gelu.cpp with 96% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_minimum_to_power_and_max.cpp [moved from inference-engine/src/transformations/src/transformations/convert_minimum_to_power_and_max.cpp with 95% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_mod.cpp [moved from inference-engine/src/transformations/src/transformations/convert_mod.cpp with 97% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_negative.cpp [moved from inference-engine/src/transformations/src/transformations/convert_negative.cpp with 94% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_nms3.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset3_to_opset2/convert_nms3.cpp with 96% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_pad_to_group_conv.cpp [moved from inference-engine/src/transformations/src/transformations/convert_pad_to_group_conv.cpp with 97% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_scatter_elements_to_scatter.cpp [moved from inference-engine/src/transformations/src/transformations/convert_scatter_elements_to_scatter.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_shapeof3.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset3_to_opset2/convert_shapeof3.cpp with 95% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_shuffle_channels3.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset3_to_opset2/convert_shuffle_channels3.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_space_to_batch.cpp [moved from inference-engine/src/transformations/src/transformations/convert_space_to_batch.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_space_to_depth.cpp [moved from inference-engine/src/transformations/src/transformations/convert_space_to_depth.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_subtract.cpp [moved from inference-engine/src/transformations/src/transformations/convert_subtract.cpp with 95% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_ti_to_sequences.cpp [moved from inference-engine/src/transformations/src/transformations/tensor_iterator_transformations/convert_ti_to_sequences.cpp with 99% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/convert_topk3.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset3_to_opset2/convert_topk3.cpp with 97% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/gru_cell_decomposition.cpp [moved from inference-engine/src/transformations/src/transformations/gru_cell_decomposition.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/hswish_decomposition.cpp [moved from inference-engine/src/transformations/src/transformations/hswish_decomposition.cpp with 96% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/lstm_cell_decomposition.cpp [moved from inference-engine/src/transformations/src/transformations/lstm_cell_decomposition.cpp with 98% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/reduce_l1_decomposition.cpp [moved from inference-engine/src/transformations/src/transformations/reduce_l1_decomposition.cpp with 95% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/reduce_l2_decomposition.cpp [moved from inference-engine/src/transformations/src/transformations/reduce_l2_decomposition.cpp with 96% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/rnn_cell_decomposition.cpp [moved from inference-engine/src/transformations/src/transformations/rnn_cell_decomposition.cpp with 96% similarity]
inference-engine/src/transformations/src/transformations/op_conversions/softplus_decomposition.cpp [moved from inference-engine/src/transformations/src/transformations/softplus_decomposition.cpp with 95% similarity]
inference-engine/src/transformations/src/transformations/opset_conversions/convert_opset2_to_opset1.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.cpp with 75% similarity]
inference-engine/src/transformations/src/transformations/opset_conversions/convert_opset3_to_opset2.cpp [moved from inference-engine/src/transformations/src/transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.cpp with 64% similarity]
inference-engine/src/vpu/graph_transformer/src/frontend/frontend.cpp
inference-engine/tests/functional/inference_engine/cnn_network/cnn_ngraph_impl_tests.cpp
inference-engine/tests/functional/inference_engine/cnn_network/convert_ngraph_to_cnn_network_tests.cpp
inference-engine/tests/functional/inference_engine/keep_constant_inputs_tests.cpp
inference-engine/tests/functional/inference_engine/transformations/batch_to_space_decomposition_test.cpp
inference-engine/tests/functional/inference_engine/transformations/conv_fusion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_broadcast3_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_cells_to_cells_ie_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_convolution_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_deconvolution_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_divide.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_extract_image_patches_to_reorg_yolo_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_gather_to_gather_ie.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_matmul_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_nms3_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_nms4_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_nms_to_nms_ie_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_pad_to_group_conv.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_quantize_dequantize.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_reduce_to_pooling_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_scatter_elements_to_scatter_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_sequences_to_sequences_ie_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_shapeof3.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_shuffle_channels3_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_strided_slice_to_crop_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_ti_to_sequences_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_topk3_test.cpp
inference-engine/tests/functional/inference_engine/transformations/convert_topk_test.cpp
inference-engine/tests/functional/inference_engine/transformations/depth_to_space_fusion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/fc_bias_fusion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/hswish_decomposition_test.cpp
inference-engine/tests/functional/inference_engine/transformations/hswish_fusion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/lin_op_sequence_fusion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/mish_fusion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/mul_add_conversion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/ngraph_1d_ops_reshape_test.cpp
inference-engine/tests/functional/inference_engine/transformations/ngraph_depth_to_space_transform_test.cpp
inference-engine/tests/functional/inference_engine/transformations/ngraph_fq_transpose_test.cpp
inference-engine/tests/functional/inference_engine/transformations/ngraph_mode_decomposition_test.cpp
inference-engine/tests/functional/inference_engine/transformations/normalize_l2_fusion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/optimize_strided_slice_test.cpp
inference-engine/tests/functional/inference_engine/transformations/reduce_l1_decomposition_test.cpp
inference-engine/tests/functional/inference_engine/transformations/reduce_l2_decomposition_test.cpp
inference-engine/tests/functional/inference_engine/transformations/reshape_fc_fusion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/softplus_decomposition_test.cpp
inference-engine/tests/functional/inference_engine/transformations/softplus_fusion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/swish_fusion_test.cpp
inference-engine/tests/functional/inference_engine/transformations/unroll_tensor_iterator_test.cpp
inference-engine/tests/functional/plugin/cpu/bfloat16/memory_conv.cpp
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/low_precision_transformations/layer_transformation.cpp
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/low_precision_transformations/layer_transformation.cpp
inference-engine/tests/functional/plugin/shared/src/low_precision_transformations/depth_to_space_transformation.cpp
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/gru_cell.cpp
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/gru_sequence.cpp
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/lstm_cell.cpp
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/lstm_sequence.cpp
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/prior_box_clustered.cpp
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/rnn_cell.cpp
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/rnn_sequence.cpp
inference-engine/tests/functional/plugin/shared/src/subgraph_tests/conv_eltwise_fusion.cpp
inference-engine/tests/functional/plugin/shared/src/subgraph_tests/memory_LSTMCell.cpp
inference-engine/tests/functional/plugin/shared/src/subgraph_tests/multiple_LSTMCell.cpp
inference-engine/tests/ie_test_utils/functional_test_utils/layer_test_utils.cpp
inference-engine/tests/unit/cpu/bf16_transformer_test.cpp
inference-engine/tests_deprecated/unit/engines/gna/layers/activation_test.cpp
inference-engine/tests_deprecated/unit/engines/gna/layers/gna_eltwise_test.cpp
inference-engine/tests_deprecated/unit/engines/vpu/get_vpu_scale_from_ir_tests.cpp

index 72a470e..5b2818b 100644 (file)
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
 #include <generic_ie.hpp>
-#include <transformations/tensor_iterator_transformations/unroll_tensor_iterator.hpp>
+#include <transformations/control_flow/unroll_tensor_iterator.hpp>
 #include <transformations/common_optimizations/common_optimizations.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
-#include <transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
+#include <transformations/opset_conversions/convert_opset2_to_opset1.hpp>
+#include <transformations/opset_conversions/convert_opset3_to_opset2.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/rt_info/fused_names_attribute.hpp>
 #include <legacy/convert_function_to_cnn_network.hpp>
index 243d1bf..aed1baa 100644 (file)
 #include <string>
 
 #include <transformations/utils/utils.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_one_hot_to_one_hot_ie.hpp>
 #include <transformations/smart_reshape/smart_reshape.hpp>
 
-#include "ngraph_ops/eltwise.hpp"
-#include "exec_graph_info.hpp"
+#include <legacy/transformations/convert_opset1_to_legacy/convert_one_hot_to_one_hot_ie.hpp>
 #include <legacy/ie_ngraph_utils.hpp>
+
+#include "exec_graph_info.hpp"
 #include "ie_itt.hpp"
 #include "network_serializer.hpp"
 #include "generic_ie.hpp"
@@ -7,14 +7,14 @@
 #include <memory>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API CropIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(CropIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"CropIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -6,7 +6,7 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
@@ -15,7 +15,7 @@ enum class ELTWISE_TYPE {Sum, Prod, Max, Sub, Min, Div};
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API Eltwise : public Op {
+class INFERENCE_ENGINE_API_CLASS(Eltwise) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"Eltwise", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -6,7 +6,7 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/node.hpp"
 #include "ngraph/op/op.hpp"
@@ -16,7 +16,7 @@ namespace ngraph {
 namespace op {
 
 /// \brief Operator performing Matrix Multiplication.
-class TRANSFORMATIONS_API FullyConnected : public Op {
+class INFERENCE_ENGINE_API_CLASS(FullyConnected) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"FullyConnected", 0};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -7,14 +7,14 @@
 #include <memory>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API GatherIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(GatherIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"GatherIE", 0};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -7,14 +7,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API GatherTreeIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(GatherTreeIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"GatherTreeIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -8,14 +8,14 @@
 #include <string>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API GRUCellIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(GRUCellIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"GRUCellIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -8,14 +8,16 @@
 #include <string>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
+
+#include <ie_api.h>
 
 #include "ngraph/opsets/opset4.hpp"
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
-class TRANSFORMATIONS_API GRUSequenceIE : public ngraph::op::util::RNNCellBase {
+class INFERENCE_ENGINE_API_CLASS(GRUSequenceIE) : public ngraph::op::util::RNNCellBase {
 public:
     NGRAPH_RTTI_DECLARATION;
 
@@ -7,14 +7,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API HardSigmoid_IE : public Op {
+class INFERENCE_ENGINE_API_CLASS(HardSigmoid_IE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"HardSigmoid_IE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -8,7 +8,7 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
@@ -28,7 +28,7 @@ struct InterpolateIEAttrs {
     int pad_end = 0;
 };
 
-class TRANSFORMATIONS_API Interp : public Op {
+class INFERENCE_ENGINE_API_CLASS(Interp) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"Interp", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -51,7 +51,7 @@ struct ResampleIEAttrs {
     std::string mode = "";
 };
 
-class TRANSFORMATIONS_API ResampleV2 : public Op {
+class INFERENCE_ENGINE_API_CLASS(ResampleV2) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"ResampleV2", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -7,14 +7,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API LRN_IE : public Op {
+class INFERENCE_ENGINE_API_CLASS(LRN_IE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"LRN_IE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -8,14 +8,14 @@
 #include <string>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API LSTMCellIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(LSTMCellIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"LSTMCellIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -8,14 +8,14 @@
 #include <string>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/opsets/opset4.hpp"
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
-class TRANSFORMATIONS_API LSTMSequenceIE : public ngraph::op::util::RNNCellBase {
+class INFERENCE_ENGINE_API_CLASS(LSTMSequenceIE) : public ngraph::op::util::RNNCellBase {
 public:
     NGRAPH_RTTI_DECLARATION;
 
@@ -7,14 +7,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API NonMaxSuppressionIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(NonMaxSuppressionIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"NonMaxSuppressionIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -39,7 +39,7 @@ public:
     element::Type m_output_type;
 };
 
-class TRANSFORMATIONS_API NonMaxSuppressionIE2 : public NonMaxSuppressionIE {
+class INFERENCE_ENGINE_API_CLASS(NonMaxSuppressionIE2) : public NonMaxSuppressionIE {
 public:
     static constexpr NodeTypeInfo type_info{"NonMaxSuppressionIE", 2};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -6,7 +6,7 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/node.hpp"
 #include "ngraph/op/op.hpp"
@@ -14,7 +14,7 @@
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API NormalizeIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(NormalizeIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"NormalizeIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -7,7 +7,7 @@
 #include <memory>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/node.hpp"
 #include "ngraph/op/op.hpp"
@@ -16,7 +16,7 @@
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API OneHotIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(OneHotIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"OneHotIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -7,7 +7,7 @@
 #include <memory>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/node.hpp"
 #include "ngraph/op/op.hpp"
@@ -16,7 +16,7 @@
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API PadIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(PadIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"PadIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -6,14 +6,14 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API PowerIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(PowerIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"PowerIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -6,7 +6,7 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/op/op.hpp>
 #include <ngraph/op/prior_box_clustered.hpp>
@@ -14,7 +14,7 @@
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API PriorBoxClusteredIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(PriorBoxClusteredIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"PriorBoxClusteredIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -6,7 +6,7 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 #include "ngraph/op/prior_box.hpp"
@@ -14,7 +14,7 @@
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API PriorBoxIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(PriorBoxIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"PriorBoxIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -6,7 +6,7 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/op/proposal.hpp>
 #include "ngraph/op/op.hpp"
@@ -14,7 +14,7 @@
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API ProposalIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(ProposalIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"ProposalIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -6,14 +6,14 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API ReLUIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(ReLUIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"ReLUIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -8,14 +8,14 @@
 #include <string>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API RNNCellIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(RNNCellIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"RNNCellIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -8,14 +8,14 @@
 #include <string>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/opsets/opset4.hpp"
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
-class TRANSFORMATIONS_API RNNSequenceIE : public ngraph::op::util::RNNCellBase {
+class INFERENCE_ENGINE_API_CLASS(RNNSequenceIE) : public ngraph::op::util::RNNCellBase {
 public:
     NGRAPH_RTTI_DECLARATION;
 
@@ -6,14 +6,14 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API ScaleShiftIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(ScaleShiftIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"ScaleShiftIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -6,14 +6,14 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API SeluIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(SeluIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"SeluIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -6,13 +6,13 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
-class TRANSFORMATIONS_API SwishIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(SwishIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"SwishIE", 1};
     const NodeTypeInfo &get_type_info() const override { return type_info; }
@@ -6,14 +6,14 @@
 
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API TileIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(TileIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"TileIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -7,7 +7,7 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include "ngraph/op/op.hpp"
 #include "ngraph/op/topk.hpp"
@@ -15,7 +15,7 @@
 namespace ngraph {
 namespace op {
 
-class TRANSFORMATIONS_API TopKIE : public Op {
+class INFERENCE_ENGINE_API_CLASS(TopKIE) : public Op {
 public:
     static constexpr NodeTypeInfo type_info{"TopKIE", 1};
     const NodeTypeInfo& get_type_info() const override { return type_info; }
@@ -8,16 +8,16 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertLSTMCellMatcher;
-class TRANSFORMATIONS_API ConvertGRUCellMatcher;
-class TRANSFORMATIONS_API ConvertRNNCellMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertLSTMCellMatcher);
+class INFERENCE_ENGINE_API_CLASS(ConvertGRUCellMatcher);
+class INFERENCE_ENGINE_API_CLASS(ConvertRNNCellMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,10 +8,10 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
-#include <ngraph_ops/gather_ie.hpp>
+#include <legacy/ngraph_ops/gather_ie.hpp>
 
 #include "ngraph/op/gather.hpp"
 #include "ngraph/op/constant.hpp"
@@ -22,7 +22,7 @@
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertGatherToGatherIEMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertGatherToGatherIEMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -7,17 +7,17 @@
 #include <vector>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 #include <ngraph/op/gather_tree.hpp>
-#include <ngraph_ops/gather_tree_ie.hpp>
+#include <legacy/ngraph_ops/gather_tree_ie.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertGatherTreeToGatherTreeIEMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertGatherTreeToGatherTreeIEMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,14 +8,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertLRNToLegacyMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertLRNToLegacyMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
 #include <sstream>
 #include <vector>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertMatMulToFCorGemm;
-class TRANSFORMATIONS_API ConvertMatMulToFC;
-class TRANSFORMATIONS_API ConvertMatMulToGemm;
+class INFERENCE_ENGINE_API_CLASS(ConvertMatMulToFCorGemm);
+class INFERENCE_ENGINE_API_CLASS(ConvertMatMulToFC);
+class INFERENCE_ENGINE_API_CLASS(ConvertMatMulToGemm);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -7,14 +7,14 @@
 #include <vector>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertMulAddToScaleShiftOrPower;
+class INFERENCE_ENGINE_API_CLASS(ConvertMulAddToScaleShiftOrPower);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -44,5 +44,5 @@ enum class CONVERSION_RESULT {
  *      NONE - default return value
  */
 
-TRANSFORMATIONS_API CONVERSION_RESULT
+INFERENCE_ENGINE_API_CPP(CONVERSION_RESULT)
 check_constant(const std::shared_ptr<ngraph::op::Constant> & constant, const ngraph::PartialShape & shape);
@@ -7,25 +7,25 @@
 #include <vector>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/rt_info.hpp>
 
-#include "ngraph_ops/scaleshift.hpp"
-#include "ngraph_ops/eltwise.hpp"
-#include "ngraph_ops/power.hpp"
+#include "legacy/ngraph_ops/scaleshift.hpp"
+#include "legacy/ngraph_ops/eltwise.hpp"
+#include "legacy/ngraph_ops/power.hpp"
 
 #include "transformations/utils/utils.hpp"
 
-#include "transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.hpp"
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertMulOrAddFinally;
+class INFERENCE_ENGINE_API_CLASS(ConvertMulOrAddFinally);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -7,14 +7,14 @@
 #include <vector>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-    class TRANSFORMATIONS_API ConvertNMS4ToLegacyMatcher;
+    class INFERENCE_ENGINE_API_CLASS(ConvertNMS4ToLegacyMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,14 +8,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertNMSToNMSIEMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertNMSToNMSIEMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -7,7 +7,7 @@
 #include <vector>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
@@ -15,8 +15,8 @@
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertNormalizeL2WithMulToNormalizeIE;
-class TRANSFORMATIONS_API ConvertNormalizeL2ToLegacyMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertNormalizeL2WithMulToNormalizeIE);
+class INFERENCE_ENGINE_API_CLASS(ConvertNormalizeL2ToLegacyMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,14 +8,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertOneHotToOneHotIEMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertOneHotToOneHotIEMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -7,7 +7,7 @@
 #include <vector>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
@@ -15,7 +15,7 @@
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertOpSet1ToLegacy;
+class INFERENCE_ENGINE_API_CLASS(ConvertOpSet1ToLegacy);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,10 +8,10 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
-#include <ngraph_ops/pad_ie.hpp>
+#include <legacy/ngraph_ops/pad_ie.hpp>
 
 #include "ngraph/op/lrn.hpp"
 #include "ngraph/op/constant.hpp"
@@ -19,7 +19,7 @@
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertPadToLegacyMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertPadToLegacyMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,14 +8,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertPowerToPowerIEMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertPowerToPowerIEMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,14 +8,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertPReLUToReLUIE;
+class INFERENCE_ENGINE_API_CLASS(ConvertPReLUToReLUIE);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -7,15 +7,15 @@
 #include <vector>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertProposalToLegacyMatcher;
-class TRANSFORMATIONS_API ConvertProposal4ToLegacyMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertProposalToLegacyMatcher);
+class INFERENCE_ENGINE_API_CLASS(ConvertProposal4ToLegacyMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,14 +8,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertSeluToSeluIEMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertSeluToSeluIEMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,16 +8,16 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertLSTMSequenceMatcher;
-class TRANSFORMATIONS_API ConvertGRUSequenceMatcher;
-class TRANSFORMATIONS_API ConvertRNNSequenceMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertLSTMSequenceMatcher);
+class INFERENCE_ENGINE_API_CLASS(ConvertGRUSequenceMatcher);
+class INFERENCE_ENGINE_API_CLASS(ConvertRNNSequenceMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,14 +8,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertSqrtToPowerIEMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertSqrtToPowerIEMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,14 +8,14 @@
 #include <memory>
 #include <algorithm>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertStridedSliceToCropMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertStridedSliceToCropMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,13 +8,13 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
-    class TRANSFORMATIONS_API ConvertSwishToSwishIEMatcher;
+    class INFERENCE_ENGINE_API_CLASS(ConvertSwishToSwishIEMatcher);
 }  // namespace pass
 }  // namespace ngraph
 
@@ -7,14 +7,14 @@
 #include <vector>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertTileToLegacyMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertTileToLegacyMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -8,14 +8,14 @@
 #include <memory>
 #include <string>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ConvertTopKToTopKIEMatcher;
+class INFERENCE_ENGINE_API_CLASS(ConvertTopKToTopKIEMatcher);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -7,9 +7,9 @@
 #include <functional>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
-#include <ngraph_ops/fully_connected.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
 #include <ngraph/graph_util.hpp>
 #include <ngraph/op/add.hpp>
 #include <ngraph/pattern/matcher.hpp>
@@ -25,7 +25,7 @@
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API FullyConnectedBiasFusion;
+class INFERENCE_ENGINE_API_CLASS(FullyConnectedBiasFusion);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -7,17 +7,17 @@
 #include <vector>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API Reshape1DOps;
-class TRANSFORMATIONS_API Reshape1DConvolution;
-class TRANSFORMATIONS_API Reshape1DAvgPool;
-class TRANSFORMATIONS_API Reshape1DMaxPool;
+class INFERENCE_ENGINE_API_CLASS(Reshape1DOps);
+class INFERENCE_ENGINE_API_CLASS(Reshape1DConvolution);
+class INFERENCE_ENGINE_API_CLASS(Reshape1DAvgPool);
+class INFERENCE_ENGINE_API_CLASS(Reshape1DMaxPool);
 
 }  // namespace pass
 }  // namespace ngraph
@@ -7,7 +7,7 @@
 #include <vector>
 #include <memory>
 
-#include <transformations_visibility.hpp>
+#include <ie_api.h>
 
 #include <ngraph/pass/graph_rewrite.hpp>
 
@@ -15,7 +15,7 @@
 namespace ngraph {
 namespace pass {
 
-class TRANSFORMATIONS_API ReshapeFullyConnected;
+class INFERENCE_ENGINE_API_CLASS(ReshapeFullyConnected);
 
 }  // namespace pass
 }  // namespace ngraph
index c4c666c..4e45abc 100644 (file)
 #include "cnn_network_ngraph_impl.hpp"
 #include <transformations/init_node_info.hpp>
 #include <transformations/common_optimizations/common_optimizations.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
-#include <transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.hpp>
+#include <transformations/opset_conversions/convert_opset2_to_opset1.hpp>
+#include <transformations/opset_conversions/convert_opset3_to_opset2.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
 
 #include "legacy/convert_function_to_cnn_network.hpp"
 #include "legacy/graph_tools.hpp"
index 863de89..50a296f 100644 (file)
 #include <cnn_network_ngraph_impl.hpp>
 #include "ngraph_ops/convolution_ie.hpp"
 #include "ngraph_ops/deconvolution_ie.hpp"
-#include "ngraph_ops/eltwise.hpp"
-#include "ngraph_ops/fully_connected.hpp"
-#include "ngraph_ops/gather_ie.hpp"
-#include "ngraph_ops/gather_tree_ie.hpp"
-#include "ngraph_ops/gru_cell_ie.hpp"
-#include "ngraph_ops/interp.hpp"
-#include "ngraph_ops/lrn_ie.hpp"
-#include "ngraph_ops/lstm_cell_ie.hpp"
-#include "ngraph_ops/normalize_ie.hpp"
-#include "ngraph_ops/pad_ie.hpp"
-#include "ngraph_ops/onehot_ie.hpp"
-#include "ngraph_ops/power.hpp"
-#include "ngraph_ops/prior_box_clustered_ie.hpp"
-#include "ngraph_ops/prior_box_ie.hpp"
-#include "ngraph_ops/proposal_ie.hpp"
-#include "ngraph_ops/relu_ie.hpp"
-#include "ngraph_ops/scaleshift.hpp"
-#include "ngraph_ops/tile_ie.hpp"
-#include "ngraph_ops/hard_sigmoid_ie.hpp"
-#include "ngraph_ops/nms_ie.hpp"
-#include "ngraph_ops/crop_ie.hpp"
-#include "ngraph_ops/selu_ie.hpp"
-#include "ngraph_ops/rnn_cell_ie.hpp"
-#include "ngraph_ops/topk_ie.hpp"
-#include "ngraph_ops/rnn_sequence_ie.hpp"
-#include "ngraph_ops/lstm_sequence_ie.hpp"
-#include "ngraph_ops/gru_sequence_ie.hpp"
+#include "legacy/ngraph_ops/eltwise.hpp"
+#include "legacy/ngraph_ops/fully_connected.hpp"
+#include "legacy/ngraph_ops/gather_ie.hpp"
+#include "legacy/ngraph_ops/gather_tree_ie.hpp"
+#include "legacy/ngraph_ops/gru_cell_ie.hpp"
+#include "legacy/ngraph_ops/interp.hpp"
+#include "legacy/ngraph_ops/lrn_ie.hpp"
+#include "legacy/ngraph_ops/lstm_cell_ie.hpp"
+#include "legacy/ngraph_ops/normalize_ie.hpp"
+#include "legacy/ngraph_ops/pad_ie.hpp"
+#include "legacy/ngraph_ops/onehot_ie.hpp"
+#include "legacy/ngraph_ops/power.hpp"
+#include "legacy/ngraph_ops/prior_box_clustered_ie.hpp"
+#include "legacy/ngraph_ops/prior_box_ie.hpp"
+#include "legacy/ngraph_ops/proposal_ie.hpp"
+#include "legacy/ngraph_ops/relu_ie.hpp"
+#include "legacy/ngraph_ops/scaleshift.hpp"
+#include "legacy/ngraph_ops/tile_ie.hpp"
+#include "legacy/ngraph_ops/hard_sigmoid_ie.hpp"
+#include "legacy/ngraph_ops/nms_ie.hpp"
+#include "legacy/ngraph_ops/crop_ie.hpp"
+#include "legacy/ngraph_ops/selu_ie.hpp"
+#include "legacy/ngraph_ops/rnn_cell_ie.hpp"
+#include "legacy/ngraph_ops/topk_ie.hpp"
+#include "legacy/ngraph_ops/rnn_sequence_ie.hpp"
+#include "legacy/ngraph_ops/lstm_sequence_ie.hpp"
+#include "legacy/ngraph_ops/gru_sequence_ie.hpp"
 #include "generic_ie.hpp"
 #include "exec_graph_info.hpp"
 
index b91c4f0..3f459e8 100644 (file)
@@ -8,33 +8,33 @@
 #include <sstream>
 #include <utility>
 
-#include "ngraph_ops/crop_ie.hpp"
+#include "legacy/ngraph_ops/crop_ie.hpp"
 #include "ngraph_ops/convolution_ie.hpp"
 #include "ngraph_ops/deconvolution_ie.hpp"
-#include "ngraph_ops/eltwise.hpp"
-#include "ngraph_ops/fully_connected.hpp"
-#include "ngraph_ops/gather_ie.hpp"
-#include "ngraph_ops/gather_tree_ie.hpp"
-#include "ngraph_ops/gru_cell_ie.hpp"
-#include "ngraph_ops/interp.hpp"
-#include "ngraph_ops/lrn_ie.hpp"
-#include <ngraph_ops/lstm_cell_ie.hpp>
+#include "legacy/ngraph_ops/eltwise.hpp"
+#include "legacy/ngraph_ops/fully_connected.hpp"
+#include "legacy/ngraph_ops/gather_ie.hpp"
+#include "legacy/ngraph_ops/gather_tree_ie.hpp"
+#include "legacy/ngraph_ops/gru_cell_ie.hpp"
+#include "legacy/ngraph_ops/interp.hpp"
+#include "legacy/ngraph_ops/lrn_ie.hpp"
+#include "legacy/ngraph_ops/lstm_cell_ie.hpp"
 #include <transformations/rt_info/primitives_priority_attribute.hpp>
-#include "ngraph_ops/normalize_ie.hpp"
-#include "ngraph_ops/nms_ie.hpp"
-#include "ngraph_ops/onehot_ie.hpp"
-#include "ngraph_ops/pad_ie.hpp"
-#include "ngraph_ops/power.hpp"
-#include "ngraph_ops/prior_box_clustered_ie.hpp"
-#include "ngraph_ops/prior_box_ie.hpp"
-#include "ngraph_ops/proposal_ie.hpp"
-#include "ngraph_ops/relu_ie.hpp"
-#include "ngraph_ops/selu_ie.hpp"
-#include "ngraph_ops/scaleshift.hpp"
-#include "ngraph_ops/tile_ie.hpp"
-#include "ngraph_ops/topk_ie.hpp"
-#include "ngraph_ops/rnn_cell_ie.hpp"
-#include "ngraph_ops/hard_sigmoid_ie.hpp"
+#include "legacy/ngraph_ops/normalize_ie.hpp"
+#include "legacy/ngraph_ops/nms_ie.hpp"
+#include "legacy/ngraph_ops/onehot_ie.hpp"
+#include "legacy/ngraph_ops/pad_ie.hpp"
+#include "legacy/ngraph_ops/power.hpp"
+#include "legacy/ngraph_ops/prior_box_clustered_ie.hpp"
+#include "legacy/ngraph_ops/prior_box_ie.hpp"
+#include "legacy/ngraph_ops/proposal_ie.hpp"
+#include "legacy/ngraph_ops/relu_ie.hpp"
+#include "legacy/ngraph_ops/selu_ie.hpp"
+#include "legacy/ngraph_ops/scaleshift.hpp"
+#include "legacy/ngraph_ops/tile_ie.hpp"
+#include "legacy/ngraph_ops/topk_ie.hpp"
+#include "legacy/ngraph_ops/rnn_cell_ie.hpp"
+#include "legacy/ngraph_ops/hard_sigmoid_ie.hpp"
 #include "generic_ie.hpp"
 #include "exec_graph_info.hpp"
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/crop_ie.hpp"
+#include "legacy/ngraph_ops/crop_ie.hpp"
 
 #include <algorithm>
 #include <memory>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/eltwise.hpp"
+#include "legacy/ngraph_ops/eltwise.hpp"
 
 #include <algorithm>
 #include <memory>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/fully_connected.hpp"
+#include "legacy/ngraph_ops/fully_connected.hpp"
 
 #include <memory>
 #include <numeric>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/gather_ie.hpp"
+#include "legacy/ngraph_ops/gather_ie.hpp"
 
 #include <algorithm>
 #include <memory>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/gather_tree_ie.hpp"
+#include "legacy/ngraph_ops/gather_tree_ie.hpp"
 
 #include <memory>
 #include <string>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/gru_cell_ie.hpp"
+#include "legacy/ngraph_ops/gru_cell_ie.hpp"
 
 #include <memory>
 #include <string>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/gru_sequence_ie.hpp"
+#include "legacy/ngraph_ops/gru_sequence_ie.hpp"
 #include "ngraph/op/util/recurrent_sequence.hpp"
 
 #include <memory>
@@ -5,7 +5,7 @@
 #include <memory>
 #include <string>
 
-#include "ngraph_ops/hard_sigmoid_ie.hpp"
+#include "legacy/ngraph_ops/hard_sigmoid_ie.hpp"
 
 #include "ngraph/op/hard_sigmoid.hpp"
 #include "ngraph/op/constant.hpp"
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/interp.hpp"
+#include "legacy/ngraph_ops/interp.hpp"
 
 #include <limits>
 #include <memory>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/lrn_ie.hpp"
+#include "legacy/ngraph_ops/lrn_ie.hpp"
 
 #include <memory>
 #include <string>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/lstm_cell_ie.hpp"
+#include "legacy/ngraph_ops/lstm_cell_ie.hpp"
 
 #include <memory>
 #include <string>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/lstm_sequence_ie.hpp"
+#include "legacy/ngraph_ops/lstm_sequence_ie.hpp"
 #include "ngraph/op/util/recurrent_sequence.hpp"
 
 #include <memory>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/nms_ie.hpp"
+#include "legacy/ngraph_ops/nms_ie.hpp"
 
 #include <memory>
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/normalize_ie.hpp"
+#include "legacy/ngraph_ops/normalize_ie.hpp"
 
 #include <memory>
 #include <string>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/pad_ie.hpp"
+#include "legacy/ngraph_ops/pad_ie.hpp"
 
 #include <assert.h>
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/power.hpp"
+#include "legacy/ngraph_ops/power.hpp"
 
 #include <memory>
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/relu_ie.hpp"
+#include "legacy/ngraph_ops/relu_ie.hpp"
 
 #include <algorithm>
 #include <memory>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/rnn_cell_ie.hpp"
+#include "legacy/ngraph_ops/rnn_cell_ie.hpp"
 
 #include <memory>
 #include <string>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/rnn_sequence_ie.hpp"
+#include "legacy/ngraph_ops/rnn_sequence_ie.hpp"
 #include "ngraph/op/util/recurrent_sequence.hpp"
 
 #include <memory>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/selu_ie.hpp"
+#include "legacy/ngraph_ops/selu_ie.hpp"
 
 #include <algorithm>
 #include <memory>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/swish_ie.hpp"
+#include "legacy/ngraph_ops/swish_ie.hpp"
 
 #include <algorithm>
 #include <memory>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/tile_ie.hpp"
+#include "legacy/ngraph_ops/tile_ie.hpp"
 
 #include <algorithm>
 #include <memory>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "ngraph_ops/topk_ie.hpp"
+#include "legacy/ngraph_ops/topk_ie.hpp"
 
 #include <memory>
 #include <string>
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_cells_to_cells_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_cells_to_cells_ie.hpp"
 
 #include <memory>
 #include <vector>
@@ -14,9 +14,9 @@
 #include <ngraph/pattern/op/wrap_type.hpp>
 #include <ngraph/op/util/rnn_cell_base.hpp>
 
-#include <ngraph_ops/lstm_cell_ie.hpp>
-#include <ngraph_ops/gru_cell_ie.hpp>
-#include <ngraph_ops/rnn_cell_ie.hpp>
+#include "legacy/ngraph_ops/lstm_cell_ie.hpp"
+#include "legacy/ngraph_ops/gru_cell_ie.hpp"
+#include "legacy/ngraph_ops/rnn_cell_ie.hpp"
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertLSTMCellMatcher, "ConvertLSTMCellMatcher", 0);
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_hard_sigmoid_to_hard_sigmoid_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_hard_sigmoid_to_hard_sigmoid_ie.hpp"
 
 #include <memory>
 #include <vector>
@@ -11,7 +11,7 @@
 #include <ngraph/rt_info.hpp>
 
 #include <transformations/utils/utils.hpp>
-#include <ngraph_ops/hard_sigmoid_ie.hpp>
+#include <legacy/ngraph_ops/hard_sigmoid_ie.hpp>
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertHardSigmoidToLegacyMatcher, "ConvertHardSigmoidToLegacyMatcher", 0);
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_interpolate_to_interp_or_resample.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_interpolate_to_interp_or_resample.hpp"
 
 #include <memory>
 #include <vector>
@@ -13,7 +13,7 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/rt_info.hpp>
 
-#include <ngraph_ops/interp.hpp>
+#include <legacy/ngraph_ops/interp.hpp>
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertInterpolateToInterpOrResampleMatcher, "ConvertInterpolateToInterpOrResampleMatcher", 0);
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_lrn_to_lrn_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_lrn_to_lrn_ie.hpp"
 
 #include <memory>
 #include <vector>
@@ -11,7 +11,7 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/rt_info.hpp>
 
-#include <ngraph_ops/lrn_ie.hpp>
+#include <legacy/ngraph_ops/lrn_ie.hpp>
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertLRNToLegacyMatcher, "ConvertLRNToLegacyMatcher", 0);
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_matmul_to_fc_or_gemm.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_matmul_to_fc_or_gemm.hpp"
 
 #include <algorithm>
 #include <utility>
@@ -14,7 +14,7 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/rt_info.hpp>
 
-#include <ngraph_ops/fully_connected.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
 #include <transformations/utils/utils.hpp>
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertMatMulToFC, "ConvertMatMulToFC", 0);
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.hpp"
 
 #include <memory>
 #include <vector>
@@ -13,8 +13,8 @@
 
 #include "transformations/utils/utils.hpp"
 
-#include "ngraph_ops/power.hpp"
-#include "ngraph_ops/scaleshift.hpp"
+#include "legacy/ngraph_ops/power.hpp"
+#include "legacy/ngraph_ops/scaleshift.hpp"
 
 CONVERSION_RESULT check_constant(const std::shared_ptr<ngraph::opset1::Constant>& constant,
                                  const ngraph::PartialShape& shape) {
@@ -8,11 +8,11 @@
 #include <ngraph/graph_util.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset4.hpp>
-#include <ngraph_ops/nms_ie.hpp>
+#include <legacy/ngraph_ops/nms_ie.hpp>
 #include <ngraph/rt_info.hpp>
 #include <transformations/utils/utils.hpp>
 
-#include "transformations/convert_opset1_to_legacy/convert_nms_4_to_legacy.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_nms_4_to_legacy.hpp"
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertNMS4ToLegacyMatcher, "ConvertNMS4ToLegacyMatcher", 0);
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_nms_to_nms_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_nms_to_nms_ie.hpp"
 
 #include <memory>
 #include <vector>
@@ -10,7 +10,7 @@
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/opsets/opset1.hpp>
 
-#include <ngraph_ops/nms_ie.hpp>
+#include <legacy/ngraph_ops/nms_ie.hpp>
 #include <ngraph/rt_info.hpp>
 #include <ngraph/pattern/op/wrap_type.hpp>
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_normalizel2_to_normalize_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_normalizel2_to_normalize_ie.hpp"
 
 #include <memory>
 #include <vector>
@@ -10,7 +10,7 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/rt_info.hpp>
 
-#include "ngraph_ops/normalize_ie.hpp"
+#include "legacy/ngraph_ops/normalize_ie.hpp"
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertNormalizeL2WithMulToNormalizeIE, "ConvertNormalizeL2WithMulToNormalizeIE", 0);
 
@@ -2,14 +2,14 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_one_hot_to_one_hot_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_one_hot_to_one_hot_ie.hpp"
 
 #include <memory>
 #include <vector>
 
 #include <ngraph/opsets/opset1.hpp>
 
-#include <ngraph_ops/onehot_ie.hpp>
+#include <legacy/ngraph_ops/onehot_ie.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/rt_info.hpp>
 
@@ -2,57 +2,51 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp"
-
-#include <transformations/convert_broadcast_to_tiles.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_convolutions.hpp>
-#include <transformations/convert_divide.hpp>
-#include <transformations/convert_mod.hpp>
-#include <transformations/itt.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_cells_to_cells_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_gather_to_gather_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_gathertree_to_gathertree_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_interpolate_to_interp_or_resample.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_lrn_to_lrn_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_matmul_to_fc_or_gemm.hpp>
-#include <transformations/convert_minimum_to_power_and_max.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_mul_or_add_finally.hpp>
-#include <transformations/convert_negative.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_nms_to_nms_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_nms_4_to_legacy.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_normalizel2_to_normalize_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_one_hot_to_one_hot_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_pad_to_pad_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_sqrt_to_power_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_power_to_power_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_prelu_to_relu_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_proposal_to_proposal_ie.hpp>
-#include <transformations/convert_reduce_to_pooling.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_strided_slice_to_crop.hpp>
-#include <transformations/convert_subtract.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_selu_to_selu_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_sequences_to_sequences_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_swish_to_swish_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_tile_to_ie_tile.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_topk_to_topk_ie.hpp>
-#include <transformations/convert_depth_to_space.hpp>
-#include <transformations/convert_space_to_depth.hpp>
-#include <transformations/batch_norm_decomposition.hpp>
-#include <transformations/convert_opset1_to_legacy/conv_bias_fusion.hpp>
-#include <transformations/convert_opset1_to_legacy/fc_bias_fusion.hpp>
-#include <transformations/convert_opset1_to_legacy/reshape_fc_fusion.hpp>
-#include <transformations/convert_opset1_to_legacy/reshape_1d_ops.hpp>
-#include <transformations/convert_opset1_to_legacy/reshape_fully_connected.hpp>
-#include <transformations/pull_transpose_through_fq.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_hard_sigmoid_to_hard_sigmoid_ie.hpp>
-#include <transformations/lin_op_sequence_fusoin.hpp>
-#include <transformations/common_optimizations/conv_mul_fusion.hpp>
-#include <transformations/hswish_decomposition.hpp>
-#include <transformations/reduce_l1_decomposition.hpp>
-#include <transformations/reduce_l2_decomposition.hpp>
+#include "legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp"
+
+#include "legacy/transformations/convert_opset1_to_legacy/convert_cells_to_cells_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_gather_to_gather_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_gathertree_to_gathertree_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_interpolate_to_interp_or_resample.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_lrn_to_lrn_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_matmul_to_fc_or_gemm.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_mul_or_add_finally.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_nms_to_nms_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_nms_4_to_legacy.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_normalizel2_to_normalize_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_one_hot_to_one_hot_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_pad_to_pad_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_sqrt_to_power_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_power_to_power_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_prelu_to_relu_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_proposal_to_proposal_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_strided_slice_to_crop.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_selu_to_selu_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_sequences_to_sequences_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_swish_to_swish_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_tile_to_ie_tile.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_topk_to_topk_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/fc_bias_fusion.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/reshape_fc_fusion.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/reshape_1d_ops.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/reshape_fully_connected.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_hard_sigmoid_to_hard_sigmoid_ie.hpp"
+
 #include <transformations/common_optimizations/fq_mul_fusion.hpp>
 #include <transformations/common_optimizations/fq_reshape_fusion.hpp>
+#include <transformations/common_optimizations/pull_transpose_through_fq.hpp>
+#include <transformations/op_conversions/convert_negative.hpp>
+#include <transformations/op_conversions/convert_broadcast_to_tiles.hpp>
+#include <transformations/op_conversions/convert_mod.hpp>
+#include <transformations/op_conversions/convert_divide.hpp>
+#include <transformations/op_conversions/convert_minimum_to_power_and_max.hpp>
+#include <transformations/op_conversions/convert_subtract.hpp>
+
+#include <transformations/common_optimizations/conv_bias_fusion.hpp>
+#include <transformations/op_conversions/convert_convolutions.hpp>
+
+#include "ie_legacy_itt.hpp"
 
 #include <ngraph/pass/constant_folding.hpp>
 #include <ngraph/pass/manager.hpp>
@@ -65,7 +59,7 @@
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertOpSet1ToLegacy, "ConvertOpSet1ToLegacy", 0);
 
 bool ngraph::pass::ConvertOpSet1ToLegacy::run_on_function(std::shared_ptr<ngraph::Function> f) {
-    OV_ITT_SCOPED_TASK(itt::domains::IETransform, "ngraph::pass::ConvertOpSet1ToLegacy");
+    OV_ITT_SCOPED_TASK(InferenceEngine::itt::domains::IELegacy, "ngraph::pass::ConvertOpSet1ToLegacy");
 
     ngraph::pass::Manager manager;
 
@@ -2,14 +2,14 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_power_to_power_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_power_to_power_ie.hpp"
 
 #include <memory>
 #include <vector>
 
 #include <ngraph/opsets/opset1.hpp>
 
-#include <ngraph_ops/power.hpp>
+#include <legacy/ngraph_ops/power.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/rt_info.hpp>
 
@@ -2,14 +2,14 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_prelu_to_relu_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_prelu_to_relu_ie.hpp"
 
 #include <memory>
 #include <vector>
 
 #include <ngraph/opsets/opset1.hpp>
 
-#include <ngraph_ops/relu_ie.hpp>
+#include <legacy/ngraph_ops/relu_ie.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/rt_info.hpp>
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp"
 
 #include <memory>
 #include <vector>
@@ -10,8 +10,8 @@
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/opsets/opset1.hpp>
 
-#include <ngraph_ops/prior_box_ie.hpp>
-#include <ngraph_ops/prior_box_clustered_ie.hpp>
+#include <legacy/ngraph_ops/prior_box_ie.hpp>
+#include <legacy/ngraph_ops/prior_box_clustered_ie.hpp>
 #include <ngraph/rt_info.hpp>
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertPriorBox, "ConvertPriorBox", 0);
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_proposal_to_proposal_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_proposal_to_proposal_ie.hpp"
 
 #include <memory>
 #include <vector>
@@ -10,7 +10,7 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pattern/op/wrap_type.hpp>
-#include <ngraph_ops/proposal_ie.hpp>
+#include <legacy/ngraph_ops/proposal_ie.hpp>
 #include <ngraph/rt_info.hpp>
 
 bool convert_to_proposal_ie(std::shared_ptr<ngraph::op::v0::Proposal> proposal, bool infer_probs = false) {
@@ -2,14 +2,14 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_selu_to_selu_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_selu_to_selu_ie.hpp"
 
 #include <memory>
 #include <vector>
 
 #include <ngraph/opsets/opset1.hpp>
 
-#include <ngraph_ops/selu_ie.hpp>
+#include <legacy/ngraph_ops/selu_ie.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/rt_info.hpp>
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_sequences_to_sequences_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_sequences_to_sequences_ie.hpp"
 
 #include <memory>
 
@@ -10,9 +10,9 @@
 #include <ngraph/rt_info.hpp>
 #include <ngraph/pattern/op/wrap_type.hpp>
 
-#include <ngraph_ops/lstm_sequence_ie.hpp>
-#include <ngraph_ops/gru_sequence_ie.hpp>
-#include <ngraph_ops/rnn_sequence_ie.hpp>
+#include <legacy/ngraph_ops/lstm_sequence_ie.hpp>
+#include <legacy/ngraph_ops/gru_sequence_ie.hpp>
+#include <legacy/ngraph_ops/rnn_sequence_ie.hpp>
 
 ngraph::pass::ConvertLSTMSequenceMatcher::ConvertLSTMSequenceMatcher() {
     auto lstm_sequence_ngraph = ngraph::pattern::wrap_type<ngraph::opset5::LSTMSequence>();
@@ -2,14 +2,14 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_sqrt_to_power_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_sqrt_to_power_ie.hpp"
 
 #include <memory>
 #include <vector>
 
 #include <ngraph/opsets/opset1.hpp>
 
-#include <ngraph_ops/power.hpp>
+#include <legacy/ngraph_ops/power.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/rt_info.hpp>
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_strided_slice_to_crop.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_strided_slice_to_crop.hpp"
 
 #include <algorithm>
 #include <memory>
@@ -10,7 +10,7 @@
 
 #include <ngraph/opsets/opset1.hpp>
 
-#include <ngraph_ops/crop_ie.hpp>
+#include <legacy/ngraph_ops/crop_ie.hpp>
 #include <ngraph/rt_info.hpp>
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertStridedSliceToCropMatcher, "ConvertStridedSliceToCropMatcher", 0);
@@ -2,13 +2,13 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_swish_to_swish_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_swish_to_swish_ie.hpp"
 
 #include <memory>
 
 #include <ngraph/opsets/opset4.hpp>
 
-#include <ngraph_ops/swish_ie.hpp>
+#include <legacy/ngraph_ops/swish_ie.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/rt_info.hpp>
 #include <ngraph/pattern/op/wrap_type.hpp>
@@ -2,14 +2,14 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_tile_to_ie_tile.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_tile_to_ie_tile.hpp"
 
 #include <memory>
 #include <vector>
 
 #include <ngraph/opsets/opset1.hpp>
 
-#include <ngraph_ops/tile_ie.hpp>
+#include <legacy/ngraph_ops/tile_ie.hpp>
 #include <ngraph/rt_info.hpp>
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ConvertTileToLegacyMatcher, "ConvertTileToLegacyMatcher", 0);
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/convert_topk_to_topk_ie.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/convert_topk_to_topk_ie.hpp"
 
 #include <memory>
 #include <vector>
@@ -10,7 +10,7 @@
 
 #include <ngraph/opsets/opset1.hpp>
 
-#include <ngraph_ops/topk_ie.hpp>
+#include <legacy/ngraph_ops/topk_ie.hpp>
 #include <ngraph/rt_info.hpp>
 #include <ngraph/pattern/op/wrap_type.hpp>
 
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset1_to_legacy/reshape_fully_connected.hpp"
+#include "legacy/transformations/convert_opset1_to_legacy/reshape_fully_connected.hpp"
 
 #include <memory>
 #include <vector>
@@ -10,7 +10,7 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/rt_info.hpp>
 
-#include "ngraph_ops/fully_connected.hpp"
+#include "legacy/ngraph_ops/fully_connected.hpp"
 #include "transformations/utils/utils.hpp"
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::ReshapeFullyConnected, "ReshapeFullyConnected", 0);
index 86b246e..39b19a9 100644 (file)
 #include <legacy/ie_ngraph_utils.hpp>
 
 #include <legacy/convert_function_to_cnn_network.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/reshape_fully_connected.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
+
+#include <transformations/opset_conversions/convert_opset3_to_opset2.hpp>
+#include <transformations/opset_conversions/convert_opset2_to_opset1.hpp>
+
 #include <transformations/common_optimizations/common_optimizations.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
-#include <transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.hpp>
-#include <transformations/convert_depth_to_space.hpp>
-#include <transformations/convert_space_to_depth.hpp>
-#include <transformations/init_node_info.hpp>
+#include <transformations/common_optimizations/depth_to_space_fusion.hpp>
+#include <transformations/op_conversions/convert_depth_to_space.hpp>
+#include <transformations/op_conversions/convert_space_to_depth.hpp>
+#include <transformations/op_conversions/convert_gelu.hpp>
+#include <transformations/op_conversions/hswish_decomposition.hpp>
+#include <transformations/op_conversions/reduce_l1_decomposition.hpp>
+#include <transformations/op_conversions/reduce_l2_decomposition.hpp>
+#include <transformations/op_conversions/convert_pad_to_group_conv.hpp>
+#include <transformations/op_conversions/convert_extract_image_patches_to_reorg_yolo.hpp>
+#include <transformations/op_conversions/softplus_decomposition.hpp>
+#include <transformations/op_conversions/convert_space_to_batch.hpp>
+#include <transformations/op_conversions/convert_batch_to_space.hpp>
 #include <transformations/convert_precision.hpp>
-#include <transformations/convert_opset1_to_legacy/reshape_fully_connected.hpp>
-#include <transformations/convert_gelu.hpp>
-#include <transformations/depth_to_space_fusion.hpp>
-#include <transformations/convert_batch_to_space.hpp>
-#include <transformations/convert_extract_image_patches_to_reorg_yolo.hpp>
-#include <transformations/hswish_decomposition.hpp>
-#include <transformations/reduce_l1_decomposition.hpp>
-#include <transformations/reduce_l2_decomposition.hpp>
-#include <transformations/convert_space_to_batch.hpp>
-#include <transformations/softplus_decomposition.hpp>
-#include <transformations/convert_pad_to_group_conv.hpp>
+#include <transformations/init_node_info.hpp>
 #include <transformations/rt_info/fused_names_attribute.hpp>
+
 #include <ngraph/opsets/opset2.hpp>
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/op/util/op_types.hpp>
 #include <ngraph/pass/manager.hpp>
-#include "ngraph_ops/fully_connected.hpp"
 
 #if !defined(__arm__) && !defined(_M_ARM) && !defined(__aarch64__) && !defined(_M_ARM64)
 #if defined(_WIN32) || defined(WIN32)
index 4989409..f4e5df8 100644 (file)
@@ -4,43 +4,43 @@
 
 #include <memory>
 
+#include "transformations/init_node_info.hpp"
+#include "transformations/itt.hpp"
 #include "transformations/common_optimizations/algebraic_simplification.hpp"
 #include "transformations/common_optimizations/nop_elimination.hpp"
 #include "transformations/common_optimizations/common_optimizations.hpp"
 #include "transformations/common_optimizations/conv_mul_fusion.hpp"
 #include "transformations/common_optimizations/fq_mul_fusion.hpp"
 #include "transformations/common_optimizations/fq_reshape_fusion.hpp"
-#include "transformations/depth_to_space_fusion.hpp"
-#include "transformations/optimize_strided_slice.hpp"
-#include "transformations/init_node_info.hpp"
-#include "transformations/itt.hpp"
-#include "transformations/mish_fusion.hpp"
-#include "transformations/softplus_fusion.hpp"
-#include "transformations/softplus_to_mish_fusion.hpp"
-#include "transformations/swish_fusion.hpp"
-#include "transformations/normalize_l2_fusion.hpp"
-#include "transformations/bidirectional_sequences_decomposition.hpp"
-#include "transformations/convert_pad_to_group_conv.hpp"
-#include "transformations/convert_divide.hpp"
-#include "transformations/convert_quantize_dequantize.hpp"
-#include "transformations/convert_mod.hpp"
-#include "transformations/convert_minimum_to_power_and_max.hpp"
-#include "transformations/convert_negative.hpp"
-#include "transformations/convert_scatter_elements_to_scatter.hpp"
-#include "transformations/convert_reduce_to_pooling.hpp"
-#include "transformations/convert_subtract.hpp"
-#include "transformations/convert_depth_to_space.hpp"
-#include "transformations/convert_space_to_depth.hpp"
-#include "transformations/convert_broadcast_to_tiles.hpp"
-#include "transformations/convert_gelu.hpp"
-#include "transformations/batch_norm_decomposition.hpp"
-#include "transformations/pull_transpose_through_fq.hpp"
-#include "transformations/lin_op_sequence_fusoin.hpp"
-#include "transformations/reduce_l1_decomposition.hpp"
-#include "transformations/reduce_l2_decomposition.hpp"
-#include "transformations/remove_filtering_boxes_by_size.hpp"
-#include "transformations/hswish_decomposition.hpp"
-#include "transformations/hswish_fusion.hpp"
+#include "transformations/common_optimizations/depth_to_space_fusion.hpp"
+#include "transformations/common_optimizations/optimize_strided_slice.hpp"
+#include "transformations/common_optimizations/mish_fusion.hpp"
+#include "transformations/common_optimizations/softplus_fusion.hpp"
+#include "transformations/common_optimizations/softplus_to_mish_fusion.hpp"
+#include "transformations/common_optimizations/swish_fusion.hpp"
+#include "transformations/common_optimizations/normalize_l2_fusion.hpp"
+#include "transformations/common_optimizations/pull_transpose_through_fq.hpp"
+#include "transformations/common_optimizations/lin_op_sequence_fusion.hpp"
+#include "transformations/common_optimizations/remove_filtering_boxes_by_size.hpp"
+#include "transformations/common_optimizations/hswish_fusion.hpp"
+#include "transformations/common_optimizations/convert_quantize_dequantize.hpp"
+#include "transformations/op_conversions/bidirectional_sequences_decomposition.hpp"
+#include "transformations/op_conversions/convert_pad_to_group_conv.hpp"
+#include "transformations/op_conversions/convert_divide.hpp"
+#include "transformations/op_conversions/convert_mod.hpp"
+#include "transformations/op_conversions/convert_minimum_to_power_and_max.hpp"
+#include "transformations/op_conversions/convert_negative.hpp"
+#include "transformations/op_conversions/convert_scatter_elements_to_scatter.hpp"
+#include "transformations/op_conversions/convert_reduce_to_pooling.hpp"
+#include "transformations/op_conversions/convert_subtract.hpp"
+#include "transformations/op_conversions/convert_depth_to_space.hpp"
+#include "transformations/op_conversions/convert_space_to_depth.hpp"
+#include "transformations/op_conversions/convert_broadcast_to_tiles.hpp"
+#include "transformations/op_conversions/convert_gelu.hpp"
+#include "transformations/op_conversions/batch_norm_decomposition.hpp"
+#include "transformations/op_conversions/reduce_l1_decomposition.hpp"
+#include "transformations/op_conversions/reduce_l2_decomposition.hpp"
+#include "transformations/op_conversions/hswish_decomposition.hpp"
 
 #include <ngraph/pass/manager.hpp>
 #include <ngraph/pass/constant_folding.hpp>
@@ -5,7 +5,7 @@
 #include <memory>
 #include <vector>
 
-#include <transformations/optimize_strided_slice.hpp>
+#include <transformations/common_optimizations/optimize_strided_slice.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/rt_info.hpp>
@@ -8,7 +8,7 @@
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/rt_info.hpp>
 
-#include "transformations/remove_filtering_boxes_by_size.hpp"
+#include "transformations/common_optimizations/remove_filtering_boxes_by_size.hpp"
 
 NGRAPH_RTTI_DEFINITION(ngraph::pass::RemoveFilteringBoxesBySize, "RemoveFilteringBoxesBySize", 0);
 
@@ -2,11 +2,10 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.hpp"
+#include "transformations/opset_conversions/convert_opset2_to_opset1.hpp"
 
-#include "transformations/convert_gelu.hpp"
-#include "transformations/convert_batch_to_space.hpp"
-#include "transformations/convert_space_to_batch.hpp"
+#include "transformations/op_conversions/convert_batch_to_space.hpp"
+#include "transformations/op_conversions/convert_space_to_batch.hpp"
 #include "transformations/itt.hpp"
 
 #include <memory>
@@ -2,15 +2,15 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include "transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.hpp"
-
-#include "transformations/convert_opset3_to_opset2/convert_broadcast3.hpp"
-#include "transformations/convert_opset3_to_opset2/convert_nms3.hpp"
-#include "transformations/convert_opset3_to_opset2/convert_shapeof3.hpp"
-#include "transformations/convert_opset3_to_opset2/convert_shuffle_channels3.hpp"
-#include "transformations/convert_opset3_to_opset2/convert_topk3.hpp"
-#include "transformations/convert_extract_image_patches_to_reorg_yolo.hpp"
-#include "transformations/softplus_decomposition.hpp"
+#include "transformations/opset_conversions/convert_opset3_to_opset2.hpp"
+
+#include "transformations/op_conversions/convert_broadcast3.hpp"
+#include "transformations/op_conversions/convert_nms3.hpp"
+#include "transformations/op_conversions/convert_shapeof3.hpp"
+#include "transformations/op_conversions/convert_shuffle_channels3.hpp"
+#include "transformations/op_conversions/convert_topk3.hpp"
+#include "transformations/op_conversions/convert_extract_image_patches_to_reorg_yolo.hpp"
+#include "transformations/op_conversions/softplus_decomposition.hpp"
 #include "transformations/itt.hpp"
 
 #include <memory>
index 1834b33..32a6c40 100644 (file)
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/opsets/opset5.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.hpp>
-#include <transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
+#include <transformations/opset_conversions/convert_opset3_to_opset2.hpp>
+#include <transformations/opset_conversions/convert_opset2_to_opset1.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
 #include <transformations/common_optimizations/common_optimizations.hpp>
 #include <transformations/init_node_info.hpp>
 #include <vpu/ngraph/transformations/merge_subsequent_dsr_operations.hpp>
index a1d2f6c..e43c402 100644 (file)
@@ -19,7 +19,7 @@
 #include <legacy/net_pass.h>
 #include <generic_ie.hpp>
 #include <legacy/convert_function_to_cnn_network.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
 #include <ngraph/pass/manager.hpp>
 
 #include <ngraph/opsets/opset3.hpp>
index 3f22b42..43f1457 100644 (file)
@@ -9,10 +9,10 @@
 
 #include <ngraph/pass/manager.hpp>
 #include <transformations/common_optimizations/common_optimizations.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
-#include <transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
+#include <transformations/opset_conversions/convert_opset2_to_opset1.hpp>
+#include <transformations/opset_conversions/convert_opset3_to_opset2.hpp>
 #include <transformations/convert_precision.hpp>
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
index 8a53c62..703b4fc 100644 (file)
 #include <functional_test_utils/precision_utils.hpp>
 #include "ngraph_functions/subgraph_builders.hpp"
 #include <legacy/convert_function_to_cnn_network.hpp>
-#include <ngraph_ops/fully_connected.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
 #include <transformations/common_optimizations/common_optimizations.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
-#include <transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
+#include <transformations/opset_conversions/convert_opset2_to_opset1.hpp>
+#include <transformations/opset_conversions/convert_opset3_to_opset2.hpp>
 #include "generic_ie.hpp"
 #include "functional_test_utils/low_precision_transformations/layer_transformation.hpp"
 
index 7d16f11..3017e2e 100644 (file)
@@ -13,9 +13,8 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <ngraph_ops/fully_connected.hpp>
-#include <transformations/convert_batch_to_space.hpp>
-#include <transformations/convert_space_to_batch.hpp>
+#include <transformations/op_conversions/convert_batch_to_space.hpp>
+#include <transformations/op_conversions/convert_space_to_batch.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
 
index 39f1baa..5125f03 100644 (file)
@@ -17,7 +17,7 @@
 #include <ngraph/pass/constant_folding.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
-#include <transformations/convert_opset1_to_legacy/conv_bias_fusion.hpp>
+#include <transformations/common_optimizations/conv_bias_fusion.hpp>
 #include <ngraph/pass/visualize_tree.hpp>
 
 #include "common_test_utils/ngraph_test_utils.hpp"
index 2f0aaeb..65ad9f1 100644 (file)
@@ -11,7 +11,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset3.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_broadcast3.hpp>
+#include <transformations/op_conversions/convert_broadcast3.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index 3f6bff5..d1e8248 100644 (file)
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/function.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_cells_to_cells_ie.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_cells_to_cells_ie.hpp>
 #include <transformations/init_node_info.hpp>
-#include <ngraph_ops/gru_cell_ie.hpp>
-#include <ngraph_ops/rnn_cell_ie.hpp>
-#include <ngraph_ops/lstm_cell_ie.hpp>
+#include <legacy/ngraph_ops/gru_cell_ie.hpp>
+#include <legacy/ngraph_ops/rnn_cell_ie.hpp>
+#include <legacy/ngraph_ops/lstm_cell_ie.hpp>
 #include <ngraph/pass/manager.hpp>
 #include "common_test_utils/ngraph_test_utils.hpp"
 
index 0937cea..2dcbf29 100644 (file)
@@ -18,7 +18,7 @@
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
 #include <ngraph/pass/visualize_tree.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_convolutions.hpp>
+#include <transformations/op_conversions/convert_convolutions.hpp>
 #include <ngraph_ops/convolution_ie.hpp>
 
 #include "common_test_utils/ngraph_test_utils.hpp"
index 21f83d8..0244f5d 100644 (file)
@@ -18,7 +18,7 @@
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
 #include <ngraph/pass/visualize_tree.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_convolutions.hpp>
+#include <transformations/op_conversions/convert_convolutions.hpp>
 #include <ngraph_ops/convolution_ie.hpp>
 #include <ngraph_ops/deconvolution_ie.hpp>
 
index 655c8ab..21efa57 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
-#include <transformations/convert_divide.hpp>
+#include <transformations/op_conversions/convert_divide.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/pass/manager.hpp>
index 5cccbd8..f9347e4 100644 (file)
@@ -11,7 +11,7 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/convert_extract_image_patches_to_reorg_yolo.hpp>
+#include <transformations/op_conversions/convert_extract_image_patches_to_reorg_yolo.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index d13c2b6..80a0020 100644 (file)
 
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_gather_to_gather_ie.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_gather_to_gather_ie.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
-#include <ngraph_ops/gather_ie.hpp>
+#include <legacy/ngraph_ops/gather_ie.hpp>
 #include <ngraph/pass/manager.hpp>
 
 #include "common_test_utils/ngraph_test_utils.hpp"
index f40bfe9..db462a4 100644 (file)
@@ -16,9 +16,9 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/pass/constant_folding.hpp>
-#include <ngraph_ops/fully_connected.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_matmul_to_fc_or_gemm.hpp>
-#include <transformations/convert_opset1_to_legacy/reshape_fully_connected.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_matmul_to_fc_or_gemm.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/reshape_fully_connected.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/pass/manager.hpp>
index 497cba2..ae4ee04 100644 (file)
@@ -12,7 +12,7 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset2.hpp>
 #include <ngraph/opsets/opset3.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_nms3.hpp>
+#include <transformations/op_conversions/convert_nms3.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index 3c5d045..6b62756 100644 (file)
@@ -9,8 +9,8 @@
 
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
-#include <ngraph_ops/nms_ie.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_nms_4_to_legacy.hpp>
+#include <legacy/ngraph_ops/nms_ie.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_nms_4_to_legacy.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/pass/manager.hpp>
index cf88cce..07529e1 100644 (file)
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset3.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_nms_to_nms_ie.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_nms_to_nms_ie.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
-#include <ngraph_ops/nms_ie.hpp>
+#include <legacy/ngraph_ops/nms_ie.hpp>
 #include <ngraph/pass/constant_folding.hpp>
 #include <ngraph/pass/manager.hpp>
 
index 3b38707..66ef8d6 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
-#include <transformations/convert_pad_to_group_conv.hpp>
+#include <transformations/op_conversions/convert_pad_to_group_conv.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/pass/manager.hpp>
index bdb44ce..9d107fa 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
-#include <transformations/convert_quantize_dequantize.hpp>
+#include <transformations/common_optimizations/convert_quantize_dequantize.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 #include <ngraph/pass/manager.hpp>
index d646ec1..c63b7bd 100644 (file)
@@ -17,7 +17,7 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
-#include <transformations/convert_reduce_to_pooling.hpp>
+#include <transformations/op_conversions/convert_reduce_to_pooling.hpp>
 
 #include "common_test_utils/ngraph_test_utils.hpp"
 
index e12520e..edcabe5 100644 (file)
@@ -15,7 +15,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/pass/constant_folding.hpp>
-#include <transformations/convert_scatter_elements_to_scatter.hpp>
+#include <transformations/op_conversions/convert_scatter_elements_to_scatter.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
 
index 71d5ea5..00ce827 100644 (file)
@@ -8,14 +8,14 @@
 #include <memory>
 
 #include <transformations/init_node_info.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_sequences_to_sequences_ie.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_sequences_to_sequences_ie.hpp>
 
 #include <ngraph/ops.hpp>
 #include <ngraph/opsets/opset5.hpp>
 #include <ngraph/function.hpp>
-#include <ngraph_ops/gru_sequence_ie.hpp>
-#include <ngraph_ops/rnn_sequence_ie.hpp>
-#include <ngraph_ops/lstm_sequence_ie.hpp>
+#include <legacy/ngraph_ops/gru_sequence_ie.hpp>
+#include <legacy/ngraph_ops/rnn_sequence_ie.hpp>
+#include <legacy/ngraph_ops/lstm_sequence_ie.hpp>
 #include <ngraph/pass/manager.hpp>
 
 #include "common_test_utils/test_common.hpp"
index f24e865..d19423b 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset3.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_shapeof3.hpp>
+#include <transformations/op_conversions/convert_shapeof3.hpp>
 #include <transformations/init_node_info.hpp>
 
 #include "common_test_utils/ngraph_test_utils.hpp"
index 4ed49a0..ef45e69 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset2.hpp>
 #include <ngraph/opsets/opset3.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_shuffle_channels3.hpp>
+#include <transformations/op_conversions/convert_shuffle_channels3.hpp>
 #include <transformations/init_node_info.hpp>
 
 #include "common_test_utils/ngraph_test_utils.hpp"
index 9a09144..8f5d414 100644 (file)
@@ -17,9 +17,9 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/pass/constant_folding.hpp>
-#include <ngraph_ops/crop_ie.hpp>
+#include <legacy/ngraph_ops/crop_ie.hpp>
 
-#include <transformations/convert_opset1_to_legacy/convert_strided_slice_to_crop.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_strided_slice_to_crop.hpp>
 #include <ngraph/op/reshape.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
index 65e24b3..608e7f9 100644 (file)
@@ -12,8 +12,8 @@
 #include <ngraph/pass/manager.hpp>
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset5.hpp>
-#include <ngraph_ops/fully_connected.hpp>
-#include <transformations/tensor_iterator_transformations/convert_ti_to_sequences.h>
+#include <legacy/ngraph_ops/fully_connected.hpp>
+#include <transformations/op_conversions/convert_ti_to_sequences.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
 
index 334a8cf..b9849cc 100644 (file)
@@ -12,7 +12,7 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset2.hpp>
 #include <ngraph/opsets/opset3.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_topk3.hpp>
+#include <transformations/op_conversions/convert_topk3.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index 37a89d4..233a19c 100644 (file)
 
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_topk_to_topk_ie.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_topk_to_topk_ie.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
-#include <ngraph_ops/topk_ie.hpp>
+#include <legacy/ngraph_ops/topk_ie.hpp>
 #include <ngraph/pass/constant_folding.hpp>
 #include <ngraph/pass/manager.hpp>
 
index 1b42d69..0ed942a 100644 (file)
@@ -15,8 +15,8 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/pass/constant_folding.hpp>
-#include <ngraph_ops/fully_connected.hpp>
-#include <transformations/depth_to_space_fusion.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
+#include <transformations/common_optimizations/depth_to_space_fusion.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
 
index 9192179..54dfd99 100644 (file)
@@ -15,8 +15,8 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/pass/constant_folding.hpp>
-#include <ngraph_ops/fully_connected.hpp>
-#include <transformations/convert_opset1_to_legacy/fc_bias_fusion.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/fc_bias_fusion.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
 
index 7356a79..f504680 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/hswish_decomposition.hpp>
+#include <transformations/op_conversions/hswish_decomposition.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index fb34a24..b360595 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/hswish_fusion.hpp>
+#include <transformations/common_optimizations/hswish_fusion.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index c7f84d1..dcd9b39 100644 (file)
@@ -15,7 +15,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/lin_op_sequence_fusoin.hpp>
+#include <transformations/common_optimizations/lin_op_sequence_fusion.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
 #include <ngraph/pass/visualize_tree.hpp>
index 1921148..7c202a1 100644 (file)
@@ -10,8 +10,8 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/mish_fusion.hpp>
-#include <transformations/softplus_to_mish_fusion.hpp>
+#include <transformations/common_optimizations/mish_fusion.hpp>
+#include <transformations/common_optimizations/softplus_to_mish_fusion.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index 8eb6ae6..5ca6ad1 100644 (file)
 #include <ngraph/pass/constant_folding.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
-#include <transformations/convert_opset1_to_legacy/conv_bias_fusion.hpp>
+#include <transformations/common_optimizations/conv_bias_fusion.hpp>
 #include <ngraph/pass/visualize_tree.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_mul_or_add_finally.hpp>
-#include <ngraph_ops/power.hpp>
-#include <ngraph_ops/scaleshift.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_mul_add_to_scaleshift_or_power.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_mul_or_add_finally.hpp>
+#include <legacy/ngraph_ops/power.hpp>
+#include <legacy/ngraph_ops/scaleshift.hpp>
 
 #include "common_test_utils/ngraph_test_utils.hpp"
 
index 5953d23..0b61df3 100644 (file)
@@ -15,7 +15,7 @@
 #include <ngraph/op/constant.hpp>
 #include <ngraph_ops/convolution_ie.hpp>
 #include <ngraph/pass/constant_folding.hpp>
-#include <transformations/convert_opset1_to_legacy/reshape_1d_ops.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/reshape_1d_ops.hpp>
 #include <transformations/init_node_info.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include "common_test_utils/ngraph_test_utils.hpp"
index 5132c5d..692e784 100644 (file)
@@ -14,8 +14,8 @@
 #include <ngraph/function.hpp>
 #include <ngraph/op/depth_to_space.hpp>
 #include <ngraph/op/space_to_depth.hpp>
-#include <transformations/convert_depth_to_space.hpp>
-#include <transformations/convert_space_to_depth.hpp>
+#include <transformations/op_conversions/convert_depth_to_space.hpp>
+#include <transformations/op_conversions/convert_space_to_depth.hpp>
 #include <transformations/init_node_info.hpp>
 #include <ngraph/pass/manager.hpp>
 #include "common_test_utils/ngraph_test_utils.hpp"
index a8cf29b..7af719b 100644 (file)
@@ -15,7 +15,7 @@
 #include <ngraph/op/constant.hpp>
 #include <ngraph/op/transpose.hpp>
 #include <ngraph/op/fake_quantize.hpp>
-#include <transformations/pull_transpose_through_fq.hpp>
+#include <transformations/common_optimizations/pull_transpose_through_fq.hpp>
 #include <ngraph/pass/constant_folding.hpp>
 #include <transformations/init_node_info.hpp>
 #include <ngraph/pass/manager.hpp>
index 81f1d5d..1db87ec 100644 (file)
@@ -14,7 +14,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/op/constant.hpp>
 #include <ngraph/op/mod.hpp>
-#include <transformations/convert_mod.hpp>
+#include <transformations/op_conversions/convert_mod.hpp>
 #include <ngraph/pass/constant_folding.hpp>
 #include <transformations/init_node_info.hpp>
 #include <ngraph/pass/manager.hpp>
index 7c02aca..6389749 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/normalize_l2_fusion.hpp>
+#include <transformations/common_optimizations/normalize_l2_fusion.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index 7c16c59..5d01d5d 100644 (file)
@@ -16,9 +16,9 @@
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset3.hpp>
 #include <ngraph/pass/constant_folding.hpp>
-#include <ngraph_ops/fully_connected.hpp>
-#include <transformations/convert_opset1_to_legacy/fc_bias_fusion.hpp>
-#include <transformations/optimize_strided_slice.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/fc_bias_fusion.hpp>
+#include <transformations/common_optimizations/optimize_strided_slice.hpp>
 #include <transformations/utils/utils.hpp>
 
 #include "common_test_utils/ngraph_test_utils.hpp"
index db9a68a..239a737 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/reduce_l1_decomposition.hpp>
+#include <transformations/op_conversions/reduce_l1_decomposition.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index 4306fba..31a4d47 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/reduce_l2_decomposition.hpp>
+#include <transformations/op_conversions/reduce_l2_decomposition.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index ba634af..7ee29b7 100644 (file)
@@ -15,8 +15,8 @@
 #include <ngraph/op/constant.hpp>
 #include <ngraph/op/reshape.hpp>
 #include <ngraph/pass/constant_folding.hpp>
-#include <ngraph_ops/fully_connected.hpp>
-#include <transformations/convert_opset1_to_legacy/reshape_fc_fusion.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/reshape_fc_fusion.hpp>
 #include <transformations/init_node_info.hpp>
 #include "common_test_utils/ngraph_test_utils.hpp"
 
index 952a50f..52ecf6e 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/softplus_decomposition.hpp>
+#include <transformations/op_conversions/softplus_decomposition.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index d7a2f9e..dcb6bd0 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/softplus_fusion.hpp>
+#include <transformations/common_optimizations/softplus_fusion.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index e6125ae..27b5740 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <transformations/swish_fusion.hpp>
+#include <transformations/common_optimizations/swish_fusion.hpp>
 #include <transformations/init_node_info.hpp>
 #include <transformations/utils/utils.hpp>
 
index d19024c..6a99ebf 100644 (file)
@@ -12,8 +12,8 @@
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset4.hpp>
 #include <ngraph/pass/manager.hpp>
-#include <ngraph_ops/fully_connected.hpp>
-#include <transformations/tensor_iterator_transformations/unroll_tensor_iterator.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
+#include <transformations/control_flow/unroll_tensor_iterator.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
 
index d4ee0cd..ba283ab 100644 (file)
@@ -9,7 +9,7 @@
 #include "ie_system_conf.h"
 
 #include <ngraph/ngraph.hpp>
-#include <ngraph_ops/fully_connected.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
 
 namespace LayerTestsDefinitions {
 
index a384b22..8bf3e51 100644 (file)
 #include <legacy/graph_transformer.h>
 #include <legacy/convert_function_to_cnn_network.hpp>
 #include <transformations/common_optimizations/common_optimizations.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
-#include <transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
+#include <transformations/opset_conversions/convert_opset2_to_opset1.hpp>
+#include <transformations/opset_conversions/convert_opset3_to_opset2.hpp>
 #include <transformations/init_node_info.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset2.hpp>
index 4a3cc72..16b4bb8 100644 (file)
 #include <legacy/graph_transformer.h>
 #include <legacy/convert_function_to_cnn_network.hpp>
 #include <transformations/common_optimizations/common_optimizations.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
-#include <transformations/convert_opset2_to_opset1/convert_opset2_to_opset1.hpp>
-#include <transformations/convert_opset3_to_opset2/convert_opset3_to_opset2.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_opset1_to_legacy.hpp>
+#include <legacy/transformations/convert_opset1_to_legacy/convert_prior_to_ie_prior.hpp>
+#include <transformations/opset_conversions/convert_opset2_to_opset1.hpp>
+#include <transformations/opset_conversions/convert_opset3_to_opset2.hpp>
 #include <transformations/init_node_info.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/opsets/opset2.hpp>
index 98a48e2..c94dbd4 100644 (file)
 #include <ngraph/function.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <ngraph/pass/constant_folding.hpp>
-#include <ngraph_ops/fully_connected.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
 #include <transformations/utils/utils.hpp>
 #include <transformations/init_node_info.hpp>
-#include <transformations/depth_to_space_fusion.hpp>
+#include <transformations/common_optimizations/depth_to_space_fusion.hpp>
 #include <ngraph/op/depth_to_space.hpp>
 
 namespace LayerTestsDefinitions {
index fa004c1..1882437 100644 (file)
@@ -16,7 +16,7 @@
 #include "functional_test_utils/plugin_cache.hpp"
 #include "functional_test_utils/skip_tests_config.hpp"
 
-#include <transformations/gru_cell_decomposition.hpp>
+#include <transformations/op_conversions/gru_cell_decomposition.hpp>
 #include "single_layer_tests/gru_cell.hpp"
 
 namespace LayerTestsDefinitions {
index f1d8afe..eb4bc78 100644 (file)
@@ -17,7 +17,7 @@
 #include "functional_test_utils/skip_tests_config.hpp"
 
 #include "single_layer_tests/gru_sequence.hpp"
-#include <transformations/bidirectional_sequences_decomposition.hpp>
+#include <transformations/op_conversions/bidirectional_sequences_decomposition.hpp>
 
 namespace LayerTestsDefinitions {
 
index 733c740..cb46306 100644 (file)
@@ -16,7 +16,7 @@
 #include "functional_test_utils/plugin_cache.hpp"
 #include "functional_test_utils/skip_tests_config.hpp"
 
-#include <transformations/lstm_cell_decomposition.hpp>
+#include <transformations/op_conversions/lstm_cell_decomposition.hpp>
 #include "single_layer_tests/lstm_cell.hpp"
 
 namespace LayerTestsDefinitions {
index d910194..e47b753 100644 (file)
@@ -17,7 +17,7 @@
 #include "functional_test_utils/skip_tests_config.hpp"
 
 #include "single_layer_tests/lstm_sequence.hpp"
-#include <transformations/bidirectional_sequences_decomposition.hpp>
+#include <transformations/op_conversions/bidirectional_sequences_decomposition.hpp>
 
 namespace LayerTestsDefinitions {
 
index 174f920..1530eaa 100644 (file)
@@ -20,7 +20,7 @@
 #include "functional_test_utils/layer_test_utils.hpp"
 
 #include "single_layer_tests/prior_box_clustered.hpp"
-#include "ngraph_ops/prior_box_clustered_ie.hpp"
+#include "legacy/ngraph_ops/prior_box_clustered_ie.hpp"
 
 namespace LayerTestsDefinitions {
 std::string PriorBoxClusteredLayerTest::getTestCaseName(const testing::TestParamInfo<priorBoxClusteredLayerParams>& obj) {
index ec86160..059c0f7 100644 (file)
@@ -16,7 +16,7 @@
 #include "functional_test_utils/plugin_cache.hpp"
 #include "functional_test_utils/skip_tests_config.hpp"
 
-#include <transformations/rnn_cell_decomposition.hpp>
+#include <transformations/op_conversions/rnn_cell_decomposition.hpp>
 #include "single_layer_tests/rnn_cell.hpp"
 
 namespace LayerTestsDefinitions {
index 90ac191..cd3c6fd 100644 (file)
@@ -17,7 +17,7 @@
 #include "functional_test_utils/skip_tests_config.hpp"
 
 #include "single_layer_tests/rnn_sequence.hpp"
-#include <transformations/bidirectional_sequences_decomposition.hpp>
+#include <transformations/op_conversions/bidirectional_sequences_decomposition.hpp>
 
 namespace LayerTestsDefinitions {
 
index da959ed..c5d4a75 100644 (file)
@@ -8,8 +8,8 @@
 #include "subgraph_tests/conv_eltwise_fusion.hpp"
 #include <transformations/common_optimizations/conv_mul_fusion.hpp>
 #include <ngraph/pass/constant_folding.hpp>
-#include <transformations/convert_opset1_to_legacy/convert_convolutions.hpp>
-#include <transformations/convert_opset1_to_legacy/conv_bias_fusion.hpp>
+#include <transformations/op_conversions/convert_convolutions.hpp>
+#include <transformations/common_optimizations/conv_bias_fusion.hpp>
 
 namespace LayerTestsDefinitions {
 
index b9d9761..051aa47 100644 (file)
@@ -18,7 +18,7 @@
 #include "ngraph_functions/utils/ngraph_helpers.hpp"
 #include "ngraph_functions/builders.hpp"
 
-#include <transformations/lstm_cell_decomposition.hpp>
+#include <transformations/op_conversions/lstm_cell_decomposition.hpp>
 #include "subgraph_tests/memory_LSTMCell.hpp"
 
 namespace SubgraphTestsDefinitions {
index d8b772a..2253296 100644 (file)
@@ -18,7 +18,7 @@
 #include "ngraph_functions/utils/ngraph_helpers.hpp"
 #include "ngraph_functions/builders.hpp"
 
-#include <transformations/lstm_cell_decomposition.hpp>
+#include <transformations/op_conversions/lstm_cell_decomposition.hpp>
 #include "subgraph_tests/multiple_LSTMCell.hpp"
 
 namespace SubgraphTestsDefinitions {
index 7409965..d53d4fb 100644 (file)
@@ -2,8 +2,8 @@
 // SPDX-License-Identifier: Apache-2.0
 //
 
-#include <transformations/convert_batch_to_space.hpp>
-#include <transformations/convert_space_to_batch.hpp>
+#include <transformations/op_conversions/convert_batch_to_space.hpp>
+#include <transformations/op_conversions/convert_space_to_batch.hpp>
 
 #include "layer_test_utils.hpp"
 
index 7692c14..2678f2f 100644 (file)
@@ -6,7 +6,7 @@
 #include <gtest/gtest.h>
 
 #include <ngraph/ngraph.hpp>
-#include <ngraph_ops/fully_connected.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
 
 #include <legacy/details/ie_cnn_network_tools.h>
 #include <legacy/convert_function_to_cnn_network.hpp>
index c565d6d..d1dd417 100644 (file)
@@ -8,7 +8,7 @@
 #include <ngraph/op/parameter.hpp>
 #include <ngraph/ops.hpp>
 #include <ie_precision.hpp>
-#include <ngraph_ops/power.hpp>
+#include <legacy/ngraph_ops/power.hpp>
 #include <debug.h>
 #include "../gna_matcher.hpp"
 
index 962c31c..2b42d35 100644 (file)
@@ -8,7 +8,7 @@
 #include <ngraph/op/parameter.hpp>
 #include <ngraph/ops.hpp>
 #include <ie_precision.hpp>
-#include <ngraph_ops/fully_connected.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
 #include "../gna_matcher.hpp"
 
 using namespace InferenceEngine;
index 7f96dd9..cbb1fc2 100644 (file)
@@ -10,7 +10,7 @@
 #include <ngraph/type/element_type.hpp>
 #include <ngraph/op/parameter.hpp>
 #include <ngraph/ops.hpp>
-#include <ngraph_ops/fully_connected.hpp>
+#include <legacy/ngraph_ops/fully_connected.hpp>
 #include <ngraph/op/constant.hpp>
 #include <ngraph/opsets/opset1.hpp>
 #include <limits>