From 80feed5193de6b10d8ab65b42fb988c241c5d09d Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Wed, 3 Jun 2020 13:20:41 +0100 Subject: COMPMID-3479: Perform in-place computations in NEElementwiseUnaryKernel Change-Id: I2102bfe95c2c2335bb587842f9d860cf939a9026 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3315 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- src/graph/mutators/InPlaceOperationMutator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/graph/mutators/InPlaceOperationMutator.cpp b/src/graph/mutators/InPlaceOperationMutator.cpp index ba80d8a26a..394dba84ff 100644 --- a/src/graph/mutators/InPlaceOperationMutator.cpp +++ b/src/graph/mutators/InPlaceOperationMutator.cpp @@ -47,6 +47,7 @@ void InPlaceOperationMutator::mutate(Graph &g) NodeType::ActivationLayer, NodeType::BatchNormalizationLayer, NodeType::EltwiseLayer, + NodeType::UnaryEltwiseLayer, NodeType::PrintLayer }; -- cgit v1.2.1