aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP/CPPKernels.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-02-23 15:01:52 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:48:33 +0000
commit33a6990ee6ba7bf85b88822d9723060262d00785 (patch)
tree104e1b614b79a891e78fb7796a91c1981b4d6dd1 /arm_compute/core/CPP/CPPKernels.h
parent6a8eb0c9c8d3f71ed4e718464c6d22ca0ffbbdd8 (diff)
downloadComputeLibrary-33a6990ee6ba7bf85b88822d9723060262d00785.tar.gz
COMPMID-540 Replace NEDeconvolutionLayerUpsampleKernel with NEScaleKernel
Change-Id: Ic29557cca24447ef40fa2cfca84f208b4d43f8de Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/122180 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Michele DiGiorgio <michele.digiorgio@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Diffstat (limited to 'arm_compute/core/CPP/CPPKernels.h')
-rw-r--r--arm_compute/core/CPP/CPPKernels.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/core/CPP/CPPKernels.h b/arm_compute/core/CPP/CPPKernels.h
index f55f41b0eb..a0c5707a79 100644
--- a/arm_compute/core/CPP/CPPKernels.h
+++ b/arm_compute/core/CPP/CPPKernels.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -29,5 +29,6 @@
#include "arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h"
#include "arm_compute/core/CPP/kernels/CPPPermuteKernel.h"
#include "arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h"
+#include "arm_compute/core/CPP/kernels/CPPUpsampleKernel.h"
#endif /* __ARM_COMPUTE_CPPKERNELS_H__ */