[IE CLDNN] Removed unused DO gpu impl (#2809)
authorVladimir Paramuzov <vladimir.paramuzov@intel.com>
Wed, 28 Oct 2020 06:24:22 +0000 (09:24 +0300)
committerGitHub <noreply@github.com>
Wed, 28 Oct 2020 06:24:22 +0000 (09:24 +0300)
commitc7661078d9519a58ed83bc60513975c23e1ada5c
tree752a6e23b65e2995c39881acfdc5e2e3dcbc6efe
parentabb8817cf6952ca60ece886a1affded3bb876db4
[IE CLDNN] Removed unused DO gpu impl (#2809)
20 files changed:
inference-engine/thirdparty/clDNN/api/detection_output.hpp
inference-engine/thirdparty/clDNN/api/program.hpp
inference-engine/thirdparty/clDNN/kernel_selector/common/common_types.h
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/detection_output/detection_output_kernel_base.cpp [deleted file]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/detection_output/detection_output_kernel_base.h [deleted file]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/detection_output/detection_output_kernel_ref.cpp [deleted file]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/detection_output/detection_output_kernel_ref.h [deleted file]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/detection_output/detection_output_kernel_selector.cpp [deleted file]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/detection_output/detection_output_kernel_selector.h [deleted file]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/detection_output/detection_output_kernel_sort.cpp [deleted file]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/detection_output/detection_output_kernel_sort.h [deleted file]
inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/detection_output.cl [deleted file]
inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/detection_output_sort.cl [deleted file]
inference-engine/thirdparty/clDNN/src/detection_output.cpp
inference-engine/thirdparty/clDNN/src/gpu/detection_output_cpu.cpp
inference-engine/thirdparty/clDNN/src/gpu/detection_output_gpu.cpp [deleted file]
inference-engine/thirdparty/clDNN/src/graph_optimizer/graph_initializations.cpp
inference-engine/thirdparty/clDNN/src/include/detection_output_inst.h
inference-engine/thirdparty/clDNN/src/include/pass_manager.h
inference-engine/thirdparty/clDNN/tests/test_cases/detection_output_test.cpp