aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/experimental/IPostOp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/experimental/IPostOp.h')
-rw-r--r--arm_compute/core/experimental/IPostOp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/core/experimental/IPostOp.h b/arm_compute/core/experimental/IPostOp.h
index 4fac4c88e9..178c83aa75 100644
--- a/arm_compute/core/experimental/IPostOp.h
+++ b/arm_compute/core/experimental/IPostOp.h
@@ -37,6 +37,7 @@ enum class PostOpType
{
Activation,
Eltwise_Add,
+ Eltwise_PRelu
};
/** An ordered sequence of type of Post Ops */
using PostOpTypeSequence = std::vector<PostOpType>;
@@ -167,4 +168,4 @@ private:
} // namespace experimental
} // namespace arm_compute
-#endif //ARM_COMPUTE_EXPERIMENTAL_IPOSTOP \ No newline at end of file
+#endif //ARM_COMPUTE_EXPERIMENTAL_IPOSTOP