aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernelLibrary.cpp
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-11-21 15:44:55 +0000
committerMichalis Spyrou <michalis.spyrou@arm.com>2018-11-21 17:32:46 +0000
commit3112e33d8d0b987e85107390a0350bd5988f5f01 (patch)
tree050c8400608caaa216305611ca2de1d8163e462b /src/core/CL/CLKernelLibrary.cpp
parentedf26ea4921fd0c162abb962fc4863846e73f53f (diff)
downloadComputeLibrary-3112e33d8d0b987e85107390a0350bd5988f5f01.tar.gz
COMPMID-1451 Change PriorBox output to NCHw
Output of Priorbox should be independent of the input data layout and should always be in NCHW format Change-Id: Ie80cd4e51c78945b158c0db1af1923bdf8d7ea7b
Diffstat (limited to 'src/core/CL/CLKernelLibrary.cpp')
-rw-r--r--src/core/CL/CLKernelLibrary.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp
index ff4803e79c..33e66705e3 100644
--- a/src/core/CL/CLKernelLibrary.cpp
+++ b/src/core/CL/CLKernelLibrary.cpp
@@ -355,7 +355,6 @@ const std::map<std::string, std::string> CLKernelLibrary::_kernel_program_map =
{ "pooling_layer_MxN_quantized_nhwc", "pooling_layer_quantized.cl" },
{ "pooling_layer_MxN_quantized_nchw", "pooling_layer_quantized.cl" },
{ "prior_box_layer_nchw", "prior_box_layer.cl" },
- { "prior_box_layer_nhwc", "prior_box_layer.cl" },
{ "quantization_layer", "quantization_layer.cl" },
{ "reduction_operation_x", "reduction_operation.cl" },
{ "reduction_operation_quantized_x", "reduction_operation.cl" },