aboutsummaryrefslogtreecommitdiff
path: root/src/graph/nodes/ActivationLayerNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/nodes/ActivationLayerNode.cpp')
-rw-r--r--src/graph/nodes/ActivationLayerNode.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graph/nodes/ActivationLayerNode.cpp b/src/graph/nodes/ActivationLayerNode.cpp
index 414684cf30..85cb10bbdb 100644
--- a/src/graph/nodes/ActivationLayerNode.cpp
+++ b/src/graph/nodes/ActivationLayerNode.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -67,7 +67,7 @@ TensorDescriptor ActivationLayerNode::configure_output(size_t idx) const
NodeType ActivationLayerNode::type() const
{
- return NodeType::ActivationLayer;
+ return ActivationLayerNode::node_type;
}
void ActivationLayerNode::accept(INodeVisitor &v)
@@ -75,4 +75,4 @@ void ActivationLayerNode::accept(INodeVisitor &v)
v.visit(*this);
}
} // namespace graph
-} // namespace arm_compute \ No newline at end of file
+} // namespace arm_compute