aboutsummaryrefslogtreecommitdiff
path: root/src/graph/backends/NEON/NEFunctionFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/backends/NEON/NEFunctionFactory.cpp')
-rw-r--r--src/graph/backends/NEON/NEFunctionFactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph/backends/NEON/NEFunctionFactory.cpp b/src/graph/backends/NEON/NEFunctionFactory.cpp
index 4fee630192..1a1519bb6d 100644
--- a/src/graph/backends/NEON/NEFunctionFactory.cpp
+++ b/src/graph/backends/NEON/NEFunctionFactory.cpp
@@ -69,6 +69,7 @@ struct NEEltwiseFunctions
using Addition = NEArithmeticAddition;
using Subtraction = NEArithmeticSubtraction;
using Multiplication = NEPixelWiseMultiplication;
+ using Maximum = NEElementwiseMax;
};
/** Collection of NEON unary element-wise functions */