[CPU] fix conv + concat case and add tests (#1747)
authorMaxim Andronov <maxim.andronov@intel.com>
Mon, 17 Aug 2020 11:25:53 +0000 (14:25 +0300)
committerGitHub <noreply@github.com>
Mon, 17 Aug 2020 11:25:53 +0000 (14:25 +0300)
commit5d73859255d3a5de647170b8b73de90ea2b990ce
treea1e499e15e3f6f8e13275a5d32582e729ca40ebc
parent6c98590bcde84ac428a0b32dbe500abc1cef8f4d
[CPU] fix conv + concat case and add tests (#1747)
inference-engine/src/mkldnn_plugin/nodes/mkldnn_deconv_node.cpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_deconv_node.h
inference-engine/tests/functional/plugin/cpu/CMakeLists.txt
inference-engine/tests/functional/plugin/cpu/single_layer_tests/group_convolution.cpp
inference-engine/tests/functional/plugin/cpu/subgraph_tests/include/conv_concat.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/cpu/subgraph_tests/src/conv_concat.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/cpu/test_utils/cpu_test_utils.cpp [moved from inference-engine/tests/functional/plugin/cpu/single_layer_tests/cpu_test_utils.hpp with 72% similarity]
inference-engine/tests/functional/plugin/cpu/test_utils/cpu_test_utils.hpp [new file with mode: 0644]
inference-engine/tests/ngraph_functions/include/ngraph_functions/builders.hpp
inference-engine/tests/ngraph_functions/src/concat.cpp [new file with mode: 0644]
inference-engine/thirdparty/mkl-dnn