aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Types.h
diff options
context:
space:
mode:
authorthecha01 <theo.charalambous@arm.com>2020-07-28 17:28:17 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-08-24 09:32:49 +0000
commitf8e358463b4b612eb958fa2dd7588dbefe9b3e2a (patch)
treee8754177347fe911799cb6c9815d3e7c4a85f2c8 /arm_compute/graph/Types.h
parentebd8fb479aa978c428c54c12be6457a0e635c363 (diff)
downloadComputeLibrary-f8e358463b4b612eb958fa2dd7588dbefe9b3e2a.tar.gz
Add support ElementwiseMax operator in graph API
Signed-off-by: thecha01 <theo.charalambous@arm.com> Change-Id: I764f1eabb6412350eb719cc755b8777efc7d70a1 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3736 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'arm_compute/graph/Types.h')
-rw-r--r--arm_compute/graph/Types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h
index 3a4d0a6070..65d737c7b2 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -104,6 +104,7 @@ enum class EltwiseOperation
Add, /**< Arithmetic addition */
Sub, /**< Arithmetic subtraction */
Mul, /**< Arithmetic multiplication */
+ Max, /**< Arithmetic maximum */
};
/** Supported Unary Element-wise operations */