Extend nGraph for operation GatherND-5 and implement reference (#2587)
authorRoman Kazantsev <roman.kazantsev@intel.com>
Wed, 14 Oct 2020 09:20:22 +0000 (12:20 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 09:20:22 +0000 (12:20 +0300)
commit99566395314db0d3618d2d172e68ca1475ad0c07
tree15bf314968ce60c6c912eae26018d16badd6e25c
parent6d7211036545a55ed39acb7a9565d73e1d7d5475
Extend nGraph for operation GatherND-5 and implement reference (#2587)

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
17 files changed:
inference-engine/tests/functional/inference_engine/ngraph_reader/gather_nd_tests.cpp [new file with mode: 0644]
ngraph/core/include/ngraph/op/gather_nd.hpp
ngraph/core/include/ngraph/opsets/opset5_tbl.hpp
ngraph/core/reference/include/ngraph/runtime/reference/gather_nd.hpp
ngraph/core/src/op/gather_nd.cpp
ngraph/python/src/ngraph/__init__.py
ngraph/python/src/ngraph/opset5/__init__.py
ngraph/python/src/ngraph/opset5/ops.py
ngraph/python/src/pyngraph/node_factory.cpp
ngraph/python/tests/test_ngraph/test_data_movement.py
ngraph/test/CMakeLists.txt
ngraph/test/backend/gather.in.cpp
ngraph/test/backend/gather_nd.in.cpp [new file with mode: 0644]
ngraph/test/runtime/ie/unit_test.manifest
ngraph/test/runtime/interpreter/int_executable.hpp
ngraph/test/runtime/interpreter/opset_int_tbl.hpp
ngraph/test/type_prop/gather_nd.cpp