aboutsummaryrefslogtreecommitdiff
path: root/utils/TypePrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TypePrinter.h')
-rw-r--r--utils/TypePrinter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h
index a71e03696a..b22e068c69 100644
--- a/utils/TypePrinter.h
+++ b/utils/TypePrinter.h
@@ -385,6 +385,9 @@ inline ::std::ostream &operator<<(::std::ostream &os, const ActivationLayerInfo:
case ActivationLayerInfo::ActivationFunction::TANH:
os << "TANH";
break;
+ case ActivationLayerInfo::ActivationFunction::IDENTITY:
+ os << "IDENTITY";
+ break;
default:
ARM_COMPUTE_ERROR("NOT_SUPPORTED!");
}