[CPU] Add support 4th and 5th input DetectionOutput (#1290)
authorMaxim Andronov <maxim.andronov@intel.com>
Fri, 7 Aug 2020 06:05:41 +0000 (09:05 +0300)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 06:05:41 +0000 (09:05 +0300)
commitf9023ff7da2d20866e715daeb061b084d6abd404
tree468046499c213d6242e1d1f211ddc298b1d68be9
parent8c118ef8b2517aff2fed1506a0c112d09a037dcf
[CPU] Add support 4th and 5th input DetectionOutput (#1290)

* [CPU] Add support 4th and 5th input DetectionOutput

* fix any comments

* move reference to ngraph

* some changes for mx nms

* change namespace for ref impl
12 files changed:
inference-engine/src/mkldnn_plugin/nodes/detectionoutput.cpp
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/single_layer_tests/detection_output.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/activation.hpp
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/detection_output.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/range.hpp
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/detection_output.cpp [new file with mode: 0644]
inference-engine/tests/ie_test_utils/functional_test_utils/layer_test_utils.hpp
inference-engine/tests/ngraph_functions/include/ngraph_functions/builders.hpp
inference-engine/tests/ngraph_functions/src/detection_output.cpp [new file with mode: 0644]
ngraph/test/runtime/interpreter/int_executable.hpp
ngraph/test/runtime/interpreter/opset_int_tbl.hpp
ngraph/test/runtime/interpreter/reference/detection_output.hpp [new file with mode: 0644]