* @attention Data type can be passed using the -DDATA_TYPE_IN compile flag, e.g. -DDATA_TYPE_IN=uchar
* @attention Vector size should be given as a preprocessor argument using -DVEC_SIZE=size. e.g. -DVEC_SIZE=16
*
- * @param[in] input1_ptr Pointer to the source tensor.
+ * @param[in] input1_ptr Pointer to the source tensor. Supported data types: QASYMM8
* @param[in] input1_stride_x Stride of the source tensor in X dimension (in bytes)
* @param[in] input1_step_x input1_stride_x * number of elements along X processed per workitem(in bytes)
* @param[in] input1_stride_y Stride of the source tensor in Y dimension (in bytes)
* @param[in] input1_step_z input1_stride_z * number of elements along Z processed per workitem(in bytes)
* @param[in] input1_offset_first_element_in_bytes The offset of the first element in the source tensor
*
- * @param[in] input2_ptr Pointer to the source tensor.
+ * @param[in] input2_ptr Pointer to the source tensor.Supported data types: QASYMM8
* @param[in] input2_stride_x Stride of the source tensor in X dimension (in bytes)
* @param[in] input2_step_x input2_stride_x * number of elements along X processed per workitem(in bytes)
* @param[in] input2_stride_y Stride of the source tensor in Y dimension (in bytes)
* @param[in] input2_step_z input2_stride_z * number of elements along Z processed per workitem(in bytes)
* @param[in] input2_offset_first_element_in_bytes The offset of the first element in the source tensor
*
- * @param[out] output_ptr Pointer to the destination tensor.
+ * @param[out] output_ptr Pointer to the destination tensor. Supported data types: QASYMM8
* @param[in] output_stride_x Stride of the destination tensor in X dimension (in bytes)
* @param[in] output_step_x output_stride_x * number of elements along X processed per workitem(in bytes)
* @param[in] output_stride_y Stride of the destination tensor in Y dimension (in bytes)