From a8db612f4921ff606edb9891392d7f8ef94e22f3 Mon Sep 17 00:00:00 2001 From: Ramy Elgammal Date: Mon, 8 May 2023 03:33:43 +0100 Subject: =?UTF-8?q?Re-enable=20dyanmic=20weights=20in=20Neon=E2=84=A2=20de?= =?UTF-8?q?pthwise=20convolution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Call Neon™ depthwise convolution validation inside in its configure() method. Resolves: COMPMID-6188 Signed-off-by: Ramy Elgammal Change-Id: Ib2ae4d995ff2bbc92ce4496d4ab93cf09113e3e9 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9594 Comments-Addressed: Arm Jenkins Reviewed-by: Viet-Hoa Do Reviewed-by: Jakub Sujak Tested-by: Arm Jenkins Benchmark: Arm Jenkins --- src/core/experimental/PostOpUtils.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/core/experimental') diff --git a/src/core/experimental/PostOpUtils.h b/src/core/experimental/PostOpUtils.h index 53795db13f..6217dcc3da 100644 --- a/src/core/experimental/PostOpUtils.h +++ b/src/core/experimental/PostOpUtils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. + * Copyright (c) 2021, 2023 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -42,7 +42,6 @@ template PostOpList transform_post_op_list_arguments(const PostOpList &post_ops, std::function transform_arg) { PostOpList transformed_post_ops; - int op_idx = 0; for(const auto &post_op : post_ops.get_list()) { switch(post_op->type()) @@ -70,7 +69,6 @@ PostOpList transform_post_op_list_arguments(const PostOpList