[CPU] supported ShuffleChannels and added tests (#636)
authorAnton Voronov <anton.voronov@intel.com>
Fri, 5 Jun 2020 11:10:55 +0000 (14:10 +0300)
committerGitHub <noreply@github.com>
Fri, 5 Jun 2020 11:10:55 +0000 (14:10 +0300)
commit70c2058b616d21c34ecb85fb55a0c24848d44af7
treefaf56f971119bbd88481e557cc8414a9ff05c631
parent3571d448969eeaddd44007c2133bb6751c64c838
[CPU] supported ShuffleChannels and added tests (#636)
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/mkldnn_plugin/mkldnn_plugin.cpp
inference-engine/src/mkldnn_plugin/nodes/shuffle_channels.cpp
inference-engine/src/transformations/include/transformations/convert_opset3_to_opset2/convert_shuffle_channels3.hpp
inference-engine/src/transformations/src/transformations/convert_opset3_to_opset2/convert_shuffle_channels3.cpp
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/single_layer_tests/shuffle_channels.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/shuffle_channels.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/shuffle_channels.cpp [new file with mode: 0644]
inference-engine/tests/ngraph_functions/include/ngraph_functions/builders.hpp
inference-engine/tests/ngraph_functions/src/shuffle_channels.cpp [new file with mode: 0644]