From 07fbe3707608bf0c08efb42e15d9b1afaf16ef1e Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 4 Feb 2020 13:21:02 +0000 Subject: COMPMID-2819: Enable PadLayer on NEON graph backend. Signed-off-by: Georgios Pinitas Change-Id: I0114d6999413cbb0602db19c68b9c41c419c6df0 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2682 Reviewed-by: Giuseppe Rossini Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- arm_compute/graph/nodes/PadLayerNode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute') diff --git a/arm_compute/graph/nodes/PadLayerNode.h b/arm_compute/graph/nodes/PadLayerNode.h index 7d40ae8ace..0b1bddac9b 100644 --- a/arm_compute/graph/nodes/PadLayerNode.h +++ b/arm_compute/graph/nodes/PadLayerNode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 ARM Limited. + * Copyright (c) 2018-2020 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -39,7 +39,7 @@ public: * @param[in] padding The padding for each spatial dimension of the input tensor. The pair padding[i] * specifies the front and the end padding in the i-th dimension. */ - PadLayerNode(PaddingList &padding); + PadLayerNode(const PaddingList &padding); /** Padding list accessor * * @return Padding list -- cgit v1.2.1