* [CPU] Extend Reduce node to support blocked layouts nC[d]hw8/16C (#580)
authorChen Xu <chen.xu@intel.com>
Mon, 7 Sep 2020 12:35:11 +0000 (20:35 +0800)
committerGitHub <noreply@github.com>
Mon, 7 Sep 2020 12:35:11 +0000 (15:35 +0300)
commitcba089283200112843248a3be38bb2a531dd6a96
treec1b944c2ac8d917bb6d1970f756ea2cce67b1740
parentab6d3a52277b2ec5ee45b749b2c5b849d5623302
* [CPU] Extend Reduce node to support blocked layouts nC[d]hw8/16C (#580)
inference-engine/src/mkldnn_plugin/CMakeLists.txt
inference-engine/src/mkldnn_plugin/mkldnn_node.cpp
inference-engine/src/mkldnn_plugin/mkldnn_node.h
inference-engine/src/mkldnn_plugin/nodes/base.hpp
inference-engine/src/mkldnn_plugin/nodes/list_tbl.hpp
inference-engine/src/mkldnn_plugin/nodes/mkldnn_reduce_node.cpp [new file with mode: 0644]
inference-engine/src/mkldnn_plugin/nodes/mkldnn_reduce_node.h [new file with mode: 0644]
inference-engine/src/mkldnn_plugin/nodes/reduce.cpp [deleted file]
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/single_layer_tests/reduce_ops.cpp
inference-engine/thirdparty/mkl-dnn