aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Types.h')
-rw-r--r--arm_compute/core/Types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h
index 65db06b878..5a2ac51308 100644
--- a/arm_compute/core/Types.h
+++ b/arm_compute/core/Types.h
@@ -574,6 +574,7 @@ enum class ArithmeticOperation
MAX, /**< Max(x, y) */
SQUARED_DIFF, /**< (x - y)^2 */
POWER, /**< x ^ y */
+ PRELU, /**< y*x if x < 0, x otherwise */
};
/** Available element wise unary operations */