aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2019-05-15 13:01:26 +0100
committerManuel Bottini <manuel.bottini@arm.com>2019-05-15 16:31:30 +0000
commitf391fff0336ae84387dd3ebc683ef85649de9eb5 (patch)
tree948f76332b89d0e4b5a052ffb6986ec263e9e76d /arm_compute/core/CPP
parent68c6a7948270ce6cc00cdfb3f51e9bf9b9838832 (diff)
downloadComputeLibrary-f391fff0336ae84387dd3ebc683ef85649de9eb5.tar.gz
COMPMID-2302
NEDeconvolution: support for FP16 Change-Id: I9fef05abdcafbc97607613a88f7997dd012e0d80 Signed-off-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-on: https://review.mlplatform.org/c/1142 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giuseppe Rossini <giuseppe.rossini@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/CPP')
-rw-r--r--arm_compute/core/CPP/kernels/CPPUpsampleKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CPP/kernels/CPPUpsampleKernel.h b/arm_compute/core/CPP/kernels/CPPUpsampleKernel.h
index 4e61356760..fedbb54d35 100644
--- a/arm_compute/core/CPP/kernels/CPPUpsampleKernel.h
+++ b/arm_compute/core/CPP/kernels/CPPUpsampleKernel.h
@@ -55,7 +55,7 @@ public:
/** Set the input and output of the kernel.
*
- * @param[in] input The input tensor to upsample. Data types supported: F32/QASYMM8
+ * @param[in] input The input tensor to upsample. Data types supported: F32/F16/QASYMM8
* @param[out] output The output tensor. Data types supported: Same as @p input
* @param[in] info Padding info.
* @param[in] inner_border_right The number of zeros added to right edge of the input.