aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/TypePrinter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h
index 74dd0bbc35..25c8cd396d 100644
--- a/utils/TypePrinter.h
+++ b/utils/TypePrinter.h
@@ -1531,6 +1531,9 @@ inline ::std::ostream &operator<<(::std::ostream &os, const ElementWiseUnary &op
case ElementWiseUnary::LOG:
os << "LOG";
break;
+ case ElementWiseUnary::ROUND:
+ os << "ROUND";
+ break;
default:
ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
}