From c4d5136707280d98f660a67219114f5ee5b10fb8 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 29 Jul 2019 14:14:13 +0100 Subject: COMPMID-2493: Update qs8 in Depthwise assembly Introduces minor optimisation for qasymm8 for depthwise convolution. Change-Id: I1b88b1475f8f1ef34c3a7c5580cdeef8b032a100 Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/1647 Tested-by: Arm Jenkins Reviewed-by: Gian Marco Iodice Comments-Addressed: Arm Jenkins --- .../core/NEON/kernels/convolution/depthwise/depthwise_quantized.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arm_compute/core') diff --git a/arm_compute/core/NEON/kernels/convolution/depthwise/depthwise_quantized.hpp b/arm_compute/core/NEON/kernels/convolution/depthwise/depthwise_quantized.hpp index b65ced6f35..f8db4db6cc 100644 --- a/arm_compute/core/NEON/kernels/convolution/depthwise/depthwise_quantized.hpp +++ b/arm_compute/core/NEON/kernels/convolution/depthwise/depthwise_quantized.hpp @@ -109,11 +109,6 @@ class QAsymm8DepthwiseConvolution : public DepthwiseConvolutionBase< ); protected: - static nck::ActivationFunction get_activation_fn( - nck::ActivationFunction activation, - const qasymm8::QAsymm8Params& output_quantisation - ); - uint8_t _input_padding_value(void) const; void _pack_params( -- cgit v1.2.1