aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLMultiImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/CLMultiImage.h')
-rw-r--r--arm_compute/runtime/CL/CLMultiImage.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/arm_compute/runtime/CL/CLMultiImage.h b/arm_compute/runtime/CL/CLMultiImage.h
index f70929db07..2c2b4709b4 100644
--- a/arm_compute/runtime/CL/CLMultiImage.h
+++ b/arm_compute/runtime/CL/CLMultiImage.h
@@ -44,18 +44,18 @@ public:
CLMultiImage();
/** Init the multi-planar image
*
- * @param[in] width Width of the whole image
- * @param[in] height Heigth of the whole image
- * @param[in] format Format of the whole image
+ * @param[in] width Width of the whole image
+ * @param[in] height Heigth of the whole image
+ * @param[in] format Format of the whole image
*/
void init(unsigned int width, unsigned int height, Format format);
/** Init the multi-planar image
*
* @note Uses conservative padding strategy which fits all kernels.
*
- * @param[in] width Width of the whole image
- * @param[in] height Height of the whole image
- * @param[in] format Format of the whole image
+ * @param[in] width Width of the whole image
+ * @param[in] height Height of the whole image
+ * @param[in] format Format of the whole image
*/
void init_auto_padding(unsigned int width, unsigned int height, Format format);
/** Allocated a previously initialised multi image
@@ -73,10 +73,10 @@ public:
private:
/** Init the multi-planar image
*
- * @param[in] width Width of the whole image
- * @param[in] height Height of the whole image
- * @param[in] format Format of the whole image
- * @param[in] auto_padding Specifies whether the image uses auto padding
+ * @param[in] width Width of the whole image
+ * @param[in] height Height of the whole image
+ * @param[in] format Format of the whole image
+ * @param[in] auto_padding Specifies whether the image uses auto padding
*/
void internal_init(unsigned int width, unsigned int height, Format format, bool auto_padding);