aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h b/arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h
index a66cab3013..872fae3a6b 100644
--- a/arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h
+++ b/arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h
@@ -48,7 +48,7 @@ public:
NEDirectConvolutionLayer();
/** Set the input, weights, biases and output tensors.
*
- * @param[in, out] input Input tensor. Data types supported: QS8/F16/F32.
+ * @param[in, out] input Input tensor. Data types supported: QS8/QS16/F16/F32.
* @param[in] weights Set of kernels to convolve the input volume.
* The 3rd dimension must be the same as the input's volume 3rd dimension.
* Data type supported: Same as @p input.