aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/TypePrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/TypePrinter.h')
-rw-r--r--arm_compute/graph/TypePrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/graph/TypePrinter.h b/arm_compute/graph/TypePrinter.h
index 22b96a04c3..e8024980c1 100644
--- a/arm_compute/graph/TypePrinter.h
+++ b/arm_compute/graph/TypePrinter.h
@@ -124,6 +124,7 @@ inline ::std::ostream &operator<<(::std::ostream &os, const NodeType &node_type)
break;
case NodeType::L2NormalizeLayer:
os << "L2NormalizeLayer";
+ break;
case NodeType::NormalizationLayer:
os << "NormalizationLayer";
break;