From 9fc0b5c484e0f6cfe52009719ebccc179ada1112 Mon Sep 17 00:00:00 2001 From: Viet-Hoa Do Date: Thu, 20 Oct 2022 11:18:17 +0100 Subject: Update reinterpret tensor as 1D for CPU add * Use the same implementation as other layers. Resolves: COMPMID-5108 Signed-off-by: Viet-Hoa Do Change-Id: I5a50259b398b71ca1f61b5ee8daa539bf8263fac Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8501 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins --- src/cpu/kernels/add/list.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/cpu/kernels/add/list.h') diff --git a/src/cpu/kernels/add/list.h b/src/cpu/kernels/add/list.h index 0285b231e0..7cdb70fd9e 100644 --- a/src/cpu/kernels/add/list.h +++ b/src/cpu/kernels/add/list.h @@ -38,15 +38,10 @@ DECLARE_ADD_KERNEL(add_qasymm8_neon); DECLARE_ADD_KERNEL(add_qasymm8_signed_neon); DECLARE_ADD_KERNEL(add_qsymm16_neon); DECLARE_ADD_KERNEL(add_fp32_neon); -DECLARE_ADD_KERNEL(add_fp32_neon_as_1d_array); DECLARE_ADD_KERNEL(add_fp16_neon); -DECLARE_ADD_KERNEL(add_fp16_neon_as_1d_array); DECLARE_ADD_KERNEL(add_u8_neon); -DECLARE_ADD_KERNEL(add_u8_neon_as_1d_array); DECLARE_ADD_KERNEL(add_s16_neon); -DECLARE_ADD_KERNEL(add_s16_neon_as_1d_array); DECLARE_ADD_KERNEL(add_s32_neon); -DECLARE_ADD_KERNEL(add_s32_neon_as_1d_array); DECLARE_ADD_KERNEL(add_fp32_sve); DECLARE_ADD_KERNEL(add_fp16_sve); DECLARE_ADD_KERNEL(add_u8_sve); -- cgit v1.2.1