Reference Implementation for RegionYolo operator (#2474)
authorGabriele Galiero Casay <gabriele.galiero.casay@intel.com>
Thu, 15 Oct 2020 20:30:12 +0000 (22:30 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 20:30:12 +0000 (22:30 +0200)
commitc9b16a79f57957ef494c51c2e25c7985fbf3e45a
tree54428df30c1991e1eb36152eb969608d8367db28
parentdb85069713edad5134da1d99b6405f926fb0e7df
Reference Implementation for RegionYolo operator (#2474)
16 files changed:
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/single_layer_tests/region_yolo.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/region_yolo.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/region_yolo.cpp [new file with mode: 0644]
ngraph/core/include/ngraph/op/region_yolo.hpp
ngraph/core/reference/include/ngraph/runtime/reference/region_yolo.hpp [new file with mode: 0644]
ngraph/core/src/op/region_yolo.cpp
ngraph/test/CMakeLists.txt
ngraph/test/attributes.cpp
ngraph/test/backend/region_yolo.in.cpp [new file with mode: 0644]
ngraph/test/files/region_in_yolov2_caffe.data [new file with mode: 0644]
ngraph/test/files/region_in_yolov3_mxnet.data [new file with mode: 0644]
ngraph/test/files/region_out_yolov2_caffe.data [new file with mode: 0644]
ngraph/test/files/region_out_yolov3_mxnet.data [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