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 2f9f8cba68..b8927615ee 100644
--- a/utils/TypePrinter.h
+++ b/utils/TypePrinter.h
@@ -1522,6 +1522,9 @@ inline ::std::ostream &operator<<(::std::ostream &os, const ElementWiseUnary &op
case ElementWiseUnary::NEG:
os << "NEG";
break;
+ case ElementWiseUnary::LOG:
+ os << "LOG";
+ break;
default:
ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
}