aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLCol2ImKernel.h
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2017-07-05 20:05:23 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:15:39 +0100
commit7d323a6adca97c130a0fc7c6299c75d581906edd (patch)
tree666be55f734cf5493641f3d99ba0afd12cf362f7 /arm_compute/core/CL/kernels/CLCol2ImKernel.h
parentab0a77edcb9f48de2aad216323b791d0dd95a3cd (diff)
downloadComputeLibrary-7d323a6adca97c130a0fc7c6299c75d581906edd.tar.gz
COMPMID-440, COMPMID-441 - Port CLConvolutionLayer and CLFullyConnectedLayer to support 16 bit fixed point
Change-Id: I8d8ef2cb5ec453eb83fba8d8077550b96ed4bceb Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79837 Reviewed-by: Moritz Pflanzer <moritz.pflanzer@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'arm_compute/core/CL/kernels/CLCol2ImKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLCol2ImKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLCol2ImKernel.h b/arm_compute/core/CL/kernels/CLCol2ImKernel.h
index 63b0b63f20..9866c44011 100644
--- a/arm_compute/core/CL/kernels/CLCol2ImKernel.h
+++ b/arm_compute/core/CL/kernels/CLCol2ImKernel.h
@@ -66,7 +66,7 @@ public:
/** Set the input and output of the kernel.
*
- * @param[in] input The input tensor to convert. Data types supported: QS8/F16/F32
+ * @param[in] input The input tensor to convert. Data types supported: QS8/QS16/F16/F32
* @param[out] output The output tensor. 3 lower dimensions represent a single output [width, height, OFM],
* while the rest represent batch of outputs. Data types supported: Same as @p input
* @param[in] convolved_dims Output convolved dimensions.