[CPU] GatherND implementation. (#2757)
authorNikolay Shchegolev <nikolay.shchegolev@intel.com>
Thu, 29 Oct 2020 16:28:31 +0000 (19:28 +0300)
committerGitHub <noreply@github.com>
Thu, 29 Oct 2020 16:28:31 +0000 (19:28 +0300)
commit257bfc9944bf05545f238bb607b8d7a5d6780d40
tree2fea1d395c80774f1e9d96001f1f8fc1225a1b07
parent6fec63862b5f30b2534a433ff5acdc77df2f3637
[CPU] GatherND implementation. (#2757)
inference-engine/src/mkldnn_plugin/CMakeLists.txt
inference-engine/src/mkldnn_plugin/nodes/gather_nd.cpp [new file with mode: 0644]
inference-engine/src/mkldnn_plugin/nodes/list_tbl.hpp
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/single_layer_tests/gather_nd.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/gather_nd.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/gather_nd.cpp [new file with mode: 0644]
inference-engine/tests/ie_test_utils/functional_test_utils/precision_utils.hpp
inference-engine/tests/ngraph_functions/include/ngraph_functions/builders.hpp
inference-engine/tests/ngraph_functions/src/gather_nd.cpp [new file with mode: 0644]