From a851bbaaa8f48d6716eff3375668f5d2b910104b Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 12 Apr 2019 13:55:39 +0100 Subject: COMPMID-1995: Improves DepthwiseConvolution for qasymm8. Improves NEON depthwise convolution for qasymm8 for both size and performance. Change-Id: If7eaecec60cd46949176f156fa7c76e59ab70c62 Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/986 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Pablo Marquez --- .../core/NEON/kernels/convolution/depthwise/depthwise_quantized.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arm_compute') 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 47fa60139f..e34023faf1 100644 --- a/arm_compute/core/NEON/kernels/convolution/depthwise/depthwise_quantized.hpp +++ b/arm_compute/core/NEON/kernels/convolution/depthwise/depthwise_quantized.hpp @@ -82,11 +82,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