Correction in data type supported by neg_tensor.cl (#3790)
authorPrasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Tue, 4 Dec 2018 00:45:31 +0000 (06:15 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 4 Dec 2018 00:45:31 +0000 (09:45 +0900)
This patch corrects the comments on data type supported by neg_tensor.cl.

Signed-off-by: prasannar <prasanna.r@samsung.com>
libs/ARMComputeEx/src/core/CL/cl_kernels/neg_tensor.cl

index 8ba97ad..54fc826 100644 (file)
  * @attention Vector size should be given as a preprocessor argument using -DVEC_SIZE=size. e.g. -DVEC_SIZE=16
  * @attention Data type can be passed using the -DDATA_TYPE compile flag, e.g. -DDATA_TYPE=float
  *
- * @param[in]  in_ptr                            Pointer to the source image. Supported data types: U8.
+ * @param[in]  in_ptr                            Pointer to the source image. Supported data types: F16/F32.
  * @param[in]  in_stride_x                       Stride of the source image in X dimension (in bytes)
  * @param[in]  in_step_x                         in_stride_x * number of elements along X processed per work item (in bytes)
  * @param[in]  in_offset_first_element_in_bytes  Offset of the first element in the source image
- * @param[out] out_ptr                           Pointer to the destination image. Supported data types: U8.
+ * @param[out] out_ptr                           Pointer to the destination image. Supported data types: same as @p input_ptr
  * @param[in]  out_stride_x                      Stride of the destination image in X dimension (in bytes)
  * @param[in]  out_step_x                        out_stride_x * number of elements along X processed per work item (in bytes)
  * @param[in]  out_offset_first_element_in_bytes Offset of the first element in the destination image