aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h b/arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h
index ac22934786..1446ca8c52 100644
--- a/arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h
+++ b/arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h
@@ -54,7 +54,7 @@ public:
/** Initialise the kernel's source, destination and border mode.
*
* @param[in] input Source tensor. Data type supported: U8.
- * @param[out] output Destination tensor. Data type supported: S16.
+ * @param[out] output Destination tensor. Output should have half the input width. Data type supported: S16.
*/
void configure(const ITensor *input, ITensor *output);
@@ -90,7 +90,7 @@ public:
/** Initialise the kernel's source, destination and border mode.
*
* @param[in] input Source tensor. Data type supported: S16.
- * @param[out] output Destination tensor. Data type supported: U8.
+ * @param[out] output Destination tensor. Output should have half the input height. Data type supported: U8.
*/
void configure(const ITensor *input, ITensor *output);