aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/nodes/NormalizationLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/nodes/NormalizationLayer.h')
-rw-r--r--arm_compute/graph/nodes/NormalizationLayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/graph/nodes/NormalizationLayer.h b/arm_compute/graph/nodes/NormalizationLayer.h
index 40b9c2b467..52f67d2c31 100644
--- a/arm_compute/graph/nodes/NormalizationLayer.h
+++ b/arm_compute/graph/nodes/NormalizationLayer.h
@@ -24,6 +24,7 @@
#ifndef __ARM_COMPUTE_GRAPH_NORMALIZATION_LAYER_H__
#define __ARM_COMPUTE_GRAPH_NORMALIZATION_LAYER_H__
+#include "arm_compute/graph/GraphContext.h"
#include "arm_compute/graph/INode.h"
#include "arm_compute/graph/Types.h"
@@ -42,7 +43,7 @@ public:
explicit NormalizationLayer(const NormalizationLayerInfo norm_info);
// Inherited methods overriden:
- std::unique_ptr<arm_compute::IFunction> instantiate_node(Hint hint, ITensor *input, ITensor *output) override;
+ std::unique_ptr<arm_compute::IFunction> instantiate_node(GraphContext &ctx, ITensor *input, ITensor *output) override;
void print_info() override;
private: