aboutsummaryrefslogtreecommitdiff
path: root/src/core/cpu/kernels/CpuCopyKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cpu/kernels/CpuCopyKernel.h')
-rw-r--r--src/core/cpu/kernels/CpuCopyKernel.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/cpu/kernels/CpuCopyKernel.h b/src/core/cpu/kernels/CpuCopyKernel.h
index 98b79a964c..e2f1ed60a6 100644
--- a/src/core/cpu/kernels/CpuCopyKernel.h
+++ b/src/core/cpu/kernels/CpuCopyKernel.h
@@ -46,11 +46,9 @@ public:
* @param[in] padding (Optional) Padding to be applied to the input tensor
*/
void configure(const ITensorInfo *src, ITensorInfo *dst, const PaddingList &padding = PaddingList());
- /** Static function to check if given info will lead to a valid configuration of @ref CpuCopyKernel
+ /** Static function to check if given info will lead to a valid configuration
*
- * @param[in] src Source tensor. Data types supported: All
- * @param[in] dst Destination tensor. Data types supported: same as @p src.
- * @param[in] padding (Optional) Padding to be applied to the input tensor
+ * Similar to @ref CpuCopyKernel::configure()
*
* @return a status
*/