aboutsummaryrefslogtreecommitdiff
path: root/1.2/HalPolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to '1.2/HalPolicy.cpp')
-rw-r--r--1.2/HalPolicy.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/1.2/HalPolicy.cpp b/1.2/HalPolicy.cpp
index 4c2a6b5d..557b78cf 100644
--- a/1.2/HalPolicy.cpp
+++ b/1.2/HalPolicy.cpp
@@ -47,6 +47,8 @@ bool HalPolicy::ConvertOperation(const Operation& operation, const Model& model,
return ConvertDiv(operation, model, data);
case V1_2::OperationType::EQUAL:
return ConvertComparison(operation, model, data, ComparisonOperation::Equal);
+ case V1_2::OperationType::EXP:
+ return ConvertElementwiseUnary(operation, model, data, UnaryOperation::Exp);
case V1_2::OperationType::EXPAND_DIMS:
return ConvertExpandDims(operation, model, data);
case V1_2::OperationType::FLOOR: