aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/nodes/PadLayerNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/nodes/PadLayerNode.h')
-rw-r--r--arm_compute/graph/nodes/PadLayerNode.h4
1 files changed, 2 insertions, 2 deletions
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