From f8e358463b4b612eb958fa2dd7588dbefe9b3e2a Mon Sep 17 00:00:00 2001 From: thecha01 Date: Tue, 28 Jul 2020 17:28:17 +0100 Subject: Add support ElementwiseMax operator in graph API Signed-off-by: thecha01 Change-Id: I764f1eabb6412350eb719cc755b8777efc7d70a1 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3736 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- src/graph/backends/CL/CLNodeValidator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graph/backends/CL/CLNodeValidator.cpp') diff --git a/src/graph/backends/CL/CLNodeValidator.cpp b/src/graph/backends/CL/CLNodeValidator.cpp index cc618db127..7646ac323f 100644 --- a/src/graph/backends/CL/CLNodeValidator.cpp +++ b/src/graph/backends/CL/CLNodeValidator.cpp @@ -44,6 +44,7 @@ struct CLEltwiseLayerFunctions using ArithmeticAddition = CLArithmeticAddition; using ArithmeticSubtraction = CLArithmeticSubtraction; using PixelWiseMultiplication = CLPixelWiseMultiplication; + using ElementwiseMax = CLElementwiseMax; }; /** Collection of CL unary element-wise functions */ -- cgit v1.2.1