aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/CpuCopy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cpu/operators/CpuCopy.h')
-rw-r--r--src/runtime/cpu/operators/CpuCopy.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/runtime/cpu/operators/CpuCopy.h b/src/runtime/cpu/operators/CpuCopy.h
index 057bb6efa5..861bbb7849 100644
--- a/src/runtime/cpu/operators/CpuCopy.h
+++ b/src/runtime/cpu/operators/CpuCopy.h
@@ -34,19 +34,15 @@ namespace cpu
class CpuCopy : public ICpuOperator
{
public:
- /** Constructor */
- CpuCopy() = default;
/** Configure operator for a given list of arguments
*
* @param[in] src Source tensor info. Data type supported: All
* @param[out] dst Destination info. Data type supported: Same as @p src
*/
void configure(const ITensorInfo *src, ITensorInfo *dst);
-
- /** Static function to check if given info will lead to a valid configuration of @ref CpuCopy
+ /** Static function to check if given info will lead to a valid configuration
*
- * @param[in] src Source tensor info. Data type supported: All
- * @param[in] dst Destination tensor info. Data type supported: Same as @p src
+ * Similar to @ref CpuCopy::configure()
*
* @return a status
*/