From e413d255b18fad1553bd3550a98f707c9c6e8aec Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 14 Nov 2018 18:29:58 +0000 Subject: COMPMID-1783: NEGEMMConvolutionLayer fails for QASYMM8 on 32bit Change-Id: Ibc8d903c8d3c97b51dc8a3344197b56ad9d6c00e --- arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime') 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; -- cgit v1.2.1