aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2021-04-12 16:44:24 +0100
committerGiorgio Arena <giorgio.arena@arm.com>2021-04-12 18:51:33 +0000
commit0a66abec3723f7dd655a118cf2969db59b37f171 (patch)
tree4dffc6812dafabe89e6bbde15adab84485b056b6 /arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h
parent0b76f7dd12240dc7a546c202ee80a7942d9898cd (diff)
downloadComputeLibrary-0a66abec3723f7dd655a118cf2969db59b37f171.tar.gz
Fix CLDepthwiseConvolutionLayer QSYMM8_PER_CHANNEL mismatches
Resolve COMPMID-4367 Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Change-Id: I5e65b62c2ca52cf65950c9c343864ef55b7122c3 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5407 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h b/arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h
index 8e594bc09f..e2c5d683cf 100644
--- a/arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h
+++ b/arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2020 Arm Limited.
+ * Copyright (c) 2017-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -231,6 +231,7 @@ private:
bool _needs_weights_reshape;
bool _is_prepared;
bool _is_quantized;
+ bool _is_nhwc;
};
/** Basic function to execute a generic depthwise convolution. This function calls the following OpenCL kernels: