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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm_compute/graph/TypePrinter.h b/arm_compute/graph/TypePrinter.h
index 30433bf3e0..738bffaf15 100644
--- a/arm_compute/graph/TypePrinter.h
+++ b/arm_compute/graph/TypePrinter.h
@@ -122,6 +122,8 @@ inline ::std::ostream &operator<<(::std::ostream &os, const NodeType &node_type)
case NodeType::GenerateProposalsLayer:
os << "GenerateProposalsLayer";
break;
+ case NodeType::L2NormalizeLayer:
+ os << "L2NormalizeLayer";
case NodeType::NormalizationLayer:
os << "NormalizationLayer";
break;