From 6413e493b15b04d27304c0e52ccf2ecd2ec9c302 Mon Sep 17 00:00:00 2001 From: Alessandro Navone Date: Tue, 2 Feb 2021 11:39:05 +0000 Subject: Add DIV to Elementwise layer support at graph level COMPUTE-12654 Signed-off-by: Alessandro Navone Change-Id: I9e13e24fb3033888a86874528a72425d87b342ec Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5030 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Michele Di Giorgio --- src/graph/backends/NEON/NENodeValidator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graph/backends/NEON/NENodeValidator.cpp') diff --git a/src/graph/backends/NEON/NENodeValidator.cpp b/src/graph/backends/NEON/NENodeValidator.cpp index 75bba4c43c..3fb79dbfc0 100644 --- a/src/graph/backends/NEON/NENodeValidator.cpp +++ b/src/graph/backends/NEON/NENodeValidator.cpp @@ -57,6 +57,7 @@ struct NEEltwiseLayerFunctions using ArithmeticSubtraction = NEArithmeticSubtraction; using PixelWiseMultiplication = NEPixelWiseMultiplication; using ElementwiseMax = NEElementwiseMax; + using ArithmeticDivision = NEElementwiseDivision; }; /** Collection of NEON unary element-wise functions */ -- cgit v1.2.1