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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/graph/printers/DotGraphPrinter.h b/arm_compute/graph/printers/DotGraphPrinter.h
index 9d2ea46fde..c28a17b21a 100644
--- a/arm_compute/graph/printers/DotGraphPrinter.h
+++ b/arm_compute/graph/printers/DotGraphPrinter.h
@@ -57,6 +57,7 @@ public:
void visit(DepthwiseConvolutionLayerNode &n) override;
void visit(EltwiseLayerNode &n) override;
void visit(FusedConvolutionBatchNormalizationNode &n) override;
+ void visit(FusedDepthwiseConvolutionBatchNormalizationNode &n) override;
void visit(NormalizationLayerNode &n) override;
void visit(PoolingLayerNode &n) override;
void default_visit() override;