aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/ElementwiseBaseLayer.hpp
diff options
context:
space:
mode:
authorDerek Lamberti <derek.lamberti@arm.com>2019-12-10 21:12:59 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2019-12-31 10:02:58 +0000
commit94a88d2b21d9ca3f42dc3435695be31b5591230b (patch)
treeedf9381fa095561706353773c155a2c922a50dc8 /src/armnn/layers/ElementwiseBaseLayer.hpp
parentff3c426ffd799abd66e4280da559384d86702721 (diff)
downloadarmnn-94a88d2b21d9ca3f42dc3435695be31b5591230b.tar.gz
IVGCVSW-4246 Clean build Layers with -Wextra
Change-Id: I649cd2304fb0040164763d31a12fc77c6c3bed87 Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
Diffstat (limited to 'src/armnn/layers/ElementwiseBaseLayer.hpp')
-rw-r--r--src/armnn/layers/ElementwiseBaseLayer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/layers/ElementwiseBaseLayer.hpp b/src/armnn/layers/ElementwiseBaseLayer.hpp
index 5c2bbaa054..4f151b7f48 100644
--- a/src/armnn/layers/ElementwiseBaseLayer.hpp
+++ b/src/armnn/layers/ElementwiseBaseLayer.hpp
@@ -11,7 +11,7 @@ namespace armnn
{
/// NOTE: this is an abstract class to encapsulate the element wise operations, it does not implement:
-/// std::unique_ptr<IWorkload> Layer::CreateWorkload(const Graph& graph, const IWorkloadFactory& factory) const = 0;
+/// std::unique_ptr<IWorkload> Layer::CreateWorkload(const IWorkloadFactory& factory) const = 0;
/// Layer* Clone(Graph& graph) const = 0;
class ElementwiseBaseLayer : public Layer
{