aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/printers/DotGraphPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/printers/DotGraphPrinter.h')
-rw-r--r--arm_compute/graph/printers/DotGraphPrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/graph/printers/DotGraphPrinter.h b/arm_compute/graph/printers/DotGraphPrinter.h
index 1d355a52ee..d4cf6928e5 100644
--- a/arm_compute/graph/printers/DotGraphPrinter.h
+++ b/arm_compute/graph/printers/DotGraphPrinter.h
@@ -52,8 +52,8 @@ public:
// Inherited methods overridden
void visit(ActivationLayerNode &n) override;
void visit(BatchNormalizationLayerNode &n) override;
+ void visit(ConcatenateLayerNode &n) override;
void visit(ConvolutionLayerNode &n) override;
- void visit(DepthConcatenateLayerNode &n) override;
void visit(DepthwiseConvolutionLayerNode &n) override;
void visit(EltwiseLayerNode &n) override;
void visit(NormalizationLayerNode &n) override;