From 5f39091e502b0805f292d79a2a7da66d485f70ac Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Wed, 13 May 2020 00:12:08 +0100 Subject: COMPMID-3176: Remove padding from NEArithmeticSubtractionKernel COMPMID-3487: Refactor NEArithmeticSubtractionKernel Refactored code in order to remove paddings. This resulted in a big increase in libary size so after some rework the total size dropped by 4Kb. Change-Id: I4e3014c2ae49c29c6090b195ea16620afcf6c09f Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3206 Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins --- arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h') diff --git a/arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h b/arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h index 69d7b4bcfb..4774fb6adb 100644 --- a/arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h +++ b/arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h @@ -37,7 +37,6 @@ class ITensor; * @note The function performs an arithmetic subtraction between two tensors. * * This function calls the following kernels: - * -# @ref NEFillBorderKernel (In case of broadcasting, in the input being broadcasted) * -# @ref NEArithmeticSubtractionKernel */ class NEArithmeticSubtraction : public INESimpleFunction -- cgit v1.2.1