aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Types.h
diff options
context:
space:
mode:
authorAlessandro Navone <alessandro.navone@arm.com>2021-02-02 11:39:05 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-02-15 10:46:37 +0000
commit6413e493b15b04d27304c0e52ccf2ecd2ec9c302 (patch)
treeea992a31dfcb4c4629f38fb43b88d829a1057b46 /arm_compute/graph/Types.h
parent8958167c8d609566a40c9e618158ebcbdcd3e3bb (diff)
downloadComputeLibrary-6413e493b15b04d27304c0e52ccf2ecd2ec9c302.tar.gz
Add DIV to Elementwise layer support at graph level
COMPUTE-12654 Signed-off-by: Alessandro Navone <alessandro.navone@arm.com> Change-Id: I9e13e24fb3033888a86874528a72425d87b342ec Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5030 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: 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 b891c1772f..d1c71f815b 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -106,6 +106,7 @@ enum class EltwiseOperation
Sub, /**< Arithmetic subtraction */
Mul, /**< Arithmetic multiplication */
Max, /**< Arithmetic maximum */
+ Div, /**< Arithmetic division */
};
/** Supported Unary Element-wise operations */