aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-11-14 18:29:58 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2018-11-15 16:42:28 +0000
commite413d255b18fad1553bd3550a98f707c9c6e8aec (patch)
tree53ec34d833efd454fa9f85d782bf9b562e7d1294 /arm_compute/runtime/NEON
parente059f4f1bf6160d3819342124533d17cc32b9799 (diff)
downloadComputeLibrary-e413d255b18fad1553bd3550a98f707c9c6e8aec.tar.gz
COMPMID-1783: NEGEMMConvolutionLayer fails for QASYMM8 on 32bit
Change-Id: Ibc8d903c8d3c97b51dc8a3344197b56ad9d6c00e
Diffstat (limited to 'arm_compute/runtime/NEON')
-rw-r--r--arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h b/arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h
index cc0b2416bd..6df7af0d86 100644
--- a/arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h
+++ b/arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h
@@ -188,6 +188,7 @@ private:
NECol2ImKernel _col2im_kernel;
NEActivationLayer _activationlayer_function;
NEArithmeticAdditionKernel _add_bias_kernel;
+ NEReshapeLayer _reshape_layer;
const ITensor *_original_weights;