aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Types.h
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-06-10 13:56:11 +0100
committerSheri Zhang <sheri.zhang@arm.com>2021-06-23 11:49:06 +0000
commit1d359279e22874121def2ce4bfdb633d94ea5ade (patch)
treea79e7b2f13d7de87f4cff1b509573d14b7f72b56 /arm_compute/graph/Types.h
parentae58bdf3b58739e105a24e3640d0245e81cea5ee (diff)
downloadComputeLibrary-1d359279e22874121def2ce4bfdb633d94ea5ade.tar.gz
Add in-place computation for elementwise operations
- Add in-place computation for elementwise operations at graph level - Modify support case to test in-place computation for elementwise operations Resolves: COMPMID-4414 Signed-off-by: Sheri Zhang <sheri.zhang@arm.com> Change-Id: I5a4de1235dd29a31160e770a16d62f4b98c84ae6 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5803 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-by: SiCong Li <sicong.li@arm.com> Tested-by: Arm Jenkins <bsgcomp@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 7306b82a1e..63a9433fe6 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -112,6 +112,7 @@ enum class EltwiseOperation
Mul, /**< Arithmetic multiplication */
Max, /**< Arithmetic maximum */
Div, /**< Arithmetic division */
+ Min, /**< Arithmetic minimum */
};
/** Supported Unary Element-wise operations */