Comment correction in CLBatchToSpaceND.h (#3313)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Mon, 5 Nov 2018 01:17:10 +0000 (06:47 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 5 Nov 2018 01:17:10 +0000 (10:17 +0900)
This patch will correct the doxygen comment for CLBatchToSpaceND.h

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h

index 1c56b4d..d16a076 100644 (file)
@@ -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);
 };