aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLIntegralImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLIntegralImage.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLIntegralImage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/runtime/CL/functions/CLIntegralImage.h b/arm_compute/runtime/CL/functions/CLIntegralImage.h
index 25fc549b29..71f6897d1b 100644
--- a/arm_compute/runtime/CL/functions/CLIntegralImage.h
+++ b/arm_compute/runtime/CL/functions/CLIntegralImage.h
@@ -43,10 +43,10 @@ public:
/** Default Constructor. */
CLIntegralImage();
/** Initialise the function's source, destinations and border mode.
- *
- * @param[in] input Source tensor. Data types supported: U8.
- * @param[out] output Destination tensor, Data types supported: U32.
- */
+ *
+ * @param[in] input Source tensor. Data types supported: U8.
+ * @param[out] output Destination tensor, Data types supported: U32.
+ */
void configure(const ICLTensor *input, ICLTensor *output);
// Inherited methods overridden: