From: Shubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 Date: Mon, 5 Nov 2018 01:17:10 +0000 (+0530) Subject: Comment correction in CLBatchToSpaceND.h (#3313) X-Git-Tag: 0.3~478 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7413d073d37b88dd5fd88dab998bb729c74a8a87;p=platform%2Fcore%2Fml%2Fnnfw.git Comment correction in CLBatchToSpaceND.h (#3313) This patch will correct the doxygen comment for CLBatchToSpaceND.h Signed-off-by: shubham --- diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h index 1c56b4d..d16a076 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h @@ -35,7 +35,8 @@ public: * * @param[in] input Input tensor. Data types supported: U8/QASYMM8/S16/S32/F16/F32. * @param[out] output Output tensor. Data types supported: U8/QASYMM8/S16/S32/F16/F32. - * @param[block_size] block size integer only + * @param[in] block_size A pointer to an array of integer values specifying block sizes + * for spatial dimension. */ void configure(ICLTensor *input, ICLTensor *output, const int32_t *block_size); };